Class SvnPropertiesPatchTarget.PropReadCallbacks
java.lang.Object
org.tmatesoft.svn.core.internal.wc2.patch.SvnPropertiesPatchTarget.PropReadCallbacks
- All Implemented Interfaces:
SvnTargetContent.IRealLineCallback,SvnTargetContent.ISeekCallback,SvnTargetContent.ITellCallback,SvnTargetContent.IWriteCallback
- Enclosing class:
- SvnPropertiesPatchTarget
private static class SvnPropertiesPatchTarget.PropReadCallbacks
extends Object
implements SvnTargetContent.ITellCallback, SvnTargetContent.IRealLineCallback, SvnTargetContent.ISeekCallback, SvnTargetContent.IWriteCallback
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate longprivate final SvnPropertiesPatchTargetprivate SVNPropertyValue -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivatePropReadCallbacks(SvnPropertiesPatchTarget propPatchTarget, SVNPropertyValue value, long offset) -
Method Summary
-
Field Details
-
propPatchTarget
-
value
-
offset
private long offset
-
-
Constructor Details
-
PropReadCallbacks
private PropReadCallbacks(SvnPropertiesPatchTarget propPatchTarget, SVNPropertyValue value, long offset)
-
-
Method Details
-
readLine
- Specified by:
readLinein interfaceSvnTargetContent.IRealLineCallback- Throws:
SVNException
-
seek
- Specified by:
seekin interfaceSvnTargetContent.ISeekCallback
-
tell
- Specified by:
tellin interfaceSvnTargetContent.ITellCallback
-
write
- Specified by:
writein interfaceSvnTargetContent.IWriteCallback
-