public class CSVUtil
extends Object
| Constructor and Description |
|---|
CSVUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
decode(String enclosingChar,
String delimiter,
String s) |
static String |
encode(Object object) |
static String |
encode(String s) |