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
Fields Modifier and Type Field Description static java.lang.StringMD5_ALGORITHMprivate byte[]ourDirtyBuffer
-
Constructor Summary
Constructors Constructor Description SVNChecksumInputStream(java.io.InputStream source, java.lang.String algorithm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()java.lang.StringgetDigest()-
Methods inherited from class java.security.DigestInputStream
getMessageDigest, on, read, read, setMessageDigest, toString
-
Methods inherited from class java.io.FilterInputStream
available, mark, markSupported, read, reset, skip
-
-
-
-
Field Detail
-
MD5_ALGORITHM
public static final java.lang.String MD5_ALGORITHM
- See Also:
- Constant Field Values
-
ourDirtyBuffer
private byte[] ourDirtyBuffer
-
-
Method Detail
-
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()
-
-