|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LineFilter
A LineFilter can be used to filter out lines while reading CSV data.
| Method Summary | |
|---|---|
boolean |
accept(java.lang.String line)
Tests whether or not the specified line should be read into the CsvDataStore. |
| Method Detail |
|---|
boolean accept(java.lang.String line)
line - The CSV line to be tested
true if and only if line
should be included
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||