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 PreparedDictionary
PreparedDictionaryGenerator. generate(java.nio.ByteBuffer src)
static PreparedDictionary
PreparedDictionaryGenerator. generate(java.nio.ByteBuffer src, int bucketBits, int slotBits, int hashBits, int blockBits)
static PreparedDictionary
Encoder. 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 void
BrotliEncoderChannel. attachDictionary(PreparedDictionary dictionary)
void
BrotliOutputStream. attachDictionary(PreparedDictionary dictionary)
void
Encoder. attachDictionary(PreparedDictionary dictionary)
-