public class CRC32InputStream
extends java.io.InputStream
CRC32
class is used to internally.| Constructor and Description |
|---|
CRC32InputStream(java.io.InputStream delegate) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
int |
getCRC32() |
void |
mark(int readLimit) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int length) |
void |
reset() |
long |
skip(long n) |
public int getCRC32()
public int read()
read in class java.io.InputStreampublic int read(byte[] b)
read in class java.io.InputStreampublic int read(byte[] b,
int off,
int length)
read in class java.io.InputStreampublic long skip(long n)
skip in class java.io.InputStreampublic int available()
available in class java.io.InputStreampublic void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.InputStreampublic void mark(int readLimit)
mark in class java.io.InputStreampublic void reset()
reset in class java.io.InputStreampublic boolean markSupported()
markSupported in class java.io.InputStream