jp.sourceforge.simplefh.constant
Class BR

java.lang.Object
  extended by jp.sourceforge.simplefh.constant.BR

public final class BR
extends Object

Line break constants.

Version:
1.0
Author:
Kazuhiro Sera

Field Summary
static String CR
          Carriage return
static String CRLF
          Carriage return & line feed
static String LF
          Line feed
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CR

public static final String CR
Carriage return

See Also:
Constant Field Values

LF

public static final String LF
Line feed

See Also:
Constant Field Values

CRLF

public static final String CRLF
Carriage return & line feed

See Also:
Constant Field Values