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 long
private final SvnPropertiesPatchTarget
private SVNPropertyValue
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
PropReadCallbacks
(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:
readLine
in interfaceSvnTargetContent.IRealLineCallback
- Throws:
SVNException
-
seek
- Specified by:
seek
in interfaceSvnTargetContent.ISeekCallback
-
tell
- Specified by:
tell
in interfaceSvnTargetContent.ITellCallback
-
write
- Specified by:
write
in interfaceSvnTargetContent.IWriteCallback
-