Uses of Class
org.apache.commons.io.input.CountingInputStream
-
Packages that use CountingInputStream Package Description org.apache.commons.io.input Provides implementations of input classes, such asInputStream
andReader
. -
-
Uses of CountingInputStream in org.apache.commons.io.input
Subclasses of CountingInputStream in org.apache.commons.io.input Modifier and Type Class Description class
ChecksumInputStream
Automatically verifies aChecksum
value once the stream is exhausted or the count threshold is reached.class
ThrottledInputStream
Provides bandwidth throttling on a specified InputStream.
-