Class SvnPatchTarget.RegularCallbacks
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc2.patch.SvnPatchTarget.RegularCallbacks
-
- All Implemented Interfaces:
SvnTargetContent.IRealLineCallback
,SvnTargetContent.ISeekCallback
,SvnTargetContent.ITellCallback
- Enclosing class:
- SvnPatchTarget
private static class SvnPatchTarget.RegularCallbacks extends java.lang.Object implements SvnTargetContent.IRealLineCallback, SvnTargetContent.ISeekCallback, SvnTargetContent.ITellCallback
-
-
Constructor Summary
Constructors Modifier Constructor Description private
RegularCallbacks()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
readLine
public java.lang.String readLine(java.lang.Object baton, java.lang.String[] eolStr, boolean[] eof) throws SVNException
- Specified by:
readLine
in interfaceSvnTargetContent.IRealLineCallback
- Throws:
SVNException
-
seek
public void seek(java.lang.Object baton, long offset) throws SVNException
- Specified by:
seek
in interfaceSvnTargetContent.ISeekCallback
- Throws:
SVNException
-
tell
public long tell(java.lang.Object baton) throws SVNException
- Specified by:
tell
in interfaceSvnTargetContent.ITellCallback
- Throws:
SVNException
-
-