These values are used to specify which line end format should be used in strings. More...
| Variables | |
| const short | CARRIAGE_RETURN = 0 | 
| specifies that line ends are to be represented by a carriage return character ( \r) | |
| const short | LINE_FEED = 1 | 
| specifies that line ends are to be represented by a line feed character ( \n) | |
| const short | CARRIAGE_RETURN_LINE_FEED = 2 | 
| specifies that line ends are to be represented by a line feed character ( \n), followed by a carriage return character (\r). | |
These values are used to specify which line end format should be used in strings.
| const short CARRIAGE_RETURN = 0 | 
specifies that line ends are to be represented by a carriage return character (\r) 
| const short CARRIAGE_RETURN_LINE_FEED = 2 | 
specifies that line ends are to be represented by a line feed character (\n), followed by a carriage return character (\r). 
| const short LINE_FEED = 1 | 
specifies that line ends are to be represented by a line feed character (\n)