Class LineWithIndex

java.lang.Object
cz.drg.pregrouper.process.dto.LineWithIndex

public class LineWithIndex extends Object
Represents a line of data with its last read byte index in the file.
  • Constructor Details

    • LineWithIndex

      public LineWithIndex(long lineEndByteIndex, String line)
  • Method Details

    • getLineEndByteIndex

      public long getLineEndByteIndex()
    • getLine

      public String getLine()
    • emptyLine

      public boolean emptyLine()