| Constructor | Description |
|---|---|
CloseableCsvReader(CsvReader delegate,
Closeable resource) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
|
Iterator<String[]> |
iterator() |
|
<CC extends CellConsumer> |
parseAll(CC cellConsumer) |
|
boolean |
parseRow(CellConsumer cellConsumer) |
|
<CC extends CellConsumer> |
parseRows(CC cellConsumer,
int limit) |
|
<RH extends org.simpleflatmapper.util.CheckedConsumer<String[]>> |
read(RH handler) |
|
<RH extends org.simpleflatmapper.util.CheckedConsumer<String[]>> |
read(RH handler,
int limit) |
|
void |
skipRows(int n) |
|
Stream<String[]> |
stream() |
forEach, spliteratorpublic <CC extends CellConsumer> CC parseAll(CC cellConsumer) throws IOException
IOExceptionpublic boolean parseRow(CellConsumer cellConsumer) throws IOException
IOExceptionpublic void skipRows(int n)
throws IOException
IOExceptionpublic <CC extends CellConsumer> CC parseRows(CC cellConsumer, int limit) throws IOException
IOExceptionpublic <RH extends org.simpleflatmapper.util.CheckedConsumer<String[]>> RH read(RH handler) throws IOException
IOExceptionpublic <RH extends org.simpleflatmapper.util.CheckedConsumer<String[]>> RH read(RH handler, int limit) throws IOException
IOExceptionpublic void close()
throws IOException
close in interface AutoCloseableclose in interface CloseableIOExceptionCopyright © 2018. All rights reserved.