Package cdc.util.csv
Class CsvLoader
- java.lang.Object
-
- cdc.util.csv.CsvLoader
-
public final class CsvLoader extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<Row>load(File file, String charset, char separator)static List<Row>load(InputStream in, String charset, char separator)
-
-
-
Method Detail
-
load
public static List<Row> load(File file, String charset, char separator) throws IOException
- Throws:
IOException
-
load
public static List<Row> load(InputStream in, String charset, char separator) throws IOException
- Throws:
IOException
-
-