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 String
private boolean
private MessageDigest
private 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:
write
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classOutputStream
- Throws:
IOException
-
getDigest
-