Package com.aayushatharva.brotli4j.encoder
-
Interface Summary Interface Description PreparedDictionary Prepared dictionary data provider. -
Class Summary Class Description BrotliEncoderChannel WritableByteChannel that wraps native brotli encoder.BrotliOutputStream Output stream that wraps native brotli encoder.Encoder Base class for OutputStream / Channel implementations.Encoder.Parameters Brotli encoder settings.Encoders Multiple encoding methods using Netty Buffer Make sure to add it as dependency before using this classPreparedDictionaryGenerator Java prepared (raw) dictionary producer. -
Enum Summary Enum Description 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.h