Class SvnPatchFile
java.lang.Object
org.tmatesoft.svn.core.internal.wc2.patch.SvnPatchFile
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
long
static SvnPatchFile
openReadOnly
(File patchFile) void
setNextPatchOffset
(long nextPatchOffset)
-
Field Details
-
patchFileStream
-
nextPatchOffset
private long nextPatchOffset
-
-
Constructor Details
-
SvnPatchFile
-
-
Method Details
-
openReadOnly
- Throws:
IOException
SVNException
-
getPatchFileStream
-
getNextPatchOffset
public long getNextPatchOffset() -
setNextPatchOffset
public void setNextPatchOffset(long nextPatchOffset) -
close
public void close()
-