Package org.brotli.wrapper.enc
Class EncoderJNI.PreparedDictionaryImpl
- java.lang.Object
-
- org.brotli.wrapper.enc.EncoderJNI.PreparedDictionaryImpl
-
- All Implemented Interfaces:
PreparedDictionary
- Enclosing class:
- EncoderJNI
private static class EncoderJNI.PreparedDictionaryImpl extends java.lang.Object implements PreparedDictionary
-
-
Constructor Summary
Constructors Modifier Constructor Description privatePreparedDictionaryImpl(java.nio.ByteBuffer data, java.nio.ByteBuffer rawData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfinalize()java.nio.ByteBuffergetData()
-
-
-
Method Detail
-
getData
public java.nio.ByteBuffer getData()
- Specified by:
getDatain interfacePreparedDictionary
-
finalize
protected void finalize() throws java.lang.Throwable- Overrides:
finalizein classjava.lang.Object- Throws:
java.lang.Throwable
-
-