public class CsvUtil extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CsvUtil.Table |
| Modifier and Type | Method and Description |
|---|---|
static CsvUtil.Table |
readTable(InputStream is) |
static CsvUtil.Table |
readTable(InputStream is,
String separator) |
static void |
writeTable(CsvUtil.Table table,
OutputStream os) |
public static CsvUtil.Table readTable(InputStream is) throws IOException
IOExceptionpublic static CsvUtil.Table readTable(InputStream is, String separator) throws IOException
IOExceptionpublic static void writeTable(CsvUtil.Table table, OutputStream os) throws IOException
IOExceptionCopyright © 2017. All Rights Reserved.