Package io.trino.parquet.reader.decoders
Interface IntBitUnpacker
public interface IntBitUnpacker
-
Method Summary
Modifier and TypeMethodDescriptionvoidunpack(int[] output, int outputOffset, SimpleSliceInputStream input, int length)
-
Method Details
-
unpack
- Parameters:
length- must be a multiple of 8
-