All Classes
-
All Classes Interface Summary Class Summary Enum Summary Annotation Types Summary Class Description Brotli4jLoader Loads Brotli Native LibraryBrotliCommon JNI wrapper for brotli common.BrotliDecoderChannel ReadableByteChannel that wraps native brotli decoder.BrotliEncoderChannel WritableByteChannel that wraps native brotli encoder.BrotliInputStream InputStream that wraps native brotli decoder.BrotliOutputStream Output stream that wraps native brotli encoder.Decoder Base class for InputStream / Channel implementations.DecoderJNI JNI wrapper for brotli decoder.DecoderJNI.Status DecoderJNI.Wrapper Decoders Multiple decoding methods using Netty Buffer.DirectDecompress Directly decompresses data usingDecoder.decompress(byte[])
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.Encoders Multiple encoding methods using Netty Buffer Make sure to add it as dependency before using this classLocal Class and methods annotated withLocal
are represents code which created locally and not in sync with Google Brotli upstream repository.PreparedDictionary Prepared dictionary data provider.PreparedDictionaryGenerator Java prepared (raw) dictionary producer.Upstream Class and methods annotated withUpstream
are directly pulled from Google Brotli upstream repository without any change in function and parameters.