NewlineType

class NewlineType

Fields

class NewlineType
CR

Carriage return, used on Mac.

CR_LF

Carriage return followed by a line feed, used on Windows.

LF

Line feed, used on UNIX.