public class SVNChecksumInputStream extends DigestInputStream
Modifier and Type | Field and Description |
---|---|
static String |
MD5_ALGORITHM |
digest
in
Constructor and Description |
---|
SVNChecksumInputStream(InputStream source,
String algorithm) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
String |
getDigest() |
getMessageDigest, on, read, read, setMessageDigest, toString
available, mark, markSupported, read, reset, skip
public static final String MD5_ALGORITHM
public SVNChecksumInputStream(InputStream source, String algorithm)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterInputStream
IOException
public String getDigest()
Copyright © 2018. All rights reserved.