Class EncoderJNI.PreparedDictionaryImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.nio.ByteBuffer data  
      private java.nio.ByteBuffer rawData
      Reference to (non-copied) LZ data.
    • 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()  
      • Methods inherited from class java.lang.Object

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

      • data

        private java.nio.ByteBuffer data
      • rawData

        private java.nio.ByteBuffer rawData
        Reference to (non-copied) LZ data.
    • Constructor Detail

      • PreparedDictionaryImpl

        private PreparedDictionaryImpl​(java.nio.ByteBuffer data,
                                       java.nio.ByteBuffer rawData)
    • Method Detail

      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        Overrides:
        finalize in class java.lang.Object
        Throws:
        java.lang.Throwable