All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description Brotli BrotliDecoder Decompresses aByteBufencoded with the brotli format.BrotliDecompressor Decompresses aByteBufencoded with the brotli format.BrotliDecompressor.Builder BrotliEncoder Compress aByteBufwith the Brotli compression.BrotliMode Provides a way to specify the Brotli compression mode.BrotliOptions BrotliOptionsholdsEncoder.Parametersfor Brotli compression.Bzip2Decoder Uncompresses aByteBufencoded with the Bzip2 format.Bzip2Decompressor Uncompresses aByteBufencoded with the Bzip2 format.Bzip2Decompressor.Builder Bzip2Encoder Compresses aByteBufusing the Bzip2 algorithm.CompressionException AnEncoderExceptionthat is raised when compression failed.CompressionOptions CompressionOptionsprovides compression options for various types of compressor types, like Brotli.DecompressionException ADecoderExceptionthat is raised when decompression failed.Decompressor Shared API for various decompression algorithms.Decompressor.AbstractDecompressorBuilder Decompressor.Status Current status of the decompressor.DeflateOptions DeflateOptionsholdsDeflateOptions.compressionLevel(),DeflateOptions.memLevel()andDeflateOptions.windowBits()for Deflate compression.FastLzFrameDecoder Uncompresses aByteBufencoded byFastLzFrameEncoderusing the FastLZ algorithm.FastLzFrameDecompressor Uncompresses aByteBufencoded byFastLzFrameEncoderusing the FastLZ algorithm.FastLzFrameDecompressor.Builder FastLzFrameEncoder Compresses aByteBufusing the FastLZ algorithm.GzipOptions GzipOptionsholdsDeflateOptions.compressionLevel(),DeflateOptions.memLevel()andDeflateOptions.windowBits()for Gzip compression.JdkZlibDecoder Decompress aByteBufusing the inflate algorithm.JdkZlibDecompressor Decompress aByteBufusing the inflate algorithm.JdkZlibDecompressor.Builder JdkZlibEncoder Compresses aByteBufusing the deflate algorithm.JZlibDecoder JZlibEncoder Compresses aByteBufusing the deflate algorithm.Lz4FrameDecoder Uncompresses aByteBufencoded with the LZ4 format.Lz4FrameDecompressor Uncompresses aByteBufencoded with the LZ4 format.Lz4FrameDecompressor.Builder Lz4FrameEncoder Compresses aByteBufusing the LZ4 format.Lz4XXHash32 LzfDecoder Uncompresses aByteBufencoded with the LZF format.LzfDecompressor Uncompresses aByteBufencoded with the LZF format.LzfDecompressor.Builder LzfEncoder Compresses aByteBufusing the LZF format.LzmaFrameEncoder Compresses aByteBufusing the LZMA algorithm.Snappy Uncompresses an inputByteBufencoded with Snappy compression into an outputByteBuf.SnappyFramedDecoder Deprecated. UseSnappyFrameDecoderinstead.SnappyFrameDecoder Uncompresses aByteBufencoded with the Snappy framing format.SnappyFrameDecompressor Uncompresses aByteBufencoded with the Snappy framing format.SnappyFrameDecompressor.Builder SnappyFramedEncoder Deprecated. UseSnappyFrameEncoderinstead.SnappyFrameEncoder Compresses aByteBufusing the Snappy framing format.SnappyOptions SnappyOptionsholds config for Snappy compression.StandardCompressionOptions ZlibCodecFactory Creates a newZlibEncoderand a newZlibDecoder.ZlibDecoder Decompresses aByteBufusing the deflate algorithm.ZlibEncoder Compresses aByteBufusing the deflate algorithm.ZlibWrapper The container file formats that wrap the stream compressed by the DEFLATE algorithm.Zstd ZstdDecoder Decompresses a compressed blockByteBufusing the Zstandard algorithm.ZstdDecompressor Decompresses a compressed blockByteBufusing the Zstandard algorithm.ZstdDecompressor.Builder ZstdEncoder Compresses aByteBufusing the Zstandard algorithm.ZstdOptions ZstdOptionsholds compressionLevel for Zstd compression.