public class IOUtilities extends Object
| Constructor and Description |
|---|
IOUtilities() |
| Modifier and Type | Method and Description |
|---|---|
static RowReader |
createRowReader(BufferedReader bufferedReader,
FileType type,
int... options) |
static RowReader |
createRowReader(Path path,
FileType type,
int... options) |
static RowWriter |
createRowWriter(BufferedWriter bufferedWriter,
FileType type,
int... options) |
static RowWriter |
createRowWriter(Path filePath,
FileType type,
int... options) |
static List<String> |
getSheets(Path filePath,
FileType type,
int... options) |
public static final RowReader createRowReader(Path path, FileType type, int... options) throws IOException
IOExceptionpublic static RowReader createRowReader(BufferedReader bufferedReader, FileType type, int... options) throws IOException
IOExceptionpublic static final RowWriter createRowWriter(Path filePath, FileType type, int... options) throws IOException
IOExceptionpublic static final RowWriter createRowWriter(BufferedWriter bufferedWriter, FileType type, int... options) throws IOException
IOExceptionpublic static final List<String> getSheets(Path filePath, FileType type, int... options) throws IOException
IOExceptionCopyright © 2016. All rights reserved.