Class DAVEditorHandler.DeltaOutputStreamWrapper
java.lang.Object
java.io.OutputStream
org.tmatesoft.svn.core.internal.io.dav.handlers.DAVEditorHandler.DeltaOutputStreamWrapper
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
- Enclosing class:
- DAVEditorHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate SVNDeltaGeneratorvoidwrite(byte[] b) voidwrite(byte[] b, int off, int len) voidwrite(int b) Methods inherited from class java.io.OutputStream
close, flush, nullOutputStream
-
Field Details
-
myIsDelta
private boolean myIsDelta -
myDeltaGenerator
-
myPath
-
-
Constructor Details
-
DeltaOutputStreamWrapper
-
-
Method Details
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
getDeltaGenerator
-