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
FileNotFoundException
public static CsvReadOptionsBuilder builder(String file) throws FileNotFoundException
FileNotFoundException
Copyright © 2017. All rights reserved.