http://www.jpicedt.org

jpicedt.format.output.util
Class FormatConstants

java.lang.Object
  extended by 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.
 
Constructor Summary
FormatConstants()
           
 
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
 

Field Detail

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,…)

Constructor Detail

FormatConstants

public FormatConstants()
Method Detail

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

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org