Java constants: end of line

Where used:

  • readText in Stream
  • writeText in Stream

Constants:

Note: These constants are new with Release 6.
  • Stream.EOL_ANY (4)
  • Stream.EOL_CR (2)
  • Stream.EOL_CRLF (0)
  • Stream.EOL_LF (1)
  • Stream.EOL_NONE (5)
  • Stream.EOL_PLATFORM (3)