public static interface ValuesDecoder.BinaryValuesDecoder extends ValuesDecoder
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ValuesDecoder.BinaryValuesDecoder.ValueBuffer |
ValuesDecoder.BinaryValuesDecoder, ValuesDecoder.BooleanValuesDecoder, ValuesDecoder.Int32ValuesDecoder, ValuesDecoder.Int64TimestampMicrosValuesDecoder, ValuesDecoder.Int64ValuesDecoder, ValuesDecoder.TimestampValuesDecoder| Modifier and Type | Method and Description |
|---|---|
int |
readIntoBuffer(byte[] byteBuffer,
int bufferIndex,
int[] offsets,
int offsetIndex,
ValuesDecoder.BinaryValuesDecoder.ValueBuffer valueBuffer) |
ValuesDecoder.BinaryValuesDecoder.ValueBuffer |
readNext(int length) |
void |
skip(int length) |
ValuesDecoder.BinaryValuesDecoder.ValueBuffer readNext(int length) throws IOException
IOExceptionint readIntoBuffer(byte[] byteBuffer,
int bufferIndex,
int[] offsets,
int offsetIndex,
ValuesDecoder.BinaryValuesDecoder.ValueBuffer valueBuffer)
void skip(int length) throws IOException
IOExceptionCopyright © 2012–2022. All rights reserved.