Interface LineNumberSource

All Known Implementing Classes:
LineNumberInputStream

public interface LineNumberSource
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets the current line number starting at 1 (the number of \r\n read so far plus 1).
  • Method Details

    • getLineNumber

      int getLineNumber()
      Gets the current line number starting at 1 (the number of \r\n read so far plus 1).
      Returns:
      the current line number.