private static class SvnPatchTarget.RegularCallbacks extends java.lang.Object implements SvnTargetContent.IRealLineCallback, SvnTargetContent.ISeekCallback, SvnTargetContent.ITellCallback
Modifier | Constructor and Description |
---|---|
private |
RegularCallbacks() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
readLine(java.lang.Object baton,
java.lang.String[] eolStr,
boolean[] eof) |
void |
seek(java.lang.Object baton,
long offset) |
long |
tell(java.lang.Object baton) |
public java.lang.String readLine(java.lang.Object baton, java.lang.String[] eolStr, boolean[] eof) throws SVNException
readLine
in interface SvnTargetContent.IRealLineCallback
SVNException
public void seek(java.lang.Object baton, long offset) throws SVNException
seek
in interface SvnTargetContent.ISeekCallback
SVNException
public long tell(java.lang.Object baton) throws SVNException
tell
in interface SvnTargetContent.ITellCallback
SVNException