Uses of Package
kala.compress.utils
Packages that use kala.compress.utils
Package
Description
Provides stream classes for reading and writing archives using the ZIP format with some extensions for the special case of JAR archives.
Provides classes for reading and writing archives using the 7z format.
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 stream class for decompressing streams using the Brotli algorithm based on Google's Brotli decoder.
Provides stream classes for compressing and decompressing streams using the BZip2 algorithm.
Provides a stream classes that allow (de)compressing streams using the DEFLATE algorithm.
Provides a stream that allows decompressing streams using the DEFLATE64(tm) algorithm.
Provides stream classes for compressing and decompressing streams using the GZip algorithm.
Provides stream classes for the LZ4 algorithm.
Provides utility classes for LZ77 based algorithms.
Provides stream classes using the "stand-alone" LZMA algorithm.
Generic LZW implementation.
Provides stream classes for the Snappy algorithm.
Provides stream classes for compressing and decompressing streams using the XZ algorithm.
Provides stream classes for decompressing streams using the "compress" algorithm used to write .Z files.
Provides stream class for (de)compressing streams using the Zstandard algorithm based on Zstandard JNI.
Internal package.
Provides utilities used internally by the compress library.
-
Classes in kala.compress.utils used by kala.compress.archivers.jarClassDescriptionThis interface provides statistics on the current decompression stream.
-
Classes in kala.compress.utils used by kala.compress.archivers.sevenzClassDescriptionStream that tracks the number of bytes read.This interface provides statistics on the current decompression stream.
-
Classes in kala.compress.utils used by kala.compress.archivers.tarClassDescriptionNIO backed bounded input stream for reading a predefined amount of data from.Stream that tracks the number of bytes read.
-
Classes in kala.compress.utils used by kala.compress.archivers.zipClassDescriptionReads bits from an InputStream.NIO backed bounded input stream for reading a predefined amount of data from.Input stream that tracks the number of bytes read.This interface provides statistics on the current decompression stream.Implements a read-only
SeekableByteChannelthat concatenates a collection of otherSeekableByteChannels. -
Classes in kala.compress.utils used by kala.compress.compressors.brotliClassDescriptionInput stream that tracks the number of bytes read.This interface provides statistics on the current decompression stream.
-
Classes in kala.compress.utils used by kala.compress.compressors.bzip2ClassDescriptionReads bits from an InputStream.This interface provides statistics on the current decompression stream.
-
Classes in kala.compress.utils used by kala.compress.compressors.deflateClassDescriptionInput stream that tracks the number of bytes read.This interface provides statistics on the current decompression stream.
-
Classes in kala.compress.utils used by kala.compress.compressors.deflate64ClassDescriptionReads bits from an InputStream.This interface provides statistics on the current decompression stream.
-
Classes in kala.compress.utils used by kala.compress.compressors.gzipClassDescriptionInput stream that tracks the number of bytes read.This interface provides statistics on the current decompression stream.
-
Classes in kala.compress.utils used by kala.compress.compressors.lz4ClassDescriptionUsed to supply bytes.Input stream that tracks the number of bytes read.This interface provides statistics on the current decompression stream.
-
Classes in kala.compress.utils used by kala.compress.compressors.lz77supportClassDescriptionUsed to supply bytes.Input stream that tracks the number of bytes read.This interface provides statistics on the current decompression stream.
-
Classes in kala.compress.utils used by kala.compress.compressors.lzmaClassDescriptionInput stream that tracks the number of bytes read.This interface provides statistics on the current decompression stream.
-
Classes in kala.compress.utils used by kala.compress.compressors.lzwClassDescriptionReads bits from an InputStream.This interface provides statistics on the current decompression stream.
-
Classes in kala.compress.utils used by kala.compress.compressors.snappyClassDescriptionUsed to consume bytes.Used to supply bytes.Input stream that tracks the number of bytes read.This interface provides statistics on the current decompression stream.
-
Classes in kala.compress.utils used by kala.compress.compressors.xzClassDescriptionInput stream that tracks the number of bytes read.This interface provides statistics on the current decompression stream.
-
Classes in kala.compress.utils used by kala.compress.compressors.zClassDescriptionThis interface provides statistics on the current decompression stream.
-
Classes in kala.compress.utils used by kala.compress.compressors.zstandardClassDescriptionInput stream that tracks the number of bytes read.This interface provides statistics on the current decompression stream.
-
Classes in kala.compress.utils used by kala.compress.harmony.unpack200ClassDescriptionA stream that limits reading from a wrapped stream to a given number of bytes.
-
Classes in kala.compress.utils used by kala.compress.utilsClassDescriptionNIO backed bounded input stream for reading a predefined amount of data from.Used to consume bytes.Used to supply bytes.Verifies the checksum of the data read once the stream is exhausted.Input stream that tracks the number of bytes read.