net.sf.jsefa.csv.lowlevel.config
Interface CsvLowLevelConfiguration.Defaults

Enclosing class:
CsvLowLevelConfiguration

public static interface CsvLowLevelConfiguration.Defaults

Set of default configuration values.

Author:
Norman Lahme-Huetig

Field Summary
static char DEFAULT_ESCAPE_CHARACTER
          The default character for escaping.
static char DEFAULT_FIELD_DELIMITER
          The default field delimiter character used if none is explicitly given.
static char DEFAULT_QUOTE_CHARACTER
          The default quote character used if none is explicitly given.
static EscapeMode DEFAULT_QUOTE_CHARACTER_ESCAPE_MODE
          The default quote character escape mode used if none is explicitly given.
static boolean DEFAULT_USE_DELIMITER_AFTER_LAST_FIELD
          The default value whether to use a delimiter after the line or not if none is explicitly given.
 

Field Detail

DEFAULT_ESCAPE_CHARACTER

static final char DEFAULT_ESCAPE_CHARACTER
The default character for escaping.

See Also:
Constant Field Values

DEFAULT_FIELD_DELIMITER

static final char DEFAULT_FIELD_DELIMITER
The default field delimiter character used if none is explicitly given.

See Also:
Constant Field Values

DEFAULT_QUOTE_CHARACTER

static final char DEFAULT_QUOTE_CHARACTER
The default quote character used if none is explicitly given.

See Also:
Constant Field Values

DEFAULT_QUOTE_CHARACTER_ESCAPE_MODE

static final EscapeMode DEFAULT_QUOTE_CHARACTER_ESCAPE_MODE
The default quote character escape mode used if none is explicitly given.


DEFAULT_USE_DELIMITER_AFTER_LAST_FIELD

static final boolean DEFAULT_USE_DELIMITER_AFTER_LAST_FIELD
The default value whether to use a delimiter after the line or not if none is explicitly given.

See Also:
Constant Field Values


Copyright © 2014. All rights reserved.