|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Row | |
---|---|
net.sf.flatpack | Main package of the project, containing the actual DataSet implementations. |
net.sf.flatpack.brparse | Contains parsers which leave an open BufferedReader for file access. |
Uses of Row in net.sf.flatpack |
---|
Methods in net.sf.flatpack with parameters of type Row | |
---|---|
void |
DefaultDataSet.addRow(Row row)
|
Uses of Row in net.sf.flatpack.brparse |
---|
Methods in net.sf.flatpack.brparse that return Row | |
---|---|
Row |
BuffReaderDelimParser.buildRow(DefaultDataSet ds)
Reads in the next record on the file and return a row |
Row |
BuffReaderFixedParser.buildRow(DefaultDataSet ds)
Reads in the next record on the file and return a row |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |