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 TypeMethodDescriptionvoidclose()longstatic SvnPatchFileopenReadOnly(java.io.File patchFile) voidsetNextPatchOffset(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.IOExceptionSVNException
-
getPatchFileStream
-
getNextPatchOffset
public long getNextPatchOffset() -
setNextPatchOffset
public void setNextPatchOffset(long nextPatchOffset) -
close
public void close()
-