Uses of Interface
org.brotli.enc.PreparedDictionary
-
Packages that use PreparedDictionary Package Description org.brotli.enc org.brotli.wrapper.enc -
-
Uses of PreparedDictionary in org.brotli.enc
Classes in org.brotli.enc that implement PreparedDictionary Modifier and Type Class Description private static classPreparedDictionaryGenerator.PreparedDictionaryImplMethods in org.brotli.enc that return PreparedDictionary Modifier and Type Method Description static PreparedDictionaryPreparedDictionaryGenerator. generate(java.nio.ByteBuffer src)static PreparedDictionaryPreparedDictionaryGenerator. generate(java.nio.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 PreparedDictionary Modifier and Type Class Description private static classEncoderJNI.PreparedDictionaryImplFields in org.brotli.wrapper.enc with type parameters of type PreparedDictionary Modifier and Type Field Description private java.util.List<PreparedDictionary>Encoder. dictionariesMethods in org.brotli.wrapper.enc that return PreparedDictionary Modifier and Type Method Description static PreparedDictionaryEncoder. prepareDictionary(java.nio.ByteBuffer dictionary, int sharedDictionaryType)Prepares raw or serialized dictionary for being used by encoder.(package private) static PreparedDictionaryEncoderJNI. prepareDictionary(java.nio.ByteBuffer dictionary, int sharedDictionaryType)Prepares raw or serialized dictionary for being used by encoder.private static PreparedDictionaryUseCompoundDictionaryTest. prepareRawDictionary(java.lang.String entryName, java.nio.ByteBuffer data)Methods in org.brotli.wrapper.enc with parameters of type PreparedDictionary Modifier and Type Method Description voidBrotliEncoderChannel. attachDictionary(PreparedDictionary dictionary)voidBrotliOutputStream. attachDictionary(PreparedDictionary dictionary)voidEncoder. attachDictionary(PreparedDictionary dictionary)
-