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 PreparedDictionaryPreparedDictionaryGenerator.generate(ByteBuffer src) static PreparedDictionaryPreparedDictionaryGenerator.generate(ByteBuffer src, int bucketBits, int slotBits, int hashBits, int blockBits) static PreparedDictionaryEncoder.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 TypeMethodDescriptionvoidBrotliEncoderChannel.attachDictionary(PreparedDictionary dictionary) voidBrotliOutputStream.attachDictionary(PreparedDictionary dictionary) voidEncoder.attachDictionary(PreparedDictionary dictionary)