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 class
PreparedDictionaryGenerator.PreparedDictionaryImpl
Methods in org.brotli.enc that return PreparedDictionary Modifier and Type Method Description static PreparedDictionary
PreparedDictionaryGenerator. generate(java.nio.ByteBuffer src)
static PreparedDictionary
PreparedDictionaryGenerator. 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 class
EncoderJNI.PreparedDictionaryImpl
Fields in org.brotli.wrapper.enc with type parameters of type PreparedDictionary Modifier and Type Field Description private java.util.List<PreparedDictionary>
Encoder. dictionaries
Methods in org.brotli.wrapper.enc that return PreparedDictionary Modifier and Type Method Description static PreparedDictionary
Encoder. prepareDictionary(java.nio.ByteBuffer dictionary, int sharedDictionaryType)
Prepares raw or serialized dictionary for being used by encoder.(package private) static PreparedDictionary
EncoderJNI. prepareDictionary(java.nio.ByteBuffer dictionary, int sharedDictionaryType)
Prepares raw or serialized dictionary for being used by encoder.private static PreparedDictionary
UseCompoundDictionaryTest. 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 void
BrotliEncoderChannel. attachDictionary(PreparedDictionary dictionary)
void
BrotliOutputStream. attachDictionary(PreparedDictionary dictionary)
void
Encoder. attachDictionary(PreparedDictionary dictionary)
-