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(ByteBuffer buffer)BinaryreadBinary(ByteBuffer buffer)voidreset()-
Methods inherited from class org.apache.iotdb.tsfile.encoding.decoder.Decoder
getDecoderByType, getType, readBigDecimal, readBoolean, readDouble, readFloat, readInt, readLong, readShort, setType
-
-
-
-
Method Detail
-
hasNext
public boolean hasNext(ByteBuffer buffer)
-
readBinary
public Binary readBinary(ByteBuffer buffer)
- Overrides:
readBinaryin classDecoder
-
-