Packages
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.converter Contains PZConverter implementations for converting reader data into its appropriate object via the getObject() call on the IDataSet.
net.sf.flatpack.examples  
net.sf.flatpack.examples.createsamplecsv  
net.sf.flatpack.examples.csvheaderandtrailer  
net.sf.flatpack.examples.csvperformancetest  
net.sf.flatpack.examples.delimitedcolumnnamesinfile  
net.sf.flatpack.examples.delimiteddynamiccolumns  
net.sf.flatpack.examples.delimiteddynamiccolumnswitherrors  
net.sf.flatpack.examples.exporttoexcel  
net.sf.flatpack.examples.fixedlengthdynamiccolumns  
net.sf.flatpack.examples.fixedlengthheaderandtrailer  
net.sf.flatpack.examples.largedataset.delimiteddynamiccolumns  
net.sf.flatpack.examples.largedataset.fixedlengthdynamiccolumns  
net.sf.flatpack.examples.largedataset.largecsvperformancetest  
net.sf.flatpack.examples.lowlevelparse  
net.sf.flatpack.examples.multilinedelimitedrecord  
net.sf.flatpack.examples.numericsanddates  
net.sf.flatpack.ordering Reponsible for all sorting operations performed on a DataSet
net.sf.flatpack.structure Contains classes which decribes the structure of the DataSet.
net.sf.flatpack.util Provides utility methods that are used to perform parsing and transform DataSets into Excel.
net.sf.flatpack.writer Provides some Writers to export a DataSet to a fixed length or delimited format.
net.sf.flatpack.xml Provides classes for handling and parsing of the *.pzmap.xml files.