Class DoubleSprintzDecoder

    • Constructor Detail

      • DoubleSprintzDecoder

        public DoubleSprintzDecoder()
    • 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
      • readDouble

        public double readDouble​(java.nio.ByteBuffer buffer)
        Overrides:
        readDouble in class Decoder