Class SVNChecksumOutputStream
java.lang.Object
java.io.OutputStream
org.tmatesoft.svn.core.internal.wc.admin.SVNChecksumOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringprivate booleanprivate MessageDigestprivate byte[]private OutputStream -
Constructor Summary
ConstructorsConstructorDescriptionSVNChecksumOutputStream(OutputStream target, String algorithm, boolean closeTarget) -
Method Summary
Methods inherited from class java.io.OutputStream
flush, nullOutputStream
-
Field Details
-
MD5_ALGORITHM
- See Also:
-
myTarget
-
myDigest
-
myDigestResult
private byte[] myDigestResult -
myCloseTarget
private boolean myCloseTarget
-
-
Constructor Details
-
SVNChecksumOutputStream
-
-
Method Details
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-
getDigest
-