jpicedt.format.output.util
Class FormatConstants
java.lang.Object
jpicedt.format.output.util.FormatConstants
- Direct Known Subclasses:
- DXFConstants, LatexConstants
public class FormatConstants
- extends Object
Field Summary |
static String |
CR_LF
Line separator for the current platform (i.e. |
Method Summary |
static void |
textWriteMultiLine(Writer out,
String in)
Écrit la chaîne in en respectant le séparateur de ligne du fichier de sauvegarde. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CR_LF
public static final String CR_LF
- Line separator for the current platform (i.e. "\n" on Unix, "\n\r" on Windows, "\r" on Mac,…)
FormatConstants
public FormatConstants()
textWriteMultiLine
public static void textWriteMultiLine(Writer out,
String in)
throws IOException
- Écrit la chaîne
in
en respectant le séparateur de ligne du fichier de sauvegarde.
- Throws:
IOException
Submit a bug : syd@jpicedt.org