A C D E F G L M N R S T

A

addMenuItem(String, String, boolean) - Method in class net.sf.flatpack.examples.ConsoleMenu
add an entry in the menu, sequentially

C

call(String, String) - Static method in class net.sf.flatpack.examples.csvheaderandtrailer.CSVHeaderAndTrailer
 
call(String, boolean, boolean) - Static method in class net.sf.flatpack.examples.csvperformancetest.CSVPerformanceTest
 
call(String, String) - Static method in class net.sf.flatpack.examples.delimiteddynamiccolumns.DelimitedWithPZMap
 
call(String, String) - Static method in class net.sf.flatpack.examples.delimiteddynamiccolumnswitherrors.DelimitedWithPZMapErrors
 
call(String, String) - Static method in class net.sf.flatpack.examples.exporttoexcel.DelimitedFileExportToExcel
 
call(String, String) - Static method in class net.sf.flatpack.examples.fixedlengthdynamiccolumns.FixedLengthWithPZMap
 
call(String, String) - Static method in class net.sf.flatpack.examples.fixedlengthheaderandtrailer.FixedLengthHeaderAndTrailer
 
call(String, String) - Static method in class net.sf.flatpack.examples.largedataset.delimiteddynamiccolumns.LargeDelimitedWithPZMap
 
call(String, String) - Static method in class net.sf.flatpack.examples.largedataset.fixedlengthdynamiccolumns.LargeFixedLengthWithPZMap
 
call(String) - Static method in class net.sf.flatpack.examples.largedataset.largecsvperformancetest.CSVLarge
 
call(String) - Static method in class net.sf.flatpack.examples.lowlevelparse.LowLevelParse
 
call(String) - Static method in class net.sf.flatpack.examples.multilinedelimitedrecord.DelimitedMultiLine
 
call(String, String) - Static method in class net.sf.flatpack.examples.numericsanddates.NumericsAndDates
 
ConsoleMenu - Class in net.sf.flatpack.examples
 
ConsoleMenu(Repeater) - Constructor for class net.sf.flatpack.examples.ConsoleMenu
 
createFile(int, int) - Static method in class net.sf.flatpack.examples.createsamplecsv.CSVTestFileCreator
 
createFile(int, int, String) - Static method in class net.sf.flatpack.examples.createsamplecsv.CSVTestFileCreator
 
CSVHeaderAndTrailer - Class in net.sf.flatpack.examples.csvheaderandtrailer
 
CSVHeaderAndTrailer() - Constructor for class net.sf.flatpack.examples.csvheaderandtrailer.CSVHeaderAndTrailer
 
CSVLarge - Class in net.sf.flatpack.examples.largedataset.largecsvperformancetest
 
CSVLarge() - Constructor for class net.sf.flatpack.examples.largedataset.largecsvperformancetest.CSVLarge
 
CSVPerformanceTest - Class in net.sf.flatpack.examples.csvperformancetest
 
CSVPerformanceTest() - Constructor for class net.sf.flatpack.examples.csvperformancetest.CSVPerformanceTest
 
CSVTestFileCreator - Class in net.sf.flatpack.examples.createsamplecsv
 
CSVTestFileCreator() - Constructor for class net.sf.flatpack.examples.createsamplecsv.CSVTestFileCreator
 

D

DelimitedColumnNamesInFile - Class in net.sf.flatpack.examples.delimitedcolumnnamesinfile
 
DelimitedColumnNamesInFile() - Constructor for class net.sf.flatpack.examples.delimitedcolumnnamesinfile.DelimitedColumnNamesInFile
 
DelimitedFileExportToExcel - Class in net.sf.flatpack.examples.exporttoexcel
 
DelimitedFileExportToExcel() - Constructor for class net.sf.flatpack.examples.exporttoexcel.DelimitedFileExportToExcel
 
DelimitedMultiLine - Class in net.sf.flatpack.examples.multilinedelimitedrecord
 
DelimitedMultiLine() - Constructor for class net.sf.flatpack.examples.multilinedelimitedrecord.DelimitedMultiLine
 
DelimitedWithPZMap - Class in net.sf.flatpack.examples.delimiteddynamiccolumns
 
