DataStreamNewlineType
Description:
public enum DataStreamNewlineType
DataStreamNewlineType is used when checking for or setting the line endings for a given file.
Content:
Enum values:
- LF - Selects "LF" line endings,
common on most modern UNIX platforms.
- CR - Selects "CR" line endings.
- CR_LF - Selects "CR, LF" line
ending, common on Microsoft Windows.
- ANY - Automatically try to handle
any line ending type.