Uses of Class
org.apache.commons.io.input.ChecksumInputStream.Builder
-
Packages that use ChecksumInputStream.Builder Package Description org.apache.commons.io.input Provides implementations of input classes, such asInputStreamandReader. -
-
Uses of ChecksumInputStream.Builder in org.apache.commons.io.input
Methods in org.apache.commons.io.input that return ChecksumInputStream.Builder Modifier and Type Method Description static ChecksumInputStream.BuilderChecksumInputStream. builder()Constructs a newChecksumInputStream.Builder.ChecksumInputStream.BuilderChecksumInputStream.Builder. setChecksum(java.util.zip.Checksum checksum)Sets the Checksum.ChecksumInputStream.BuilderChecksumInputStream.Builder. setCountThreshold(long countThreshold)Sets the count threshold to limit how much input is consumed to update theChecksumbefore the input stream validates its value.ChecksumInputStream.BuilderChecksumInputStream.Builder. setExpectedChecksumValue(long expectedChecksumValue)The expectedChecksumvalue once the stream is exhausted or the count threshold is reached.Constructors in org.apache.commons.io.input with parameters of type ChecksumInputStream.Builder Constructor Description ChecksumInputStream(ChecksumInputStream.Builder builder)Constructs a new instance.
-