Class SVNChecksumInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
java.security.DigestInputStream
org.tmatesoft.svn.core.internal.wc.admin.SVNChecksumInputStream
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
public class SVNChecksumInputStream
extends java.security.DigestInputStream
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final java.lang.Stringprivate byte[]Fields inherited from class java.security.DigestInputStream
digestFields inherited from class java.io.FilterInputStream
in -
Constructor Summary
ConstructorsConstructorDescriptionSVNChecksumInputStream(java.io.InputStream source, java.lang.String algorithm) -
Method Summary
Methods inherited from class java.security.DigestInputStream
getMessageDigest, on, read, read, setMessageDigest, toStringMethods inherited from class java.io.FilterInputStream
available, mark, markSupported, read, reset, skipMethods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferToMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
MD5_ALGORITHM
public static final java.lang.String MD5_ALGORITHM- See Also:
-
ourDirtyBuffer
private byte[] ourDirtyBuffer
-
-
Constructor Details
-
SVNChecksumInputStream
public SVNChecksumInputStream(java.io.InputStream source, java.lang.String algorithm)
-
-
Method Details
-
close
public void close() throws java.io.IOException- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Overrides:
closein classjava.io.FilterInputStream- Throws:
java.io.IOException
-
getDigest
public java.lang.String getDigest()
-