DataStreamNewlineType

class DataStreamNewlineType

DataStreamNewlineType is used when checking for or setting the line endings for a given file.

Fields

class DataStreamNewlineType
ANY

Automatically try to handle any line ending type.

CR

Selects “CR” line endings.

CR_LF

Selects “CR, LF” line ending, common on Microsoft Windows.

LF

Selects “LF” line endings, common on most modern UNIX platforms.