Package org.brotli.wrapper.enc
Class EncoderJNI.PreparedDictionaryImpl
java.lang.Object
org.brotli.wrapper.enc.EncoderJNI.PreparedDictionaryImpl
- All Implemented Interfaces:
PreparedDictionary
- Enclosing class:
EncoderJNI
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ByteBuffer
private ByteBuffer
Reference to (non-copied) LZ data. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
PreparedDictionaryImpl
(ByteBuffer data, ByteBuffer rawData) -
Method Summary
-
Field Details
-
data
-
rawData
Reference to (non-copied) LZ data.
-
-
Constructor Details
-
PreparedDictionaryImpl
-
-
Method Details
-
getData
- Specified by:
getData
in interfacePreparedDictionary
-
finalize
-