CheckedInputStream.CheckedInputStream
Class Overview | Class Members |
This Package |
All Packages
public CheckedInputStream( InputStream in,
Checksum cksum )
Parameters
- in
- the input stream
- cksum
- the Checksum
Description
Creates an input stream using the specified Checksum.