Package org.brotli.wrapper.enc
-
Class Summary Class Description BrotliEncoderChannel WritableByteChannel that wraps native brotli encoder.BrotliEncoderChannelTest Tests forBrotliEncoderChannel
.BrotliEncoderChannelTest.ChannleTestCase Test case with a unique name.BrotliOutputStream Output stream that wraps native brotli encoder.BrotliOutputStreamTest Tests forBrotliOutputStream
.BrotliOutputStreamTest.StreamTestCase Test case with a unique name.EmptyInputTest Tests forEncoder
.Encoder Base class for OutputStream / Channel implementations.Encoder.Parameters Brotli encoder settings.EncoderJNI JNI wrapper for brotli encoder.EncoderJNI.PreparedDictionaryImpl EncoderJNI.Wrapper EncoderTest Tests forEncoder
.EncoderTest.EncoderTestCase Test case with a unique name.UseCompoundDictionaryTest Tests for compression / decompression aided with LZ77 dictionary.UseCompoundDictionaryTest.UseCompoundDictionaryTestCase Test case with a unique name. -
Enum Summary Enum Description BrotliEncoderChannelTest.TestMode BrotliOutputStreamTest.TestMode 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.hEncoderJNI.Operation