Class AbstractLineTracker.DelimiterInfo

  • Enclosing class:
    AbstractLineTracker

    public static class AbstractLineTracker.DelimiterInfo
    extends java.lang.Object
    Combines the information of the occurrence of a line delimiter. delimiterIndex is the index where a line delimiter starts, whereas delimiterLength, indicates the length of the delimiter.
    Since:
    3.10
    • Constructor Summary

      Constructors 
      Constructor Description
      DelimiterInfo()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • delimiterIndex

        public int delimiterIndex
      • delimiterLength

        public int delimiterLength
      • delimiter

        public java.lang.String delimiter
    • Constructor Detail

      • DelimiterInfo

        public DelimiterInfo()