Uses of Class
org.apache.commons.compress.utils.BoundedArchiveInputStream
Package
Description
Provides utilities used internally by the compress library.
-
Uses of BoundedArchiveInputStream in org.apache.commons.compress.utils
Modifier and TypeClassDescriptionclass
InputStream that delegates requests to the underlying SeekableByteChannel, making sure that only bytes from a certain range can be read.