public class SvnPatchFile
extends java.lang.Object
Constructor and Description |
---|
SvnPatchFile(SVNPatchFileStream patchFileStream,
long nextPatchOffset) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
long |
getNextPatchOffset() |
SVNPatchFileStream |
getPatchFileStream() |
static SvnPatchFile |
openReadOnly(java.io.File patchFile) |
void |
setNextPatchOffset(long nextPatchOffset) |
public SvnPatchFile(SVNPatchFileStream patchFileStream, long nextPatchOffset)
public static SvnPatchFile openReadOnly(java.io.File patchFile) throws java.io.IOException, SVNException
java.io.IOException
SVNException
public SVNPatchFileStream getPatchFileStream()
public long getNextPatchOffset()
public void setNextPatchOffset(long nextPatchOffset)
public void close()
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.