All Classes and Interfaces
Class
Description
Measures decompression speed on the given corpus.
Tests for
BitReader.JNI wrapper for brotli common.
ReadableByteChannel that wraps native brotli decoder.
Tests for
BrotliDecoderChannel.WritableByteChannel that wraps native brotli encoder.
Tests for
BrotliEncoderChannel.InputStream decorator that decompresses brotli data.InputStream that wraps native brotli decoder.
Tests for
BrotliInputStream.Optionally loads brotli JNI wrapper native library.
Output stream that wraps native brotli encoder.
Tests for
BrotliOutputStream.Decompress files and (optionally) checks their checksums.
Utilities to work test files bundles in zip archive.
Tests for
Dictionary.Tests for
Encoder.Base class for InputStream / Channel implementations.
JNI wrapper for brotli decoder.
Tests for
Decoder.Tests for
Decode.Collection of static dictionary words.
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.
Tests for
Encoder.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.Tests for
Transform.Tests for compression / decompression aided with LZ77 dictionary.