Uses of Interface
org.brotli.enc.PreparedDictionary
Packages that use PreparedDictionary
-
Uses of PreparedDictionary in org.brotli.enc
Classes in org.brotli.enc that implement PreparedDictionaryModifier and TypeClassDescriptionprivate static class
Methods in org.brotli.enc that return PreparedDictionaryModifier and TypeMethodDescriptionstatic PreparedDictionary
PreparedDictionaryGenerator.generate
(ByteBuffer src) static PreparedDictionary
PreparedDictionaryGenerator.generate
(ByteBuffer src, int bucketBits, int slotBits, int hashBits, int blockBits) -
Uses of PreparedDictionary in org.brotli.wrapper.enc
Classes in org.brotli.wrapper.enc that implement PreparedDictionaryFields in org.brotli.wrapper.enc with type parameters of type PreparedDictionaryMethods in org.brotli.wrapper.enc that return PreparedDictionaryModifier and TypeMethodDescriptionstatic PreparedDictionary
Encoder.prepareDictionary
(ByteBuffer dictionary, int sharedDictionaryType) Prepares raw or serialized dictionary for being used by encoder.(package private) static PreparedDictionary
EncoderJNI.prepareDictionary
(ByteBuffer dictionary, int sharedDictionaryType) Prepares raw or serialized dictionary for being used by encoder.private static PreparedDictionary
UseCompoundDictionaryTest.prepareRawDictionary
(String entryName, ByteBuffer data) Methods in org.brotli.wrapper.enc with parameters of type PreparedDictionaryModifier and TypeMethodDescriptionvoid
BrotliEncoderChannel.attachDictionary
(PreparedDictionary dictionary) void
BrotliOutputStream.attachDictionary
(PreparedDictionary dictionary) void
Encoder.attachDictionary
(PreparedDictionary dictionary)