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.OutputStream
java.io.IOException
public void write(byte[] b) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void write(byte[] b, int off, int len) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.OutputStream
java.io.IOException
public java.lang.String getDigest()
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.