Uses of Package
kala.compress.utils
-
Packages that use kala.compress.utils Package Description kala.compress.archivers.jar Provides stream classes for reading and writing archives using the ZIP format with some extensions for the special case of JAR archives.kala.compress.archivers.sevenz Provides classes for reading and writing archives using the 7z format.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.compressors.brotli Provides stream class for decompressing streams using the Brotli algorithm based on Google's Brotli decoder.kala.compress.compressors.bzip2 Provides stream classes for compressing and decompressing streams using the BZip2 algorithm.kala.compress.compressors.deflate Provides a stream classes that allow (de)compressing streams using the DEFLATE algorithm.kala.compress.compressors.deflate64 Provides a stream that allows decompressing streams using the DEFLATE64(tm) algorithm.kala.compress.compressors.gzip Provides stream classes for compressing and decompressing streams using the GZip algorithm.kala.compress.compressors.lz4 Provides stream classes for the LZ4 algorithm.kala.compress.compressors.lz77support Provides utility classes for LZ77 based algorithms.kala.compress.compressors.lzma Provides stream classes using the "stand-alone" LZMA algorithm.kala.compress.compressors.lzw Generic LZW implementation.kala.compress.compressors.snappy Provides stream classes for the Snappy algorithm.kala.compress.compressors.xz Provides stream classes for compressing and decompressing streams using the XZ algorithm.kala.compress.compressors.z Provides stream classes for decompressing streams using the "compress" algorithm used to write .Z files.kala.compress.compressors.zstandard Provides stream class for (de)compressing streams using the Zstandard algorithm based on Zstandard JNI.kala.compress.harmony.unpack200 Internal package.kala.compress.utils Provides utilities used internally by the compress library. -
Classes in kala.compress.utils used by kala.compress.archivers.jar Class Description InputStreamStatistics This interface provides statistics on the current decompression stream. -
Classes in kala.compress.utils used by kala.compress.archivers.sevenz Class Description CountingOutputStream Stream that tracks the number of bytes read.InputStreamStatistics This interface provides statistics on the current decompression stream. -
Classes in kala.compress.utils used by kala.compress.archivers.tar Class Description BoundedArchiveInputStream NIO backed bounded input stream for reading a predefined amount of data from.CountingOutputStream Stream that tracks the number of bytes read. -
Classes in kala.compress.utils used by kala.compress.archivers.zip Class Description BitInputStream Reads bits from an InputStream.BoundedArchiveInputStream NIO backed bounded input stream for reading a predefined amount of data from.CountingInputStream Input stream that tracks the number of bytes read.InputStreamStatistics This interface provides statistics on the current decompression stream.MultiReadOnlySeekableByteChannel Implements a read-onlySeekableByteChannelthat concatenates a collection of otherSeekableByteChannels. -
Classes in kala.compress.utils used by kala.compress.compressors.brotli Class Description CountingInputStream Input stream that tracks the number of bytes read.InputStreamStatistics This interface provides statistics on the current decompression stream. -
Classes in kala.compress.utils used by kala.compress.compressors.bzip2 Class Description BitInputStream Reads bits from an InputStream.InputStreamStatistics This interface provides statistics on the current decompression stream. -
Classes in kala.compress.utils used by kala.compress.compressors.deflate Class Description CountingInputStream Input stream that tracks the number of bytes read.InputStreamStatistics This interface provides statistics on the current decompression stream. -
Classes in kala.compress.utils used by kala.compress.compressors.deflate64 Class Description BitInputStream Reads bits from an InputStream.InputStreamStatistics This interface provides statistics on the current decompression stream. -
Classes in kala.compress.utils used by kala.compress.compressors.gzip Class Description CountingInputStream Input stream that tracks the number of bytes read.InputStreamStatistics This interface provides statistics on the current decompression stream. -
Classes in kala.compress.utils used by kala.compress.compressors.lz4 Class Description ByteUtils.ByteSupplier Used to supply bytes.CountingInputStream Input stream that tracks the number of bytes read.InputStreamStatistics This interface provides statistics on the current decompression stream. -
Classes in kala.compress.utils used by kala.compress.compressors.lz77support Class Description ByteUtils.ByteSupplier Used to supply bytes.CountingInputStream Input stream that tracks the number of bytes read.InputStreamStatistics This interface provides statistics on the current decompression stream. -
Classes in kala.compress.utils used by kala.compress.compressors.lzma Class Description CountingInputStream Input stream that tracks the number of bytes read.InputStreamStatistics This interface provides statistics on the current decompression stream. -
Classes in kala.compress.utils used by kala.compress.compressors.lzw Class Description BitInputStream Reads bits from an InputStream.InputStreamStatistics This interface provides statistics on the current decompression stream. -
Classes in kala.compress.utils used by kala.compress.compressors.snappy Class Description ByteUtils.ByteConsumer Used to consume bytes.ByteUtils.ByteSupplier Used to supply bytes.CountingInputStream Input stream that tracks the number of bytes read.InputStreamStatistics This interface provides statistics on the current decompression stream. -
Classes in kala.compress.utils used by kala.compress.compressors.xz Class Description CountingInputStream Input stream that tracks the number of bytes read.InputStreamStatistics This interface provides statistics on the current decompression stream. -
Classes in kala.compress.utils used by kala.compress.compressors.z Class Description InputStreamStatistics This interface provides statistics on the current decompression stream. -
Classes in kala.compress.utils used by kala.compress.compressors.zstandard Class Description CountingInputStream Input stream that tracks the number of bytes read.InputStreamStatistics This interface provides statistics on the current decompression stream. -
Classes in kala.compress.utils used by kala.compress.harmony.unpack200 Class Description BoundedInputStream A stream that limits reading from a wrapped stream to a given number of bytes. -
Classes in kala.compress.utils used by kala.compress.utils Class Description BoundedArchiveInputStream NIO backed bounded input stream for reading a predefined amount of data from.ByteUtils.ByteConsumer Used to consume bytes.ByteUtils.ByteSupplier Used to supply bytes.ChecksumVerifyingInputStream Verifies the checksum of the data read once the stream is exhausted.CountingInputStream Input stream that tracks the number of bytes read.