public class Int32RLEDictionaryValuesDecoder extends BaseRLEBitPackedDecoder implements ValuesDecoder.Int32ValuesDecoder
BaseRLEBitPackedDecoder.ModeValuesDecoder.BinaryValuesDecoder, ValuesDecoder.BooleanValuesDecoder, ValuesDecoder.Int32ValuesDecoder, ValuesDecoder.Int64TimestampMicrosValuesDecoder, ValuesDecoder.Int64ValuesDecoder, ValuesDecoder.TimestampValuesDecodercurrentBuffer, currentCount, currentValue, mode| Constructor and Description |
|---|
Int32RLEDictionaryValuesDecoder(int bitWidth,
InputStream in,
IntegerDictionary dictionary) |
| Modifier and Type | Method and Description |
|---|---|
void |
readNext(int[] values,
int offset,
int length) |
void |
skip(int length) |
decodepublic Int32RLEDictionaryValuesDecoder(int bitWidth,
InputStream in,
IntegerDictionary dictionary)
public void readNext(int[] values,
int offset,
int length)
throws IOException
readNext in interface ValuesDecoder.Int32ValuesDecoderIOExceptionpublic void skip(int length)
throws IOException
skip in interface ValuesDecoder.Int32ValuesDecoderIOExceptionCopyright © 2012–2022. All rights reserved.