Class DictionaryDecoder
- java.lang.Object
-
- org.apache.iotdb.tsfile.encoding.decoder.Decoder
-
- org.apache.iotdb.tsfile.encoding.decoder.DictionaryDecoder
-
public class DictionaryDecoder extends Decoder
-
-
Constructor Summary
Constructors Constructor Description DictionaryDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext(java.nio.ByteBuffer buffer)BinaryreadBinary(java.nio.ByteBuffer buffer)voidreset()-
Methods inherited from class org.apache.iotdb.tsfile.encoding.decoder.Decoder
getDecoderByType, getType, readBigDecimal, readBoolean, readDouble, readFloat, readInt, readLong, readShort, setType
-
-