Uses of Class
kala.compress.utils.BoundedArchiveInputStream
-
Packages that use BoundedArchiveInputStream Package Description kala.compress.archivers.tar Provides stream classes for reading and writing archives using the TAR format.kala.compress.archivers.zip Provides stream classes for reading and writing archives using the ZIP format.kala.compress.utils Provides utilities used internally by the compress library. -
-
Uses of BoundedArchiveInputStream in kala.compress.archivers.tar
Subclasses of BoundedArchiveInputStream in kala.compress.archivers.tar Modifier and Type Class Description private classTarArchiveReader.BoundedTarEntryInputStream -
Uses of BoundedArchiveInputStream in kala.compress.archivers.zip
Subclasses of BoundedArchiveInputStream in kala.compress.archivers.zip Modifier and Type Class Description private static classZipArchiveReader.BoundedFileChannelInputStreamLock-free implementation of BoundedInputStream.Methods in kala.compress.archivers.zip that return BoundedArchiveInputStream Modifier and Type Method Description private 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.utils Modifier and Type Class Description classBoundedSeekableByteChannelInputStreamInputStream that delegates requests to the underlying SeekableByteChannel, making sure that only bytes from a certain range can be read.
-