net.sf.csv4j
Interface CSVConstants


public interface CSVConstants

Various common constants.

Since:
1.0
Author:
Shawn Boyce

Field Summary
static char CARRIAGE_RETURN
           
static char DEFAULT_COMMENT
          Default comment character 35
static char DEFAULT_DELIMITER
          Default field delimiter character 44
static char DOUBLE_QUOTE
           
static char NEWLINE
           
 

Field Detail

DEFAULT_COMMENT

static final char DEFAULT_COMMENT
Default comment character 35

See Also:
Constant Field Values

DEFAULT_DELIMITER

static final char DEFAULT_DELIMITER
Default field delimiter character 44

See Also:
Constant Field Values

CARRIAGE_RETURN

static final char CARRIAGE_RETURN
See Also:
Constant Field Values

NEWLINE

static final char NEWLINE
See Also:
Constant Field Values

DOUBLE_QUOTE

static final char DOUBLE_QUOTE
See Also:
Constant Field Values