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 private
PreparedDictionaryImpl(java.nio.ByteBuffer data, java.nio.ByteBuffer rawData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
finalize()
java.nio.ByteBuffer
getData()
-
-
-
Method Detail
-
getData
public java.nio.ByteBuffer getData()
- Specified by:
getData
in interfacePreparedDictionary
-
finalize
protected void finalize() throws java.lang.Throwable
- Overrides:
finalize
in classjava.lang.Object
- Throws:
java.lang.Throwable
-
-