Class BitPacking.BitPackingReader
- java.lang.Object
-
- org.apache.parquet.column.values.bitpacking.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 Summary
Constructors Constructor Description 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
-
-