public final class TextFormat extends Object
| Modifier and Type | Field and Description |
|---|---|
char |
escapeChar |
char |
quoteChar |
static TextFormat |
RFC4180 |
char |
separatorChar |
boolean |
yamlComment |
| Constructor and 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 © 2020. All rights reserved.