Constructors
Name | Description |
---|---|
CheckedInputStream(InputStream, Checksum) | Creates an input stream using the specified Checksum. |
Methods
Name | Description |
---|---|
getChecksum() | Returns the Checksum for this input stream. |
read() | Reads a byte. |
read(byte[], int, int) | Reads into an array of bytes. |
skip(long) | Skips specified number of bytes of input. |