Class PreparedDictionaryGenerator
- java.lang.Object
-
- com.aayushatharva.brotli4j.encoder.PreparedDictionaryGenerator
-
public class PreparedDictionaryGenerator extends java.lang.Object
Java prepared (raw) dictionary producer.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PreparedDictionary
generate(java.nio.ByteBuffer src)
static PreparedDictionary
generate(java.nio.ByteBuffer src, int bucketBits, int slotBits, int hashBits, int blockBits)
-
-
-
Method Detail
-
generate
public static PreparedDictionary generate(java.nio.ByteBuffer src)
-
generate
public static PreparedDictionary generate(java.nio.ByteBuffer src, int bucketBits, int slotBits, int hashBits, int blockBits)
-
-