Package org.unbescape.csv
Class CsvEscapeUtil
java.lang.Object
org.unbescape.csv.CsvEscapeUtil
Internal class in charge of performing the real escape/unescape operations.
- Since:
- 1.0.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final char
private static final char[]
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DOUBLE_QUOTE
private static final char DOUBLE_QUOTE- See Also:
-
TWO_DOUBLE_QUOTES
private static final char[] TWO_DOUBLE_QUOTES
-
-
Constructor Details
-
CsvEscapeUtil
private CsvEscapeUtil()
-
-
Method Details
-
escape
-
escape
- Throws:
IOException
-
escape
- Throws:
IOException
-
unescape
-
unescape
- Throws:
IOException
-
unescape
- Throws:
IOException
-