public final class LineBreak extends Object
static LineBreak
DOS
MACOS
NONE
UNIX
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final LineBreak NONE
public static final LineBreak UNIX
"\n"
public static final LineBreak DOS
"\r\n"
public static final LineBreak MACOS
"\r"
This applies to all MacOS versions before MacOS/X. Use UNIX as the MacOS/X line break.
public String toString()
toString
Object
Copyright © 2003–2024. All rights reserved.