Class SeriesRawDataPointReader

  • All Implemented Interfaces:
    org.apache.iotdb.tsfile.read.reader.IPointReader

    public class SeriesRawDataPointReader
    extends java.lang.Object
    implements org.apache.iotdb.tsfile.read.reader.IPointReader
    only for test now
    • Constructor Detail

      • SeriesRawDataPointReader

        public SeriesRawDataPointReader​(SeriesReader seriesReader)
    • Method Detail

      • hasNextTimeValuePair

        public boolean hasNextTimeValuePair()
                                     throws java.io.IOException
        Specified by:
        hasNextTimeValuePair in interface org.apache.iotdb.tsfile.read.reader.IPointReader
        Throws:
        java.io.IOException
      • nextTimeValuePair

        public org.apache.iotdb.tsfile.read.TimeValuePair nextTimeValuePair()
                                                                     throws java.io.IOException
        Specified by:
        nextTimeValuePair in interface org.apache.iotdb.tsfile.read.reader.IPointReader
        Throws:
        java.io.IOException
      • currentTimeValuePair

        public org.apache.iotdb.tsfile.read.TimeValuePair currentTimeValuePair()
        Specified by:
        currentTimeValuePair in interface org.apache.iotdb.tsfile.read.reader.IPointReader
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface org.apache.iotdb.tsfile.read.reader.IPointReader
        Throws:
        java.io.IOException