Class PreparedDictionaryGenerator
- java.lang.Object
-
- com.aayushatharva.brotli4j.encoder.PreparedDictionaryGenerator
-
public class PreparedDictionaryGenerator extends java.lang.ObjectJava prepared (raw) dictionary producer.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PreparedDictionarygenerate(java.nio.ByteBuffer src)static PreparedDictionarygenerate(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)
-
-