Uses of Interface
com.aayushatharva.brotli4j.encoder.PreparedDictionary
-
Packages that use PreparedDictionary Package Description com.aayushatharva.brotli4j.encoder -
-
Uses of PreparedDictionary in com.aayushatharva.brotli4j.encoder
Methods in com.aayushatharva.brotli4j.encoder that return PreparedDictionary Modifier and Type Method Description static PreparedDictionaryPreparedDictionaryGenerator. generate(java.nio.ByteBuffer src)static PreparedDictionaryPreparedDictionaryGenerator. generate(java.nio.ByteBuffer src, int bucketBits, int slotBits, int hashBits, int blockBits)static PreparedDictionaryEncoder. prepareDictionary(java.nio.ByteBuffer dictionary, int sharedDictionaryType)Prepares raw or serialized dictionary for being used by encoder.Methods in com.aayushatharva.brotli4j.encoder with parameters of type PreparedDictionary Modifier and Type Method Description voidBrotliEncoderChannel. attachDictionary(PreparedDictionary dictionary)voidBrotliOutputStream. attachDictionary(PreparedDictionary dictionary)voidEncoder. attachDictionary(PreparedDictionary dictionary)
-