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:
Benedikt Ritter 2013-09-13 10:54:30 +00:00
parent 497d3cb51a
commit 4215230883
1 changed files with 1 additions and 1 deletions

View File

@ -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>