public class SVNChecksumOutputStream extends OutputStream
Modifier and Type | Field and Description |
---|---|
static String |
MD5_ALGORITHM |
Constructor and Description |
---|
SVNChecksumOutputStream(OutputStream target,
String algorithm,
boolean closeTarget) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
String |
getDigest() |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
flush
public static final String MD5_ALGORITHM
public SVNChecksumOutputStream(OutputStream target, String algorithm, boolean closeTarget)
public void write(int b) throws IOException
write
in class OutputStream
IOException
public void write(byte[] b) throws IOException
write
in class OutputStream
IOException
public void write(byte[] b, int off, int len) throws IOException
write
in class OutputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class OutputStream
IOException
public String getDigest()
Copyright © 2018. All rights reserved.