Uses of Class
org.apache.commons.compress.utils.BoundedArchiveInputStream
Packages that use BoundedArchiveInputStream
Package
Description
Provides stream classes for reading and writing archives using
the TAR format.
Provides stream classes for reading and writing archives using
the ZIP format.
Contains utilities used internally by the compress library.
-
Uses of BoundedArchiveInputStream in org.apache.commons.compress.archivers.tar
Subclasses of BoundedArchiveInputStream in org.apache.commons.compress.archivers.tar -
Uses of BoundedArchiveInputStream in org.apache.commons.compress.archivers.zip
Subclasses of BoundedArchiveInputStream in org.apache.commons.compress.archivers.zipModifier and TypeClassDescriptionprivate class
Lock-free implementation of BoundedInputStream.Methods in org.apache.commons.compress.archivers.zip that return BoundedArchiveInputStreamModifier and TypeMethodDescriptionprivate BoundedArchiveInputStream
ZipFile.createBoundedInputStream
(long start, long remaining) Creates new BoundedInputStream, according to implementation of underlying archive channel. -
Uses of BoundedArchiveInputStream in org.apache.commons.compress.utils
Subclasses of BoundedArchiveInputStream in org.apache.commons.compress.utilsModifier and TypeClassDescriptionclass
InputStream that delegates requests to the underlying SeekableByteChannel, making sure that only bytes from a certain range can be read.