public class CheckedOutputStream extends FilterOutputStream
out
Constructor and Description |
---|
CheckedOutputStream(OutputStream out,
Checksum cs) |
Modifier and Type | Method and Description |
---|---|
Checksum |
getChecksum() |
void |
write(byte[] buf,
int offset,
int len) |
void |
write(int bval) |
close, flush, write
public CheckedOutputStream(OutputStream out, Checksum cs)
public Checksum getChecksum()
public void write(int bval) throws IOException
write
in class FilterOutputStream
IOException
public void write(byte[] buf, int offset, int len) throws IOException
write
in class FilterOutputStream
IOException