DelimitedWithPZMap() - Constructor for class net.sf.flatpack.examples.delimiteddynamiccolumns.DelimitedWithPZMap
 
DelimitedWithPZMapErrors - Class in net.sf.flatpack.examples.delimiteddynamiccolumnswitherrors
 
DelimitedWithPZMapErrors() - Constructor for class net.sf.flatpack.examples.delimiteddynamiccolumnswitherrors.DelimitedWithPZMapErrors
 
displayMenu() - Method in class net.sf.flatpack.examples.ConsoleMenu
display the menu, the application goes into a loop which provides the menu and fires the entries selected.
doCall() - Method in class net.sf.flatpack.examples.Examples
 
doCSVHeaderAndTrailer() - Method in class net.sf.flatpack.examples.Examples
 
doCSVLarge() - Method in class net.sf.flatpack.examples.Examples
 
doCSVPerformanceTest() - Method in class net.sf.flatpack.examples.Examples
 
doCSVTestFileCreator() - Method in class net.sf.flatpack.examples.Examples
 
doDelimitedFileExportToExcel() - Method in class net.sf.flatpack.examples.Examples
 
doDelimitedMultiLine() - Method in class net.sf.flatpack.examples.Examples
 
doDelimitedWithPZMap() - Method in class net.sf.flatpack.examples.Examples
 
doDelimitedWithPZMapErrors() - Method in class net.sf.flatpack.examples.Examples
 
doFixedLengthHeaderAndTrailer() - Method in class net.sf.flatpack.examples.Examples
 
doFixedLengthWithPZMap() - Method in class net.sf.flatpack.examples.Examples
 
doGC() - Method in class net.sf.flatpack.examples.Examples
 
doLargeDelimitedWithPZMap() - Method in class net.sf.flatpack.examples.Examples
 
doLargeFixedLengthWithPZMap() - Method in class net.sf.flatpack.examples.Examples
 
doLowLevelParse() - Method in class net.sf.flatpack.examples.Examples
 
doNumericsAndDates() - Method in class net.sf.flatpack.examples.Examples
 
doStringBuffer() - Method in class net.sf.flatpack.examples.Examples
 
doTestParsers() - Method in class net.sf.flatpack.examples.Examples
 

E

Examples - Class in net.sf.flatpack.examples
 
Examples() - Constructor for class net.sf.flatpack.examples.Examples
 

F

FixedLengthHeaderAndTrailer - Class in net.sf.flatpack.examples.fixedlengthheaderandtrailer
 
FixedLengthHeaderAndTrailer() - Constructor for class net.sf.flatpack.examples.fixedlengthheaderandtrailer.FixedLengthHeaderAndTrailer
 
FixedLengthWithPZMap - Class in net.sf.flatpack.examples.fixedlengthdynamiccolumns
 
FixedLengthWithPZMap() - Constructor for class net.sf.flatpack.examples.fixedlengthdynamiccolumns.FixedLengthWithPZMap
 

G

getBigDecimal(String, BigDecimal) - Static method in class net.sf.flatpack.examples.ConsoleMenu
Gets an BigDecimal from the System.in
getBoolean(String, boolean) - Static method in class net.sf.flatpack.examples.ConsoleMenu
Gets a boolean from the System.in
getDate(String, Date) - Static method in class net.sf.flatpack.examples.ConsoleMenu
 
getDefaultDataFile() - Static method in class net.sf.flatpack.examples.csvheaderandtrailer.CSVHeaderAndTrailer
 
getDefaultDataFile() - Static method in class net.sf.flatpack.examples.delimiteddynamiccolumns.DelimitedWithPZMap
 
getDefaultDataFile() - Static method in class net.sf.flatpack.examples.delimiteddynamiccolumnswitherrors.DelimitedWithPZMapErrors
 
getDefaultDataFile() - Static method in class net.sf.flatpack.examples.exporttoexcel.DelimitedFileExportToExcel
 
getDefaultDataFile() - Static method in class net.sf.flatpack.examples.fixedlengthdynamiccolumns.FixedLengthWithPZMap
 
getDefaultDataFile() - Static method in class net.sf.flatpack.examples.fixedlengthheaderandtrailer.FixedLengthHeaderAndTrailer
 
