public class CRC32OutputStream
extends java.io.FilterOutputStream
| Constructor and Description |
|---|
CRC32OutputStream(java.io.OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
long |
getByteCount()
The number of bytes written to this stream
|
long |
getChecksum() |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
public void write(byte[] b,
int off,
int len)
throws java.io.IOException
write in class java.io.FilterOutputStreamjava.io.IOExceptionpublic void write(int b)
throws java.io.IOException
write in class java.io.FilterOutputStreamjava.io.IOExceptionpublic long getChecksum()
public long getByteCount()