Class SvnPatchFile
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc2.patch.SvnPatchFile
-
public class SvnPatchFile extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SvnPatchFile(SVNPatchFileStream patchFileStream, long nextPatchOffset)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
long
getNextPatchOffset()
SVNPatchFileStream
getPatchFileStream()
static SvnPatchFile
openReadOnly(java.io.File patchFile)
void
setNextPatchOffset(long nextPatchOffset)
-
-
-
Constructor Detail
-
SvnPatchFile
public SvnPatchFile(SVNPatchFileStream patchFileStream, long nextPatchOffset)
-
-
Method Detail
-
openReadOnly
public static SvnPatchFile openReadOnly(java.io.File patchFile) throws java.io.IOException, SVNException
- Throws:
java.io.IOException
SVNException
-
getPatchFileStream
public SVNPatchFileStream getPatchFileStream()
-
getNextPatchOffset
public long getNextPatchOffset()
-
setNextPatchOffset
public void setNextPatchOffset(long nextPatchOffset)
-
close
public void close()
-
-