Package org.brotli.enc
Class PreparedDictionaryGenerator.PreparedDictionaryImpl
- java.lang.Object
-
- org.brotli.enc.PreparedDictionaryGenerator.PreparedDictionaryImpl
-
- All Implemented Interfaces:
PreparedDictionary
- Enclosing class:
- PreparedDictionaryGenerator
private static class PreparedDictionaryGenerator.PreparedDictionaryImpl extends java.lang.Object implements PreparedDictionary
-
-
Field Summary
Fields Modifier and Type Field Description private java.nio.ByteBuffer
data
-
Constructor Summary
Constructors Modifier Constructor Description private
PreparedDictionaryImpl(java.nio.ByteBuffer data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.ByteBuffer
getData()
-
-
-
Method Detail
-
getData
public java.nio.ByteBuffer getData()
- Specified by:
getData
in interfacePreparedDictionary
-
-