Uses of Class
kala.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.
Provides utilities used internally by the compress library.
-
Uses of BoundedArchiveInputStream in kala.compress.archivers.tar
Subclasses of BoundedArchiveInputStream in kala.compress.archivers.tar -
Uses of BoundedArchiveInputStream in kala.compress.archivers.zip
Subclasses of BoundedArchiveInputStream in kala.compress.archivers.zipModifier and TypeClassDescriptionprivate static classLock-free implementation of BoundedInputStream.Methods in kala.compress.archivers.zip that return BoundedArchiveInputStreamModifier and TypeMethodDescriptionprivate BoundedArchiveInputStreamZipArchiveReader.createBoundedInputStream(long start, long remaining) Creates new BoundedInputStream, according to implementation of underlying archive channel. -
Uses of BoundedArchiveInputStream in kala.compress.utils
Subclasses of BoundedArchiveInputStream in kala.compress.utilsModifier and TypeClassDescriptionclassInputStream that delegates requests to the underlying SeekableByteChannel, making sure that only bytes from a certain range can be read.