|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
RecordSeparatorPolicy | Policy for text file-based input sources to determine the end of a record, e.g. a record might be a single line, or it might be multiple lines terminated by a semicolon. |
Class Summary | |
---|---|
DefaultRecordSeparatorPolicy | A RecordSeparatorPolicy that treats all lines as record endings, as
long as they do not have unterminated quotes, and do not end in a
continuation marker. |
JsonRecordSeparatorPolicy | JSON-based record separator. |
SimpleRecordSeparatorPolicy | Simplest possible RecordSeparatorPolicy - treats all lines as record
endings. |
SuffixRecordSeparatorPolicy | A RecordSeparatorPolicy that looks for an exact match for a String at
the end of a line (e.g. a semicolon). |
Infrastructure implementations of io file support separator concerns.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |