Class AbstractUncompressedDataChunk

    • Field Detail

      • offset

        protected final int offset
    • Constructor Detail

      • AbstractUncompressedDataChunk

        public AbstractUncompressedDataChunk​(int offset)
    • Method Detail

      • getOffset

        public int getOffset()
      • isCompressed

        public boolean isCompressed()
      • getCompressionFactor

        public double getCompressionFactor()
      • writeValuesJson

        protected abstract void writeValuesJson​(com.fasterxml.jackson.core.JsonGenerator generator)
                                         throws IOException
        Throws:
        IOException
      • writeJson

        public void writeJson​(com.fasterxml.jackson.core.JsonGenerator generator)
      • toJson

        public String toJson()