Field Summary | ||
---|---|---|
const int | AUTO | |
Represents automatic separator | ||
const int | SPACE | |
Represents space(" ") | ||
const int | COMMA | |
Represents comma(",") | ||
const int | SEMICOLON | |
Represents semicolon(";") | ||
const int | PERIOD | |
Represents period(".") | ||
const int | NEW_LINE | |
Represents newline("\n") | ||
const int | CUSTOM | |
Represents custom separator |
Field Detail |
---|
AUTO | |
const int AUTO |
SPACE | |
const int SPACE |
COMMA | |
const int COMMA |
SEMICOLON | |
const int SEMICOLON |
PERIOD | |
const int PERIOD |
NEW_LINE | |
const int NEW_LINE |
CUSTOM | |
const int CUSTOM |