Package org.apache.james.mime4j.io
Interface LineNumberSource
-
- All Known Implementing Classes:
LineNumberInputStream
public interface LineNumberSource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getLineNumber()
Gets the current line number starting at 1 (the number of\r\n
read so far plus 1).
-