public final class LineSeparator extends Object
OutputFormat
Modifier and Type | Field and Description |
---|---|
static String |
Macintosh
Deprecated.
Line separator for Macintosh systems (\r).
|
static String |
Unix
Deprecated.
Line separator for Unix systems (\n).
|
static String |
Web
Deprecated.
Line separator for the Web (\n).
|
static String |
Windows
Deprecated.
Line separator for Windows systems (\r\n).
|
Constructor and Description |
---|
LineSeparator()
Deprecated.
|
public static final String Unix
public static final String Windows
public static final String Macintosh
public static final String Web
Copyright © 2018 JBoss by Red Hat. All rights reserved.