All Classes and Interfaces
Class
Description
Measures decompression speed on the given corpus.
Bit reading helpers.
Tests for
BitReader
.JNI wrapper for brotli common.
ReadableByteChannel that wraps native brotli decoder.
Tests for
BrotliDecoderChannel
.Test case with a unique name.
WritableByteChannel that wraps native brotli encoder.
Tests for
BrotliEncoderChannel
.Test case with a unique name.
InputStream
decorator that decompresses brotli data.InputStream that wraps native brotli decoder.
Tests for
BrotliInputStream
.Test case with a unique name.
Optionally loads brotli JNI wrapper native library.
Output stream that wraps native brotli encoder.
Tests for
BrotliOutputStream
.Test case with a unique name.
Unchecked exception used internally.
Decompress files and (optionally) checks their checksums.
Utilities to work test files bundles in zip archive.
JNI wrapper for brotli common.
Tests for
Dictionary
.Common context lookup table for all context modes.
Tests for
Encoder
.API for Brotli decompression.
Base class for InputStream / Channel implementations.
JNI wrapper for brotli decoder.
Tests for
Decoder
.Test case with a unique name.
Tests for
Decode
.Collection of static dictionary words.
Built-in dictionary data.
Tests for
Dictionary
.Tests for
Decode
.Tests for
BrotliInputStream
.Tests for
Encoder
.Base class for OutputStream / Channel implementations.
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.h
Brotli encoder settings.
JNI wrapper for brotli encoder.
Tests for
Encoder
.Test case with a unique name.
Utilities for building Huffman decoding tables.
Prepared dictionary data provider.
Java prepared (raw) dictionary producer.
Tests for
Dictionary
.Tests for
BrotliCommon
.Tests for
BrotliCommon
.POJO enum that mirrors C BrotliSharedDictionaryType.
Tests for
Decode
.Transformations on dictionary words.
Tests for
Transform
.Tests for compression / decompression aided with LZ77 dictionary.
Test case with a unique name.
A set of utility methods.