getDefaultDataFile() - Static method in class net.sf.flatpack.examples.largedataset.delimiteddynamiccolumns.LargeDelimitedWithPZMap
 
getDefaultDataFile() - Static method in class net.sf.flatpack.examples.largedataset.fixedlengthdynamiccolumns.LargeFixedLengthWithPZMap
 
getDefaultDataFile() - Static method in class net.sf.flatpack.examples.largedataset.largecsvperformancetest.CSVLarge
 
getDefaultDataFile() - Static method in class net.sf.flatpack.examples.lowlevelparse.LowLevelParse
 
getDefaultDataFile() - Static method in class net.sf.flatpack.examples.multilinedelimitedrecord.DelimitedMultiLine
 
getDefaultDataFile() - Static method in class net.sf.flatpack.examples.numericsanddates.NumericsAndDates
 
getDefaultMapping() - Static method in class net.sf.flatpack.examples.csvheaderandtrailer.CSVHeaderAndTrailer
 
getDefaultMapping() - Static method in class net.sf.flatpack.examples.delimiteddynamiccolumns.DelimitedWithPZMap
 
getDefaultMapping() - Static method in class net.sf.flatpack.examples.delimiteddynamiccolumnswitherrors.DelimitedWithPZMapErrors
 
getDefaultMapping() - Static method in class net.sf.flatpack.examples.exporttoexcel.DelimitedFileExportToExcel
 
getDefaultMapping() - Static method in class net.sf.flatpack.examples.fixedlengthdynamiccolumns.FixedLengthWithPZMap
 
getDefaultMapping() - Static method in class net.sf.flatpack.examples.fixedlengthheaderandtrailer.FixedLengthHeaderAndTrailer
 
getDefaultMapping() - Static method in class net.sf.flatpack.examples.largedataset.delimiteddynamiccolumns.LargeDelimitedWithPZMap
 
getDefaultMapping() - Static method in class net.sf.flatpack.examples.largedataset.fixedlengthdynamiccolumns.LargeFixedLengthWithPZMap
 
getDefaultMapping() - Static method in class net.sf.flatpack.examples.numericsanddates.NumericsAndDates
 
getInt(String, int) - Static method in class net.sf.flatpack.examples.ConsoleMenu
Gets an int from the System.in
getPassword(String) - Static method in class net.sf.flatpack.examples.ConsoleMenu
 
getString(String, String) - Static method in class net.sf.flatpack.examples.ConsoleMenu
Gets a String from the System.in

L

LargeDelimitedWithPZMap - Class in net.sf.flatpack.examples.largedataset.delimiteddynamiccolumns
 
LargeDelimitedWithPZMap() - Constructor for class net.sf.flatpack.examples.largedataset.delimiteddynamiccolumns.LargeDelimitedWithPZMap
 
LargeFixedLengthWithPZMap - Class in net.sf.flatpack.examples.largedataset.fixedlengthdynamiccolumns
 
LargeFixedLengthWithPZMap() - Constructor for class net.sf.flatpack.examples.largedataset.fixedlengthdynamiccolumns.LargeFixedLengthWithPZMap
 
LowLevelParse - Class in net.sf.flatpack.examples.lowlevelparse
 
LowLevelParse() - Constructor for class net.sf.flatpack.examples.lowlevelparse.LowLevelParse
 

M

main(String[]) - Static method in class net.sf.flatpack.examples.createsamplecsv.CSVTestFileCreator
 
main(String[]) - Static method in class net.sf.flatpack.examples.csvheaderandtrailer.CSVHeaderAndTrailer
 
main(String[]) - Static method in class net.sf.flatpack.examples.csvperformancetest.CSVPerformanceTest
 
main(String[]) - Static method in class net.sf.flatpack.examples.delimitedcolumnnamesinfile.DelimitedColumnNamesInFile
 
main(String[]) - Static method in class net.sf.flatpack.examples.delimiteddynamiccolumns.DelimitedWithPZMap
 
main(String[]) - Static method in class net.sf.flatpack.examples.delimiteddynamiccolumnswitherrors.DelimitedWithPZMapErrors
 
