Class Decoder

    • Constructor Detail

    • Method Detail

      • setType

        public void setType​(TSEncoding type)
      • readInt

        public int readInt​(java.nio.ByteBuffer buffer)
      • readBoolean

        public boolean readBoolean​(java.nio.ByteBuffer buffer)
      • readShort

        public short readShort​(java.nio.ByteBuffer buffer)
      • readLong

        public long readLong​(java.nio.ByteBuffer buffer)
      • readFloat

        public float readFloat​(java.nio.ByteBuffer buffer)
      • readDouble

        public double readDouble​(java.nio.ByteBuffer buffer)
      • readBinary

        public Binary readBinary​(java.nio.ByteBuffer buffer)
      • readBigDecimal

        public java.math.BigDecimal readBigDecimal​(java.nio.ByteBuffer buffer)
      • hasNext

        public abstract boolean hasNext​(java.nio.ByteBuffer buffer)
                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • reset

        public abstract void reset()