| Constructor and Description |
|---|
CloseableCsvReader(CsvReader delegate,
Closeable resource) |
| Modifier and Type | Method and 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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, 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 Closeableclose in interface AutoCloseableIOExceptionCopyright © 2017. All rights reserved.