Uses of Interface
org.brotli.enc.PreparedDictionary
Packages that use PreparedDictionary
-
Uses of PreparedDictionary in org.brotli.enc
Methods in org.brotli.enc that return PreparedDictionaryModifier and TypeMethodDescriptionstatic PreparedDictionaryPreparedDictionaryGenerator.generate(ByteBuffer src) static PreparedDictionaryPreparedDictionaryGenerator.generate(ByteBuffer src, int bucketBits, int slotBits, int hashBits, int blockBits) -
Uses of PreparedDictionary in org.brotli.wrapper.enc
Methods in org.brotli.wrapper.enc that return PreparedDictionaryModifier and TypeMethodDescriptionstatic PreparedDictionaryEncoder.prepareDictionary(ByteBuffer dictionary, int sharedDictionaryType) Prepares raw or serialized dictionary for being used by encoder.Methods in org.brotli.wrapper.enc with parameters of type PreparedDictionaryModifier and TypeMethodDescriptionvoidBrotliEncoderChannel.attachDictionary(PreparedDictionary dictionary) voidBrotliOutputStream.attachDictionary(PreparedDictionary dictionary) voidEncoder.attachDictionary(PreparedDictionary dictionary)