Class LongBitPacker
java.lang.Object
io.trino.orc.stream.LongBitPacker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidunpack(long[] buffer, int offset, int len, int bitSize, InputStream input)
-
Constructor Details
-
LongBitPacker
public LongBitPacker()
-
-
Method Details
-
unpack
public void unpack(long[] buffer, int offset, int len, int bitSize, InputStream input) throws IOException - Throws:
IOException
-