org.sfm.csv
public static class CsvParser.MapWithDSL<T> extends Object
| Constructor and Description |
|---|
CsvParser.MapWithDSL(CsvParser.DSL dsl,
CsvMapper<T> mapper) |
public CsvParser.MapWithDSL(CsvParser.DSL dsl, CsvMapper<T> mapper)
protected final CsvParser.DSL getDsl()
@Deprecated public final Iterator<T> iterate(Reader reader) throws IOException
IOExceptionpublic final Iterator<T> iterator(Reader reader) throws IOException
IOExceptionpublic final <H extends RowHandler<T>> H forEach(Reader reader, H rowHandler) throws IOException
IOExceptionCopyright © 2015. All rights reserved.