Class BoundedInputStream

java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.apache.commons.compress.utils.BoundedInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

A stream that limits reading from a wrapped stream to a given number of bytes.
Since:
1.6
This class is not thread-safe