Class IntGorillaDecoder
- java.lang.Object
-
- org.apache.iotdb.tsfile.encoding.decoder.Decoder
-
- org.apache.iotdb.tsfile.encoding.decoder.GorillaDecoderV2
-
- org.apache.iotdb.tsfile.encoding.decoder.IntGorillaDecoder
-
- Direct Known Subclasses:
SinglePrecisionDecoderV2
public class IntGorillaDecoder extends GorillaDecoderV2
This class includes code modified from Michael Burman's gorilla-tsc project.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
-
-
Field Summary
Fields Modifier and Type Field Description protected intstoredValue-
Fields inherited from class org.apache.iotdb.tsfile.encoding.decoder.GorillaDecoderV2
firstValueWasRead, hasNext, storedLeadingZeros, storedTrailingZeros
-
-
Constructor Summary
Constructors Constructor Description IntGorillaDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intcacheNext(java.nio.ByteBuffer in)intreadInt(java.nio.ByteBuffer in)protected intreadNext(java.nio.ByteBuffer in)voidreset()-
Methods inherited from class org.apache.iotdb.tsfile.encoding.decoder.GorillaDecoderV2
flipByte, hasNext, readBit, readLong, readNextClearBit
-
Methods inherited from class org.apache.iotdb.tsfile.encoding.decoder.Decoder
getDecoderByType, getType, readBigDecimal, readBinary, readBoolean, readDouble, readFloat, readLong, readShort, setType
-
-
-
-
Method Detail
-
reset
public void reset()
- Overrides:
resetin classGorillaDecoderV2
-
cacheNext
protected int cacheNext(java.nio.ByteBuffer in)
-
readNext
protected int readNext(java.nio.ByteBuffer in)
-
-