Class SvnPatchFile
java.lang.Object
org.tmatesoft.svn.core.internal.wc2.patch.SvnPatchFile
public class SvnPatchFile
extends java.lang.Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
long
static SvnPatchFile
openReadOnly
(java.io.File patchFile) void
setNextPatchOffset
(long nextPatchOffset) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
patchFileStream
-
nextPatchOffset
private long nextPatchOffset
-
-
Constructor Details
-
SvnPatchFile
-
-
Method Details
-
openReadOnly
public static SvnPatchFile openReadOnly(java.io.File patchFile) throws java.io.IOException, SVNException - Throws:
java.io.IOException
SVNException
-
getPatchFileStream
-
getNextPatchOffset
public long getNextPatchOffset() -
setNextPatchOffset
public void setNextPatchOffset(long nextPatchOffset) -
close
public void close()
-