main(String[]) - Static method in class net.sf.flatpack.examples.Examples
 
main(String[]) - Static method in class net.sf.flatpack.examples.exporttoexcel.DelimitedFileExportToExcel
 
main(String[]) - Static method in class net.sf.flatpack.examples.fixedlengthdynamiccolumns.FixedLengthWithPZMap
 
main(String[]) - Static method in class net.sf.flatpack.examples.fixedlengthheaderandtrailer.FixedLengthHeaderAndTrailer
 
main(String[]) - Static method in class net.sf.flatpack.examples.largedataset.delimiteddynamiccolumns.LargeDelimitedWithPZMap
 
main(String[]) - Static method in class net.sf.flatpack.examples.largedataset.fixedlengthdynamiccolumns.LargeFixedLengthWithPZMap
 
main(String[]) - Static method in class net.sf.flatpack.examples.largedataset.largecsvperformancetest.CSVLarge
 
main(String[]) - Static method in class net.sf.flatpack.examples.lowlevelparse.LowLevelParse
 
main(String[]) - Static method in class net.sf.flatpack.examples.multilinedelimitedrecord.DelimitedMultiLine
 
main(String[]) - Static method in class net.sf.flatpack.examples.numericsanddates.NumericsAndDates
 

N

net.sf.flatpack.examples - package net.sf.flatpack.examples
 
net.sf.flatpack.examples.createsamplecsv - package net.sf.flatpack.examples.createsamplecsv
 
net.sf.flatpack.examples.csvheaderandtrailer - package net.sf.flatpack.examples.csvheaderandtrailer
 
net.sf.flatpack.examples.csvperformancetest - package net.sf.flatpack.examples.csvperformancetest
 
net.sf.flatpack.examples.delimitedcolumnnamesinfile - package net.sf.flatpack.examples.delimitedcolumnnamesinfile
 
net.sf.flatpack.examples.delimiteddynamiccolumns - package net.sf.flatpack.examples.delimiteddynamiccolumns
 
net.sf.flatpack.examples.delimiteddynamiccolumnswitherrors - package net.sf.flatpack.examples.delimiteddynamiccolumnswitherrors
 
net.sf.flatpack.examples.exporttoexcel - package net.sf.flatpack.examples.exporttoexcel
 
net.sf.flatpack.examples.fixedlengthdynamiccolumns - package net.sf.flatpack.examples.fixedlengthdynamiccolumns
 
net.sf.flatpack.examples.fixedlengthheaderandtrailer - package net.sf.flatpack.examples.fixedlengthheaderandtrailer
 
net.sf.flatpack.examples.largedataset.delimiteddynamiccolumns - package net.sf.flatpack.examples.largedataset.delimiteddynamiccolumns
 
net.sf.flatpack.examples.largedataset.fixedlengthdynamiccolumns - package net.sf.flatpack.examples.largedataset.fixedlengthdynamiccolumns
 
net.sf.flatpack.examples.largedataset.largecsvperformancetest - package net.sf.flatpack.examples.largedataset.largecsvperformancetest
 
net.sf.flatpack.examples.lowlevelparse - package net.sf.flatpack.examples.lowlevelparse
 
net.sf.flatpack.examples.multilinedelimitedrecord - package net.sf.flatpack.examples.multilinedelimitedrecord
 
net.sf.flatpack.examples.numericsanddates - package net.sf.flatpack.examples.numericsanddates
 
NumericsAndDates - Class in net.sf.flatpack.examples.numericsanddates
 
NumericsAndDates() - Constructor for class net.sf.flatpack.examples.numericsanddates.NumericsAndDates
 

R

repeat(Method) - Method in class net.sf.flatpack.examples.Examples
 
repeat(Method) - Method in interface net.sf.flatpack.examples.Repeater
 
Repeater - Interface in net.sf.flatpack.examples
 

S

selectOne(String, String[], String[], int) - Static method in class net.sf.flatpack.examples.ConsoleMenu
Generates a menu with a list of options and return the value selected.
setScreenColumns(int) - Method in class net.sf.flatpack.examples.ConsoleMenu
 

T

tearDown() - Method in class net.sf.flatpack.examples.Examples
 

A C D E F G L M N R S T