Example usage for Java java.util.zip CheckedInputStream fields, constructors, methods, implement or subclass
The text is from its open source code.
CheckedInputStream(InputStream in, Checksum cksum) Creates an input stream using the specified Checksum. |
void | close() Closes this input stream and releases any system resources associated with the stream. |
Checksum | getChecksum() Returns the Checksum for this input stream. |
int | read(byte b[]) Reads up to b.length bytes of data from this input stream into an array of bytes. |