public class CRC32InputStream
extends java.io.FilterInputStream
| Constructor and Description |
|---|
CRC32InputStream(java.io.InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
long |
getByteCount()
The number of bytes read from this stream
|
long |
getChecksum() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
public int read()
throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOExceptionpublic int read(byte[] b,
int off,
int len)
throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOExceptionpublic long getChecksum()
public long getByteCount()