GDataStreamNewlineType

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

Values

ValueMeaning
Lf0

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

Cr1

Selects "CR" line endings.

CrLf2

Selects "CR, LF" line ending, common on Microsoft Windows.

Any3

Automatically try to handle any line ending type.