Class BitPacking.BitPackingReader

  • Enclosing class:
    BitPacking

    public abstract static class BitPacking.BitPackingReader
    extends Object
    to read back what has been written with the corresponding writer
    • Constructor Detail

      • BitPackingReader

        public BitPackingReader()
    • Method Detail

      • read

        public abstract int read()
                          throws IOException
        Returns:
        and int decoded from the underlying stream
        Throws:
        IOException - if there is an exception while reading