Class PreparedDictionaryGenerator
java.lang.Object
com.aayushatharva.brotli4j.encoder.PreparedDictionaryGenerator
Java prepared (raw) dictionary producer.
-
Method Summary
Modifier and TypeMethodDescriptionstatic PreparedDictionary
generate
(ByteBuffer src) static PreparedDictionary
generate
(ByteBuffer src, int bucketBits, int slotBits, int hashBits, int blockBits)
-
Method Details
-
generate
-
generate
public static PreparedDictionary generate(ByteBuffer src, int bucketBits, int slotBits, int hashBits, int blockBits)
-