Package org.brotli.enc
Class PreparedDictionaryGenerator
java.lang.Object
org.brotli.enc.PreparedDictionaryGenerator
Java prepared (raw) dictionary producer.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
private static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PreparedDictionary
generate
(ByteBuffer src) static PreparedDictionary
generate
(ByteBuffer src, int bucketBits, int slotBits, int hashBits, int blockBits)
-
Field Details
-
MAGIC
private static final int MAGIC- See Also:
-
HASH_MULTIPLIER
private static final long HASH_MULTIPLIER- See Also:
-
-
Constructor Details
-
PreparedDictionaryGenerator
private PreparedDictionaryGenerator()
-
-
Method Details
-
generate
-
generate
public static PreparedDictionary generate(ByteBuffer src, int bucketBits, int slotBits, int hashBits, int blockBits)
-