public final class CsvParserFactory extends Object
Constructor and Description |
---|
CsvParserFactory() |
Modifier and Type | Method and Description |
---|---|
static Parser |
newForwardParser(Reader reader)
This should be your default mechanism, it does not keep previous records as you stream the results, so
it is more memory efficient but the downside is that you cannot reset the parsing or restart it.
|
static Parser |
newInMemoryParser(Reader reader)
With this Parser, everything is loaded in memory, you can reset the parsing or restart it, etc.
|
public static Parser newForwardParser(Reader reader)
reader
- the data sourceCopyright © 2006–2021 Appendium - Portfolio Financing Platform. All rights reserved.