| Package | Description | 
|---|---|
| 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. 
 | 
| net.sf.flatpack.ordering | 
 Responsible for all sorting operations performed on a DataSet 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DefaultDataSet.addRow(Row row)  | 
| Constructor and Description | 
|---|
RowRecord(Row row,
         MetaData metaData,
         boolean columnCaseSensitive,
         Properties pzConvertProps,
         boolean strictNumericParse,
         boolean upperCase,
         boolean lowerCase,
         boolean nullEmptyString)  | 
| Modifier and Type | Method and Description | 
|---|---|
Row | 
InterfaceBuffReaderParse.buildRow(DefaultDataSet ds)
Builds a row into the DataSet using the current record from the File 
 | 
Row | 
BuffReaderFixedParser.buildRow(DefaultDataSet ds)
Reads in the next record on the file and return a row 
 | 
Row | 
BuffReaderDelimParser.buildRow(DefaultDataSet ds)
Reads in the next record on the file and return a row 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
OrderBy.compare(Row row0,
       Row row1)
overridden from the Comparator class. 
 | 
Copyright © 2006–2021 Appendium - Portfolio Financing Platform. All rights reserved.