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 SVNDeltaGenerator
void
write
(byte[] b) void
write
(byte[] b, int off, int len) void
write
(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:
write
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
getDeltaGenerator
-