Class BoundedSeekableByteChannelInputStream

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

InputStream that delegates requests to the underlying SeekableByteChannel, making sure that only bytes from a certain range can be read.
Since:
1.21
This class is thread-safe