Uses of Interface
com.aayushatharva.brotli4j.encoder.PreparedDictionary
Packages that use PreparedDictionary
-
Uses of PreparedDictionary in com.aayushatharva.brotli4j.encoder
Methods in com.aayushatharva.brotli4j.encoder that return PreparedDictionaryModifier and TypeMethodDescriptionstatic PreparedDictionary
PreparedDictionaryGenerator.generate
(ByteBuffer src) static PreparedDictionary
PreparedDictionaryGenerator.generate
(ByteBuffer src, int bucketBits, int slotBits, int hashBits, int blockBits) static PreparedDictionary
Encoder.prepareDictionary
(ByteBuffer dictionary, int sharedDictionaryType) Prepares raw or serialized dictionary for being used by encoder.Methods in com.aayushatharva.brotli4j.encoder with parameters of type PreparedDictionaryModifier and TypeMethodDescriptionvoid
BrotliEncoderChannel.attachDictionary
(PreparedDictionary dictionary) void
BrotliOutputStream.attachDictionary
(PreparedDictionary dictionary) void
Encoder.attachDictionary
(PreparedDictionary dictionary)