public final class CsvTranslators extends Object
This class holds inner classes for escaping/unescaping Comma Separated Values.
In general the use a high level API like commons-csv should be preferred over these low level classes.
Modifier and Type | Class and Description |
---|---|
static class |
CsvTranslators.CsvEscaper
Translator for escaping Comma Separated Values.
|
static class |
CsvTranslators.CsvUnescaper
Translator for unescaping escaped Comma Separated Value entries.
|
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.