public final class TextFormat extends Object
| Modifier and Type | Field | Description |
|---|---|---|
char |
escapeChar |
|
char |
quoteChar |
|
static TextFormat |
RFC4180 |
|
char |
separatorChar |
|
boolean |
yamlComment |
| Constructor | Description |
|---|---|
TextFormat(char separatorChar,
char quoteChar,
char escapeChar,
boolean yamlComment) |
public static final TextFormat RFC4180
public final char separatorChar
public final char quoteChar
public final char escapeChar
public final boolean yamlComment
Copyright © 2018. All rights reserved.