public class SvnPatchFile
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private long |
nextPatchOffset |
private SVNPatchFileStream |
patchFileStream |
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) |
private SVNPatchFileStream patchFileStream
private 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()