-
Field Summary
Fields
static final int
A typical line length used in many textual standards
-
Method Summary
default void
boolean
void
Called by the implementation once end-of-line is detected.
-
Field Details
-
TYPICAL_LINE_LENGTH
static final int TYPICAL_LINE_LENGTH
A typical line length used in many textual standards
- See Also:
-
-
-
Method Details
-
isWriteEnabled
boolean isWriteEnabled()
- Returns:
true
if OK to accumulate data in work buffer
-
-
writeLineData
Called by the implementation once end-of-line is detected.
- Parameters:
lineData
- The "pure" line data - excluding any CR/LF(s).
- Throws:
IOException
- If failed to write the data
-
-