Package org.openforis.commons.io.flat
Interface FlatDataStream
-
- All Known Implementing Classes:
CsvReader
public interface FlatDataStream- Author:
- G. Miceli
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Field>getFields()FlatRecordnextRecord()
-
-
-
Method Detail
-
nextRecord
FlatRecord nextRecord() throws IOException
- Throws:
IOException
-
-