CSV content can also be parsed partly into memory, if records have already been consumed
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1522862 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
497d3cb51a
commit
4215230883
|
@ -90,7 +90,7 @@ import java.util.NoSuchElementException;
|
||||||
* customising CSVFormats is available in {@link CSVFormat CSVFormat JavaDoc}.
|
* customising CSVFormats is available in {@link CSVFormat CSVFormat JavaDoc}.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* <h4>Parsing completely into memory</h4>
|
* <h4>Parsing into memory</h4>
|
||||||
* <p>
|
* <p>
|
||||||
* If parsing record wise is not desired, the contents of the input can be read completely into memory.
|
* If parsing record wise is not desired, the contents of the input can be read completely into memory.
|
||||||
* </p>
|
* </p>
|
||||||
|
|
Loading…
Reference in New Issue