public class BooleanPlainValuesDecoder extends Object implements ValuesDecoder.BooleanValuesDecoder
ValuesDecoder.BinaryValuesDecoder, ValuesDecoder.BooleanValuesDecoder, ValuesDecoder.Int32ValuesDecoder, ValuesDecoder.Int64TimestampMicrosValuesDecoder, ValuesDecoder.Int64ValuesDecoder, ValuesDecoder.TimestampValuesDecoder| Constructor and Description |
|---|
BooleanPlainValuesDecoder(byte[] byteBuffer,
int bufferOffset,
int bufferLength) |
| Modifier and Type | Method and Description |
|---|---|
void |
readNext(byte[] values,
int offset,
int length) |
void |
skip(int length) |
public BooleanPlainValuesDecoder(byte[] byteBuffer,
int bufferOffset,
int bufferLength)
public void readNext(byte[] values,
int offset,
int length)
readNext in interface ValuesDecoder.BooleanValuesDecoderpublic void skip(int length)
skip in interface ValuesDecoder.BooleanValuesDecoderCopyright © 2012–2022. All rights reserved.