Class RunLengthBitPackingHybridDecoder
- java.lang.Object
-
- org.apache.parquet.column.values.rle.RunLengthBitPackingHybridDecoder
-
public class RunLengthBitPackingHybridDecoder extends Object
Decodes values written in the grammar described inRunLengthBitPackingHybridEncoder
-
-
Constructor Summary
Constructors Constructor Description RunLengthBitPackingHybridDecoder(int bitWidth, InputStream in)
-
-
-
Constructor Detail
-
RunLengthBitPackingHybridDecoder
public RunLengthBitPackingHybridDecoder(int bitWidth, InputStream in)
-
-
Method Detail
-
readInt
public int readInt() throws IOException- Throws:
IOException
-
-