| 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
             | ||
const int AUTO
const int SPACE
const int COMMA
const int SEMICOLON
const int PERIOD
const int NEW_LINE
const int CUSTOM