public class BinaryPlainValuesDecoder extends Object implements ValuesDecoder.BinaryValuesDecoder
| Modifier and Type | Class and Description |
|---|---|
static class |
BinaryPlainValuesDecoder.PlainValueBuffer |
ValuesDecoder.BinaryValuesDecoder.ValueBufferValuesDecoder.BinaryValuesDecoder, ValuesDecoder.BooleanValuesDecoder, ValuesDecoder.Int32ValuesDecoder, ValuesDecoder.Int64TimestampMicrosValuesDecoder, ValuesDecoder.Int64ValuesDecoder, ValuesDecoder.TimestampValuesDecoder| Constructor and Description |
|---|
BinaryPlainValuesDecoder(byte[] buffer,
int bufOffset,
int bufLength) |
| 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) |
public BinaryPlainValuesDecoder(byte[] buffer,
int bufOffset,
int bufLength)
public ValuesDecoder.BinaryValuesDecoder.ValueBuffer readNext(int length)
readNext in interface ValuesDecoder.BinaryValuesDecoderpublic int readIntoBuffer(byte[] byteBuffer,
int bufferIndex,
int[] offsets,
int offsetIndex,
ValuesDecoder.BinaryValuesDecoder.ValueBuffer valueBuffer)
readIntoBuffer in interface ValuesDecoder.BinaryValuesDecoderpublic void skip(int length)
skip in interface ValuesDecoder.BinaryValuesDecoderCopyright © 2012–2022. All rights reserved.