public final class TsvConstants extends Object
Modifier and Type | Field and Description |
---|---|
static char |
BOOLEAN_FALSE
The string representation of
false . |
static char |
BOOLEAN_TRUE
The string representation of
true . |
static char |
CELL_SEPARATOR
The cell separator character.
|
static int |
DATE_FIELD_LENGTH
The character length of date fields.
|
static char |
DATE_FIELD_SEPARATOR
The date field separator character.
|
static char |
DATE_TIME_SEPARATOR
The date-time separator character.
|
static char |
ESCAPE_CHAR
The escape character.
|
static char |
ESCAPE_HT
The suffix character of tabs (HT) for escape sequence.
|
static char |
ESCAPE_LF
The suffix character of line breaks (LF) for escape sequence.
|
static char |
ESCAPE_NULL_COLUMN
The suffix character of
NULL columns for escape sequence. |
static int |
HOUR_FIELD_LENGTH
The character length of hour fields.
|
static int |
MINUTE_FIELD_LENGTH
The character length of minute fields.
|
static int |
MONTH_FIELD_LENGTH
The character length of month fields.
|
static char |
RECORD_SEPARATOR
The record separator character.
|
static int |
SECOND_FIELD_LENGTH
The character length of second fields.
|
static char |
TIME_FIELD_SEPARATOR
The time field separator character.
|
static int |
YEAR_FIELD_LENGTH
The character length of year fields.
|
public static final char BOOLEAN_TRUE
true
.public static final char BOOLEAN_FALSE
false
.public static final char ESCAPE_CHAR
public static final char ESCAPE_NULL_COLUMN
NULL
columns for escape sequence.public static final char ESCAPE_HT
public static final char ESCAPE_LF
public static final char CELL_SEPARATOR
public static final char RECORD_SEPARATOR
public static final char DATE_FIELD_SEPARATOR
public static final char TIME_FIELD_SEPARATOR
public static final char DATE_TIME_SEPARATOR
public static final int YEAR_FIELD_LENGTH
public static final int MONTH_FIELD_LENGTH
public static final int DATE_FIELD_LENGTH
public static final int HOUR_FIELD_LENGTH
public static final int MINUTE_FIELD_LENGTH
public static final int SECOND_FIELD_LENGTH
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.