All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description Benchmark Measures decompression speed on the given corpus.BitReader Bit reading helpers.BitReaderTest Tests forBitReader
.BrotliCommon JNI wrapper for brotli common.BrotliDecoderChannel ReadableByteChannel that wraps native brotli decoder.BrotliDecoderChannelTest Tests forBrotliDecoderChannel
.BrotliDecoderChannelTest.ChannelTestCase Test case with a unique name.BrotliEncoderChannel WritableByteChannel that wraps native brotli encoder.BrotliEncoderChannelTest Tests forBrotliEncoderChannel
.BrotliEncoderChannelTest.ChannleTestCase Test case with a unique name.BrotliEncoderChannelTest.TestMode BrotliInputStream InputStream
decorator that decompresses brotli data.BrotliInputStream InputStream that wraps native brotli decoder.BrotliInputStreamTest Tests forBrotliInputStream
.BrotliInputStreamTest.StreamTestCase Test case with a unique name.BrotliJniTestBase Optionally loads brotli JNI wrapper native library.BrotliOutputStream Output stream that wraps native brotli encoder.BrotliOutputStreamTest Tests forBrotliOutputStream
.BrotliOutputStreamTest.StreamTestCase Test case with a unique name.BrotliOutputStreamTest.TestMode BrotliRuntimeException Unchecked exception used internally.BundleChecker Decompress files and (optionally) checks their checksums.BundleHelper Utilities to work test files bundles in zip archive.CommonJNI JNI wrapper for brotli common.CompoundDictionaryTest Tests forDictionary
.Context Common context lookup table for all context modes.CornerCasesTest Tests forEncoder
.Decode API for Brotli decompression.Decoder Decoder Base class for InputStream / Channel implementations.DecoderJNI JNI wrapper for brotli decoder.DecoderJNI.Status DecoderJNI.Wrapper DecoderTest Tests forDecoder
.DecoderTest.DecoderTestCase Test case with a unique name.DecodeTest Tests forDecode
.Dictionary Collection of static dictionary words.Dictionary.DataLoader DictionaryData Built-in dictionary data.DictionaryTest Tests forDictionary
.EagerStreamTest Tests forDecode
.EagerStreamTest Tests forBrotliInputStream
.EagerStreamTest.ProxyStream EmptyInputTest Tests forEncoder
.Encoder Base class for OutputStream / Channel implementations.Encoder.Mode https://www.brotli.org/encode.html#aa6f See encode.h, typedef enum BrotliEncoderMode Important: The ordinal value of the modes should be the same as the constant values in encode.hEncoder.Parameters Brotli encoder settings.EncoderJNI JNI wrapper for brotli encoder.EncoderJNI.Operation EncoderJNI.PreparedDictionaryImpl EncoderJNI.Wrapper EncoderTest Tests forEncoder
.EncoderTest.EncoderTestCase Test case with a unique name.Huffman Utilities for building Huffman decoding tables.PreparedDictionary Prepared dictionary data provider.PreparedDictionaryGenerator Java prepared (raw) dictionary producer.PreparedDictionaryGenerator.PreparedDictionaryImpl SetDictionaryTest Tests forDictionary
.SetRfcDictionaryTest Tests forBrotliCommon
.SetZeroDictionaryTest Tests forBrotliCommon
.SharedDictionaryType POJO enum that mirrors C BrotliSharedDictionaryType.State SynthTest Tests forDecode
.Transform Transformations on dictionary words.Transform.Transforms TransformTest Tests forTransform
.UseCompoundDictionaryTest Tests for compression / decompression aided with LZ77 dictionary.UseCompoundDictionaryTest.UseCompoundDictionaryTestCase Test case with a unique name.Utils A set of utility methods.