public class SvnPatchFile extends Object
| Constructor and Description |
|---|
SvnPatchFile(SVNPatchFileStream patchFileStream,
long nextPatchOffset) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getNextPatchOffset() |
SVNPatchFileStream |
getPatchFileStream() |
static SvnPatchFile |
openReadOnly(File patchFile) |
void |
setNextPatchOffset(long nextPatchOffset) |
public SvnPatchFile(SVNPatchFileStream patchFileStream, long nextPatchOffset)
public static SvnPatchFile openReadOnly(File patchFile) throws IOException, SVNException
IOExceptionSVNExceptionpublic SVNPatchFileStream getPatchFileStream()
public long getNextPatchOffset()
public void setNextPatchOffset(long nextPatchOffset)
public void close()
Copyright © 2025. All rights reserved.