Uses of Class
org.apache.commons.io.input.ChecksumInputStream.Builder
-
Uses of ChecksumInputStream.Builder in org.apache.commons.io.input
Modifier and TypeMethodDescriptionstatic ChecksumInputStream.Builder
ChecksumInputStream.builder()
Constructs a newChecksumInputStream.Builder
.ChecksumInputStream.Builder.setChecksum
(Checksum checksum) Sets the Checksum.ChecksumInputStream.Builder.setCountThreshold
(long countThreshold) Sets the count threshold to limit how much input is consumed to update theChecksum
before the input stream validates its value.ChecksumInputStream.Builder.setExpectedChecksumValue
(long expectedChecksumValue) The expectedChecksum
value once the stream is exhausted or the count threshold is reached.