public class SVNChecksumOutputStream
extends java.io.OutputStream
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MD5_ALGORITHM |
| Constructor and Description |
|---|
SVNChecksumOutputStream(java.io.OutputStream target,
java.lang.String algorithm,
boolean closeTarget) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.lang.String |
getDigest() |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
public static final java.lang.String MD5_ALGORITHM
public SVNChecksumOutputStream(java.io.OutputStream target,
java.lang.String algorithm,
boolean closeTarget)
public void write(int b)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] b)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] b,
int off,
int len)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.OutputStreamjava.io.IOExceptionpublic java.lang.String getDigest()
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.