| Package | Description |
|---|---|
| org.apache.commons.io.input |
Provides implementations of input classes, such as
InputStream and Reader. |
| Modifier and Type | Method and Description |
|---|---|
static ChecksumInputStream.Builder |
ChecksumInputStream.builder()
Constructs a new
ChecksumInputStream.Builder. |
ChecksumInputStream.Builder |
ChecksumInputStream.Builder.setChecksum(java.util.zip.Checksum checksum)
Sets the Checksum.
|
ChecksumInputStream.Builder |
ChecksumInputStream.Builder.setCountThreshold(long countThreshold)
Sets the count threshold to limit how much input is consumed to update the
Checksum before the input
stream validates its value. |
ChecksumInputStream.Builder |
ChecksumInputStream.Builder.setExpectedChecksumValue(long expectedChecksumValue)
The expected
Checksum value once the stream is exhausted or the count threshold is reached. |