Class PreparedDictionaryGenerator.PreparedDictionaryImpl

    • 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • data

        private final java.nio.ByteBuffer data
    • Constructor Detail

      • PreparedDictionaryImpl

        private PreparedDictionaryImpl​(java.nio.ByteBuffer data)