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 classMethods 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
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 PreparedDictionaryEncoder.prepareDictionary(ByteBuffer dictionary, int sharedDictionaryType) Prepares raw or serialized dictionary for being used by encoder.(package private) static PreparedDictionaryEncoderJNI.prepareDictionary(ByteBuffer dictionary, int sharedDictionaryType) Prepares raw or serialized dictionary for being used by encoder.private static PreparedDictionaryUseCompoundDictionaryTest.prepareRawDictionary(String entryName, ByteBuffer data) Methods in org.brotli.wrapper.enc with parameters of type PreparedDictionaryModifier and TypeMethodDescriptionvoidBrotliEncoderChannel.attachDictionary(PreparedDictionary dictionary) voidBrotliOutputStream.attachDictionary(PreparedDictionary dictionary) voidEncoder.attachDictionary(PreparedDictionary dictionary)