public class CsvReadOptions extends Object
| Constructor and Description |
|---|
CsvReadOptions() |
| Modifier and Type | Method and Description |
|---|---|
static CsvReadOptionsBuilder |
builder(File file) |
static CsvReadOptionsBuilder |
builder(InputStream stream,
String tableName)
This method buffers the entire InputStream.
|
static CsvReadOptionsBuilder |
builder(Reader reader,
String tableName)
This method buffers the entire InputStream.
|
static CsvReadOptionsBuilder |
builder(String file) |
public static CsvReadOptionsBuilder builder(InputStream stream, String tableName)
public static CsvReadOptionsBuilder builder(Reader reader, String tableName)
public static CsvReadOptionsBuilder builder(File file) throws FileNotFoundException
FileNotFoundExceptionpublic static CsvReadOptionsBuilder builder(String file) throws FileNotFoundException
FileNotFoundExceptionCopyright © 2018. All rights reserved.