Class TsBlockUtil


  • public class TsBlockUtil
    extends java.lang.Object
    • Method Detail

      • skipPointsOutOfTimeRange

        public static TsBlock skipPointsOutOfTimeRange​(TsBlock tsBlock,
                                                       TimeRange targetTimeRange,
                                                       boolean ascending)
        Skip lines at the beginning of the tsBlock that are not in the time range.
      • getFirstConditionIndex

        public static int getFirstConditionIndex​(TsBlock tsBlock,
                                                 TimeRange targetTimeRange,
                                                 boolean ascending)