Package io.trino.orc.stream
Class LongBitPacker
- java.lang.Object
-
- io.trino.orc.stream.LongBitPacker
-
public final class LongBitPacker extends Object
-
-
Constructor Summary
Constructors Constructor Description LongBitPacker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidunpack(long[] buffer, int offset, int len, int bitSize, InputStream input)
-
-
-
Method Detail
-
unpack
public void unpack(long[] buffer, int offset, int len, int bitSize, InputStream input) throws IOException- Throws:
IOException
-
-