Class LongSprintzDecoder

    • Constructor Detail

      • LongSprintzDecoder

        public LongSprintzDecoder()
    • Method Detail

      • hasNext

        public boolean hasNext​(java.nio.ByteBuffer buffer)
                        throws java.io.IOException
        Specified by:
        hasNext in class Decoder
        Throws:
        java.io.IOException
      • decodeBlock

        protected void decodeBlock​(java.nio.ByteBuffer in)
                            throws java.io.IOException
        Specified by:
        decodeBlock in class SprintzDecoder
        Throws:
        java.io.IOException
      • readLong

        public long readLong​(java.nio.ByteBuffer buffer)
        Overrides:
        readLong in class Decoder