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.BrotliNativeProvider Deprecated. This interface is NO-OP now.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 ... See encode.h, typedef enum BrotliEncoderModeEncoder.Parameters Brotli encoder settings.EncoderJNI JNI wrapper for brotli encoder.EncoderJNI.Wrapper Encoders Multiple encoding methods using Netty Buffer Make sure to add it as dependency before using this classInternal Class and methods annotated withInternalare for internal use and should not be used by user directly as they can change and break anytime.Local Class and methods annotated withLocalare 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 withUpstreamare directly pulled from Google Brotli upstream repository without any change in function and parameters.Utils Utilities class for Brotli4j