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) |
flushpublic static final String MD5_ALGORITHM
public SVNChecksumOutputStream(OutputStream target, String algorithm, boolean closeTarget)
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionpublic String getDigest()
Copyright © 2025. All rights reserved.