public class IntGorillaDecoder extends GorillaDecoderV2
Copyright: 2016-2018 Michael Burman and/or other contributors
Project page: https://github.com/burmanm/gorilla-tsc
License: http://www.apache.org/licenses/LICENSE-2.0
| Modifier and Type | Field and Description |
|---|---|
protected int |
storedValue |
firstValueWasRead, hasNext, storedLeadingZeros, storedTrailingZeros| Constructor and Description |
|---|
IntGorillaDecoder() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
cacheNext(ByteBuffer in) |
int |
readInt(ByteBuffer in) |
protected int |
readNext(ByteBuffer in) |
void |
reset() |
flipByte, hasNext, readBit, readLong, readNextClearBitgetDecoderByType, getType, readBigDecimal, readBinary, readBoolean, readDouble, readFloat, readLong, readShort, setTypepublic void reset()
reset in class GorillaDecoderV2public final int readInt(ByteBuffer in)
protected int cacheNext(ByteBuffer in)
protected int readNext(ByteBuffer in)
Copyright © 2022 The Apache Software Foundation. All rights reserved.