Class DoublePrecisionDecoderV1
- java.lang.Object
-
- org.apache.iotdb.tsfile.encoding.decoder.Decoder
-
- org.apache.iotdb.tsfile.encoding.decoder.GorillaDecoderV1
-
- org.apache.iotdb.tsfile.encoding.decoder.DoublePrecisionDecoderV1
-
public class DoublePrecisionDecoderV1 extends GorillaDecoderV1
Decoder for value value using gorilla.
-
-
Field Summary
-
Fields inherited from class org.apache.iotdb.tsfile.encoding.decoder.GorillaDecoderV1
buffer, EOF, flag, isEnd, leadingZeroNum, nextFlag1, nextFlag2, numberLeftInBuffer, tailingZeroNum
-
-
Constructor Summary
Constructors Constructor Description DoublePrecisionDecoderV1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublereadDouble(java.nio.ByteBuffer buffer)-
Methods inherited from class org.apache.iotdb.tsfile.encoding.decoder.GorillaDecoderV1
fillBuffer, hasNext, isEmpty, readBit, readIntFromStream, readLongFromStream, reset
-
Methods inherited from class org.apache.iotdb.tsfile.encoding.decoder.Decoder
getDecoderByType, getType, readBigDecimal, readBinary, readBoolean, readFloat, readInt, readLong, readShort, setType
-
-
-
-
Method Detail
-
readDouble
public double readDouble(java.nio.ByteBuffer buffer)
- Overrides:
readDoublein classDecoder
-
-