Line
interface used for
line-by-line processing of input data and provides two alternative line
implementations.See: Description
Interface | Description |
---|---|
Line |
A line is a line string including the line ending character(s).
|
Class | Description |
---|---|
SimpleLine |
A
Line implementation based on two CharSequence 's, usually
two strings one for the contents and one for the line ending characters. |
SingleCharSequenceLine |
Line
interface used for
line-by-line processing of input data and provides two alternative line
implementations.
The two variants implementing the Line
interface are:
SimpleLine
which is based on two
strings or character sequences: one for the line contents and one for
the line ending.
SingleCharSequenceLine
: a
line based on a single string or character sequence. The sequence starts
with the line contents and is terminated with some line ending
character(s).
Copyright © 2024. All rights reserved.