Skip navigation links
A B C D E F G I L M N O P R S T V W X 

A

absolute(int) - Method in class net.sf.flatpack.brparse.BuffReaderDataSet
Not Supported!
absolute(int) - Method in interface net.sf.flatpack.DataSet
Sets the absolute position of the record pointer
absolute(int) - Method in class net.sf.flatpack.DefaultDataSet
Sets the absolute position of the record pointer
AbstractDelimiterParser - Class in net.sf.flatpack
 
AbstractDelimiterParser(Reader, String, char, char, boolean) - Constructor for class net.sf.flatpack.AbstractDelimiterParser
 
AbstractDelimiterParser(Reader, char, char, boolean) - Constructor for class net.sf.flatpack.AbstractDelimiterParser
 
AbstractFixedLengthParser - Class in net.sf.flatpack
 
AbstractFixedLengthParser(Reader, String) - Constructor for class net.sf.flatpack.AbstractFixedLengthParser
 
AbstractFixedLengthParser(Reader) - Constructor for class net.sf.flatpack.AbstractFixedLengthParser
 
AbstractParser - Class in net.sf.flatpack
 
AbstractParser(Reader) - Constructor for class net.sf.flatpack.AbstractParser
 
AbstractParser(Reader, String) - Constructor for class net.sf.flatpack.AbstractParser
 
AbstractWriter - Class in net.sf.flatpack.writer
This class encapsulates the writer that's used to output the data.
AbstractWriter(Writer) - Constructor for class net.sf.flatpack.writer.AbstractWriter
 
AbstractWriter(Writer, String) - Constructor for class net.sf.flatpack.writer.AbstractWriter
 
AbstractWriterFactory - Class in net.sf.flatpack.writer
 
AbstractWriterFactory() - Constructor for class net.sf.flatpack.writer.AbstractWriterFactory
 
AbstractWriterFactory(Map<String, ?>) - Constructor for class net.sf.flatpack.writer.AbstractWriterFactory
 
AbstractWriterFactory(Reader) - Constructor for class net.sf.flatpack.writer.AbstractWriterFactory
 
addColumn(String) - Method in class net.sf.flatpack.structure.Row
Adds a column to a row
addColumn(List<String>) - Method in class net.sf.flatpack.structure.Row
Appends the List of Strings to the existing columns in the row
addColumnTitle(String) - Method in class net.sf.flatpack.writer.DelimiterWriterFactory
 
addColumnTitles(Collection<String>) - Method in class net.sf.flatpack.writer.DelimiterWriterFactory
Convenience method to add a series of cols in one go.
addColumnTitles(String...) - Method in class net.sf.flatpack.writer.DelimiterWriterFactory
Convenience method to add a series of cols in one go.
addError(DefaultDataSet, String, int, int, String) - Method in class net.sf.flatpack.AbstractParser
Adds a new error to this DataSet.
addError(DefaultDataSet, String, int, int, String, String, String) - Method in class net.sf.flatpack.AbstractParser
Adds a new error to this DataSet.
addError(DataError) - Method in class net.sf.flatpack.DefaultDataSet
 
addOrderColumn(OrderColumn) - Method in class net.sf.flatpack.ordering.OrderBy
Adds an order element to the sort.
addRecordEntry(String, Object) - Method in class net.sf.flatpack.writer.AbstractWriter
 
addRecordEntry(String, Object) - Method in class net.sf.flatpack.writer.FixedLengthWriter
 
addRecordEntry(String, Object) - Method in interface net.sf.flatpack.writer.Writer
 
addRow(Row) - Method in class net.sf.flatpack.DefaultDataSet
 
addToCloseReaderList(Reader) - Method in class net.sf.flatpack.AbstractParser
 
addToMetaData(List<ColumnMetaData>) - Method in class net.sf.flatpack.AbstractParser
 
ASC - Static variable in class net.sf.flatpack.ordering.OrderColumn
Specifies Ascending sort order
autoPrintHeader(boolean) - Method in class net.sf.flatpack.writer.WriterOptions
When this is set to true, the addRecordEntry(column, value) will throw an exception.

B

BuffReaderDataSet - Class in net.sf.flatpack.brparse
 
BuffReaderDataSet(MetaData, InterfaceBuffReaderParse) - Constructor for class net.sf.flatpack.brparse.BuffReaderDataSet
 
BuffReaderDelimParser - Class in net.sf.flatpack.brparse
 
BuffReaderDelimParser(File, File, char, char, boolean) - Constructor for class net.sf.flatpack.brparse.BuffReaderDelimParser
 
BuffReaderDelimParser(InputStream, InputStream, char, char, boolean) - Constructor for class net.sf.flatpack.brparse.BuffReaderDelimParser
 
BuffReaderDelimParser(File, char, char, boolean) - Constructor for class net.sf.flatpack.brparse.BuffReaderDelimParser
 
BuffReaderDelimParser(InputStream, char, char, boolean) - Constructor for class net.sf.flatpack.brparse.BuffReaderDelimParser
 
BuffReaderDelimParser(Reader, Reader, char, char, boolean) - Constructor for class net.sf.flatpack.brparse.BuffReaderDelimParser
 
BuffReaderDelimParser(Reader, char, char, boolean) - Constructor for class net.sf.flatpack.brparse.BuffReaderDelimParser
 
BuffReaderFixedParser - Class in net.sf.flatpack.brparse
 
BuffReaderFixedParser(InputStream, InputStream) - Constructor for class net.sf.flatpack.brparse.BuffReaderFixedParser
 
BuffReaderFixedParser(File, File) - Constructor for class net.sf.flatpack.brparse.BuffReaderFixedParser
 
BuffReaderFixedParser(Reader, Reader) - Constructor for class net.sf.flatpack.brparse.BuffReaderFixedParser
 
BuffReaderFixedParser(Reader, String) - Constructor for class net.sf.flatpack.brparse.BuffReaderFixedParser
 
BuffReaderParseFactory - Class in net.sf.flatpack.brparse
Provides a PZParser which obtains records directly from a BufferedReader as an alternative to reading the entire file into memory.
BuffReaderParseFactory() - Constructor for class net.sf.flatpack.brparse.BuffReaderParseFactory
 
buidColumnIndexMap(List<ColumnMetaData>, Parser) - Static method in class net.sf.flatpack.util.ParserUtils
Build a map of name/position based on a list of ColumnMetaData.
buildColumns(String) - Static method in class net.sf.flatpack.util.FlatpackWriterUtil
Create a new list of ColumnMetaData based on a CSV list of column titles.
buildColumns(List<ColumnMetaData>, Collection<String>) - Static method in class net.sf.flatpack.util.FlatpackWriterUtil
 
buildColumns(List<ColumnMetaData>, String) - Static method in class net.sf.flatpack.util.FlatpackWriterUtil
 
buildColumns(List<ColumnMetaData>, String...) - Static method in class net.sf.flatpack.util.FlatpackWriterUtil
 
buildMDFromSQLTable(Connection, String, Parser) - Static method in class net.sf.flatpack.util.ParserUtils
Returns a definition of pz column metadata from a given pz datastructure held in an SQL database
buildParametersForColumns(String) - Static method in class net.sf.flatpack.util.FlatpackWriterUtil
Creates a Mapping for a WriterFactory for the given list of columns.
buildRow(DefaultDataSet) - Method in class net.sf.flatpack.brparse.BuffReaderDelimParser
Reads in the next record on the file and return a row
buildRow(DefaultDataSet) - Method in class net.sf.flatpack.brparse.BuffReaderFixedParser
Reads in the next record on the file and return a row
buildRow(DefaultDataSet) - Method in interface net.sf.flatpack.brparse.InterfaceBuffReaderParse
Builds a row into the DataSet using the current record from the File

C

calculateRecordLengths(MetaData) - Static method in class net.sf.flatpack.util.ParserUtils
 
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
 
clearAll() - Method in interface net.sf.flatpack.DataSet
Clears both the errors and rows from memory
clearAll() - Method in class net.sf.flatpack.DefaultDataSet
 
clearErrors() - Method in interface net.sf.flatpack.DataSet
Clears out the parse errors from memory
clearErrors() - Method in class net.sf.flatpack.DefaultDataSet
 
clearRows() - Method in interface net.sf.flatpack.DataSet
Clears out the rows in memory from the last parse.
clearRows() - Method in class net.sf.flatpack.DefaultDataSet
 
close() - Method in class net.sf.flatpack.brparse.BuffReaderDelimParser
Closes out the file readers
close() - Method in class net.sf.flatpack.brparse.BuffReaderFixedParser
Closes out the file readers
close() - Method in class net.sf.flatpack.writer.AbstractWriter
 
close() - Method in interface net.sf.flatpack.writer.Writer
 
closeReaders() - Method in class net.sf.flatpack.AbstractParser
 
COL_IDX - Static variable in class net.sf.flatpack.util.FPConstants
 
COLTYPE_DATE - Static variable in class net.sf.flatpack.ordering.OrderColumn
date sort indicator
COLTYPE_NUMERIC - Static variable in class net.sf.flatpack.ordering.OrderColumn
numeric sort indicator
COLTYPE_STRING - Static variable in class net.sf.flatpack.ordering.OrderColumn
string sort indicator
ColumnMetaData - Class in net.sf.flatpack.structure
 
ColumnMetaData() - Constructor for class net.sf.flatpack.structure.ColumnMetaData
 
ColumnMetaData(String) - Constructor for class net.sf.flatpack.structure.ColumnMetaData
 
compare(Row, Row) - Method in class net.sf.flatpack.ordering.OrderBy
overridden from the Comparator class.
contains(String) - Method in class net.sf.flatpack.DefaultDataSet
 
contains(String) - Method in interface net.sf.flatpack.Record
Does this DataSet contain a column with the given name?
contains(String) - Method in class net.sf.flatpack.RowRecord
 
ConvertBigDecimal - Class in net.sf.flatpack.converter
Returns a BigDecimal Non numeric chars are removed from the string before converting
ConvertBigDecimal() - Constructor for class net.sf.flatpack.converter.ConvertBigDecimal
 
ConvertDouble - Class in net.sf.flatpack.converter
Returns a Double Non numeric chars are removed from the string before converting
ConvertDouble() - Constructor for class net.sf.flatpack.converter.ConvertDouble
 
Converter - Interface in net.sf.flatpack.converter
Responsible for converting a column in IDataSet to the desired Object.
ConvertInteger - Class in net.sf.flatpack.converter
Returns a Integer Non numeric chars are removed from the string before converting
ConvertInteger() - Constructor for class net.sf.flatpack.converter.ConvertInteger
 
convertValue(String) - Method in class net.sf.flatpack.converter.ConvertBigDecimal
 
convertValue(String) - Method in class net.sf.flatpack.converter.ConvertDouble
 
convertValue(String) - Method in interface net.sf.flatpack.converter.Converter
Returns the converted object from the column in IDataSet
convertValue(String) - Method in class net.sf.flatpack.converter.ConvertInteger
 
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
 
createWriter(Writer, WriterOptions) - Method in class net.sf.flatpack.writer.DelimiterWriterFactory
 
createWriter(Writer) - Method in class net.sf.flatpack.writer.DelimiterWriterFactory
 
createWriter(Writer) - Method in class net.sf.flatpack.writer.FixedWriterFactory
 
createWriter(Writer) - Method in interface net.sf.flatpack.writer.WriterFactory
 
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
 
CsvParserFactory - Class in net.sf.flatpack
Easy way to get a CSV Parser (separator , and qualifier ").
CsvParserFactory() - Constructor for class net.sf.flatpack.CsvParserFactory
 
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

DataError - Class in net.sf.flatpack
This class holds errors that occurred while parsing or processing a data file.
DataError(String, int, int) - Constructor for class net.sf.flatpack.DataError
 
DataError(String, int, int, String) - Constructor for class net.sf.flatpack.DataError
 
DataError(String, int, int, String, String, String) - Constructor for class net.sf.flatpack.DataError
 
DataSet - Interface in net.sf.flatpack
 
DBBuffReaderDelimParser - Class in net.sf.flatpack.brparse
 
DBBuffReaderDelimParser(Connection, Reader, String, char, char, boolean) - Constructor for class net.sf.flatpack.brparse.DBBuffReaderDelimParser
 
DBBuffReaderFixedParser - Class in net.sf.flatpack.brparse
 
DBBuffReaderFixedParser(Connection, Reader, String) - Constructor for class net.sf.flatpack.brparse.DBBuffReaderFixedParser
 
DBDelimiterParser - Class in net.sf.flatpack
 
DBDelimiterParser(Connection, InputStream, String, char, char, boolean) - Constructor for class net.sf.flatpack.DBDelimiterParser
 
DBDelimiterParser(Connection, Reader, String, char, char, boolean) - Constructor for class net.sf.flatpack.DBDelimiterParser
 
DBFixedLengthParser - Class in net.sf.flatpack
 
DBFixedLengthParser(Connection, InputStream, String) - Constructor for class net.sf.flatpack.DBFixedLengthParser
 
DBFixedLengthParser(Connection, File, String) - Constructor for class net.sf.flatpack.DBFixedLengthParser
 
DBFixedLengthParser(Connection, Reader, String) - Constructor for class net.sf.flatpack.DBFixedLengthParser
 
DEFAULT_DELIMITER - Static variable in class net.sf.flatpack.writer.DelimiterWriterFactory
 
DEFAULT_PADDING_CHARACTER - Static variable in class net.sf.flatpack.writer.FixedWriterFactory
 
DEFAULT_QUALIFIER - Static variable in class net.sf.flatpack.writer.DelimiterWriterFactory
 
DefaultDataSet - Class in net.sf.flatpack
 
DefaultDataSet(MetaData, Parser) - Constructor for class net.sf.flatpack.DefaultDataSet
 
DefaultParserFactory - Class in net.sf.flatpack
 
DefaultParserFactory() - Constructor for class net.sf.flatpack.DefaultParserFactory
 
DELIMITED_FILE - Static variable in class net.sf.flatpack.util.FPConstants
 
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
 
DelimiterParser - Class in net.sf.flatpack
 
DelimiterParser(File, File, char, char, boolean) - Constructor for class net.sf.flatpack.DelimiterParser
 
DelimiterParser(InputStream, InputStream, char, char, boolean) - Constructor for class net.sf.flatpack.DelimiterParser
 
DelimiterParser(File, char, char, boolean) - Constructor for class net.sf.flatpack.DelimiterParser
 
DelimiterParser(InputStream, char, char, boolean) - Constructor for class net.sf.flatpack.DelimiterParser
 
DelimiterParser(Reader, char, char, boolean) - Constructor for class net.sf.flatpack.DelimiterParser
 
DelimiterParser(Reader, Reader, char, char, boolean) - Constructor for class net.sf.flatpack.DelimiterParser
 
DelimiterWriter - Class in net.sf.flatpack.writer
 
DelimiterWriter(Map, Writer, char, char, WriterOptions) - Constructor for class net.sf.flatpack.writer.DelimiterWriter
 
DelimiterWriterFactory - Class in net.sf.flatpack.writer
 
DelimiterWriterFactory(char, char) - Constructor for class net.sf.flatpack.writer.DelimiterWriterFactory
 
DelimiterWriterFactory(Reader) - Constructor for class net.sf.flatpack.writer.DelimiterWriterFactory
 
DelimiterWriterFactory(Reader, char) - Constructor for class net.sf.flatpack.writer.DelimiterWriterFactory
 
DelimiterWriterFactory(Reader, char, char) - Constructor for class net.sf.flatpack.writer.DelimiterWriterFactory
 
DelimiterWriterFactory(Map<String, ?>) - Constructor for class net.sf.flatpack.writer.DelimiterWriterFactory
 
DelimiterWriterFactory(Map<String, ?>, char) - Constructor for class net.sf.flatpack.writer.DelimiterWriterFactory
 
DelimiterWriterFactory(Map<String, ?>, char, char) - Constructor for class net.sf.flatpack.writer.DelimiterWriterFactory
 
DESC - Static variable in class net.sf.flatpack.ordering.OrderColumn
Specifies descending sort order
DETAIL_ID - Static variable in class net.sf.flatpack.util.FPConstants
 
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
 
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
 
doParse() - Method in class net.sf.flatpack.AbstractDelimiterParser
 
doParse() - Method in class net.sf.flatpack.AbstractFixedLengthParser
 
doParse() - Method in class net.sf.flatpack.AbstractParser
 
doParse() - Method in class net.sf.flatpack.brparse.BuffReaderDelimParser
 
doParse() - Method in class net.sf.flatpack.brparse.BuffReaderFixedParser
 
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
 
ExcelTransformer - Class in net.sf.flatpack.excel
Converts a DataSet object into an excel spreadsheet.
ExcelTransformer(DataSet, File) - Constructor for class net.sf.flatpack.excel.ExcelTransformer
Constructs a new Excel transformer

F

fetchNextRecord(BufferedReader, char, char) - Method in class net.sf.flatpack.AbstractDelimiterParser
Reads a record from a delimited file.
finalize() - Method in class net.sf.flatpack.brparse.BuffReaderDelimParser
 
finalize() - Method in class net.sf.flatpack.brparse.BuffReaderFixedParser
 
FIXEDLENGTH_FILE - Static variable in class net.sf.flatpack.util.FPConstants
 
FixedLengthHeaderAndTrailer - Class in net.sf.flatpack.examples.fixedlengthheaderandtrailer
 
FixedLengthHeaderAndTrailer() - Constructor for class net.sf.flatpack.examples.fixedlengthheaderandtrailer.FixedLengthHeaderAndTrailer
 
FixedLengthParser - Class in net.sf.flatpack
 
FixedLengthParser(InputStream, InputStream) - Constructor for class net.sf.flatpack.FixedLengthParser
 
FixedLengthParser(File, File) - Constructor for class net.sf.flatpack.FixedLengthParser
 
FixedLengthParser(Reader, Reader) - Constructor for class net.sf.flatpack.FixedLengthParser
 
FixedLengthParser(Reader, String) - Constructor for class net.sf.flatpack.FixedLengthParser
 
FixedLengthWithPZMap - Class in net.sf.flatpack.examples.fixedlengthdynamiccolumns
 
FixedLengthWithPZMap() - Constructor for class net.sf.flatpack.examples.fixedlengthdynamiccolumns.FixedLengthWithPZMap
 
FixedLengthWriter - Class in net.sf.flatpack.writer
 
FixedLengthWriter(Map, Writer, char) - Constructor for class net.sf.flatpack.writer.FixedLengthWriter
 
FixedWidthParserUtils - Class in net.sf.flatpack.util
Collection of parser utilities related to the parsing of fixed width files.
FixedWriterFactory - Class in net.sf.flatpack.writer
 
FixedWriterFactory(Map) - Constructor for class net.sf.flatpack.writer.FixedWriterFactory
 
FixedWriterFactory(Reader) - Constructor for class net.sf.flatpack.writer.FixedWriterFactory
 
FixedWriterFactory(Reader, char) - Constructor for class net.sf.flatpack.writer.FixedWriterFactory
 
FlatpackWriterUtil - Class in net.sf.flatpack.util
Helper class to create ColumnMetaData and Mapping for the Writer Factory.
flush() - Method in class net.sf.flatpack.writer.AbstractWriter
 
flush() - Method in interface net.sf.flatpack.writer.Writer
 
formattedValue(Object, ColumnMetaData) - Method in class net.sf.flatpack.writer.FixedLengthWriter
 
FPConstants - Class in net.sf.flatpack.util
 
FPConvertException - Exception in net.sf.flatpack.converter
Exception thrown when a conversion error occurs
FPConvertException() - Constructor for exception net.sf.flatpack.converter.FPConvertException
 
FPConvertException(String) - Constructor for exception net.sf.flatpack.converter.FPConvertException
 
FPConvertException(Throwable) - Constructor for exception net.sf.flatpack.converter.FPConvertException
 
FPConvertException(String, Throwable) - Constructor for exception net.sf.flatpack.converter.FPConvertException
 
FPException - Exception in net.sf.flatpack.util
Generic exception for FlatPack
FPException() - Constructor for exception net.sf.flatpack.util.FPException
 
FPException(String) - Constructor for exception net.sf.flatpack.util.FPException
 
FPException(Throwable) - Constructor for exception net.sf.flatpack.util.FPException
 
FPException(String, Throwable) - Constructor for exception net.sf.flatpack.util.FPException
 
FPInvalidUsageException - Exception in net.sf.flatpack.util
Thrown when using a parsing option inappropriately
FPInvalidUsageException(String) - Constructor for exception net.sf.flatpack.util.FPInvalidUsageException
 
FPStringUtils - Class in net.sf.flatpack.util
Thanks to the Apache Commons Contributors.

G

getBigDecimal(String) - Method in class net.sf.flatpack.DefaultDataSet
 
getBigDecimal(String, Supplier<BigDecimal>) - Method in class net.sf.flatpack.DefaultDataSet
 
getBigDecimal(String, Supplier<BigDecimal>) - Method in interface net.sf.flatpack.Record
Returns the BigDecimal value of a specified column
getBigDecimal(String) - Method in interface net.sf.flatpack.Record
Returns the BigDecimal value of a specified column
getBigDecimal(String, Supplier<BigDecimal>) - Method in class net.sf.flatpack.RowRecord
 
getBigDecimal(String) - Method in class net.sf.flatpack.RowRecord
 
getCMDKey(MetaData, String) - Static method in class net.sf.flatpack.util.FixedWidthParserUtils
Returns the key to the list of ColumnMetaData objects.
getCMDKeyForDelimitedFile(MetaData, List<String>) - Static method in class net.sf.flatpack.util.ParserUtils
 
getColLength() - Method in class net.sf.flatpack.structure.ColumnMetaData
Returns the colLength.
getColName() - Method in class net.sf.flatpack.structure.ColumnMetaData
Returns the colName.
getCols() - Method in class net.sf.flatpack.structure.Row
Returns the cols for the row.
getColumnIndex(String, MetaData, String, boolean) - Static method in class net.sf.flatpack.util.ParserUtils
 
getColumnIndex(String, String) - Method in class net.sf.flatpack.xml.MetaData
 
getColumnIndex(String) - Method in class net.sf.flatpack.xml.XMLRecordElement
Returns the index of the column name.
getColumnIndexMap() - Method in class net.sf.flatpack.xml.MetaData
 
getColumnMapping() - Method in class net.sf.flatpack.writer.AbstractWriterFactory
 
getColumnMetaData(String, MetaData) - Static method in class net.sf.flatpack.util.ParserUtils
 
getColumnName() - Method in class net.sf.flatpack.ordering.OrderColumn
 
getColumns() - Method in class net.sf.flatpack.DefaultDataSet
 
getColumns(String) - Method in class net.sf.flatpack.DefaultDataSet
 
getColumns() - Method in interface net.sf.flatpack.Record
Returns a String array of column names in the DataSet.
getColumns(String) - Method in interface net.sf.flatpack.Record
Returns a String array of column names in the DataSet for a given <RECORD> id
getColumns() - Method in class net.sf.flatpack.RowRecord
 
getColumns(String) - Method in class net.sf.flatpack.RowRecord
 
getColumns() - Method in class net.sf.flatpack.xml.XMLRecordElement
 
getColumnsNames() - Method in class net.sf.flatpack.xml.MetaData
 
getDataDefinition() - Method in class net.sf.flatpack.AbstractParser
 
getDataFileTable() - Method in class net.sf.flatpack.AbstractParser
 
getDataFileTable() - Method in interface net.sf.flatpack.Parser
Returns the table name that will be used to read the MetaData from the db.
getDataSourceReader() - Method in class net.sf.flatpack.AbstractParser
 
getDataStructureTable() - Method in class net.sf.flatpack.AbstractParser
 
getDataStructureTable() - Method in interface net.sf.flatpack.Parser
Returns the table name that will be used to read the MetaData from the db.
getDate(String) - Method in class net.sf.flatpack.DefaultDataSet
 
getDate(String, SimpleDateFormat) - Method in class net.sf.flatpack.DefaultDataSet
 
getDate(String, SimpleDateFormat, Supplier<Date>) - Method in class net.sf.flatpack.DefaultDataSet
 
getDate(String, Supplier<Date>) - Method in class net.sf.flatpack.DefaultDataSet
 
getDate(String, Supplier<Date>) - Method in interface net.sf.flatpack.Record
Returns the date value of a specified column.
getDate(String) - Method in interface net.sf.flatpack.Record
Returns the date value of a specified column.
getDate(String, SimpleDateFormat, Supplier<Date>) - Method in interface net.sf.flatpack.Record
Returns the date value of a specified column.
getDate(String, SimpleDateFormat) - Method in interface net.sf.flatpack.Record
Returns the date value of a specified column.
getDate(String, SimpleDateFormat, Supplier<Date>) - Method in class net.sf.flatpack.RowRecord
 
getDate(String, Supplier<Date>) - Method in class net.sf.flatpack.RowRecord
 
getDate(String) - Method in class net.sf.flatpack.RowRecord
 
getDate(String, SimpleDateFormat) - Method in class net.sf.flatpack.RowRecord
 
getDateFormatPattern() - Method in class net.sf.flatpack.ordering.OrderColumn
Format pattern to use to parse dates for sorting.
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
 
getDelimiter() - Method in class net.sf.flatpack.AbstractDelimiterParser
 
getDelimiter() - Method in class net.sf.flatpack.writer.DelimiterWriterFactory
 
getDelimiterOffset(String, int, char) - Static method in class net.sf.flatpack.util.ParserUtils
reads from the specified point in the line and returns how many chars to the specified delimiter
getDouble(String) - Method in class net.sf.flatpack.DefaultDataSet
 
getDouble(String, DoubleSupplier) - Method in class net.sf.flatpack.DefaultDataSet
 
getDouble(String, DoubleSupplier) - Method in interface net.sf.flatpack.Record
Returns the double value of a specified column
getDouble(String) - Method in interface net.sf.flatpack.Record
Returns the double value of a specified column
getDouble(String, DoubleSupplier) - Method in class net.sf.flatpack.RowRecord
 
getDouble(String) - Method in class net.sf.flatpack.RowRecord
 
getElementCount() - Method in class net.sf.flatpack.xml.XMLRecordElement
Used to determine the <record> mapping the row belongs to.
getElementNumber() - Method in class net.sf.flatpack.xml.XMLRecordElement
 
getEndPosition() - Method in class net.sf.flatpack.structure.ColumnMetaData
Returns the endPosition.
getEndPositition() - Method in class net.sf.flatpack.xml.XMLRecordElement
 
getErrorCount() - Method in class net.sf.flatpack.DefaultDataSet
 
getErrorCount() - Method in interface net.sf.flatpack.RecordDataSet
Returns total number of records which contained a parse error in the file.
getErrorCount() - Method in class net.sf.flatpack.StreamingRecord
 
getErrorDesc() - Method in class net.sf.flatpack.DataError
Returns the errorDesc.
getErrorLevel() - Method in class net.sf.flatpack.DataError
Returns the errorLevel.
getErrors() - Method in class net.sf.flatpack.DefaultDataSet
 
getErrors() - Method in interface net.sf.flatpack.RecordDataSet
Returns A Collection Of DataErrors that happened during processing
getErrors() - Method in class net.sf.flatpack.StreamingRecord
 
getExcludeFromExportColumns() - Method in class net.sf.flatpack.excel.ExcelTransformer
 
getExportOnlyColumns() - Method in class net.sf.flatpack.excel.ExcelTransformer
 
getIndex() - Method in class net.sf.flatpack.brparse.BuffReaderDataSet
 
getIndex() - Method in interface net.sf.flatpack.DataSet
Returns the index the pointer is on for the array
getIndex() - Method in class net.sf.flatpack.DefaultDataSet
 
getIndicator() - Method in class net.sf.flatpack.xml.XMLRecordElement
 
getInstance() - Static method in class net.sf.flatpack.brparse.BuffReaderParseFactory
 
getInstance() - Static method in class net.sf.flatpack.DefaultParserFactory
 
getInstance() - Static method in class net.sf.flatpack.writer.WriterOptions
Returns a DelimiterWriterOptions instance
getInt(String, IntSupplier) - Method in class net.sf.flatpack.DefaultDataSet
 
getInt(String) - Method in class net.sf.flatpack.DefaultDataSet
 
getInt(String, IntSupplier) - Method in interface net.sf.flatpack.Record
Returns the integer value of a specified column
getInt(String) - Method in interface net.sf.flatpack.Record
Returns the integer value of a specified column
getInt(String, IntSupplier) - Method in class net.sf.flatpack.RowRecord
 
getInt(String) - Method in class net.sf.flatpack.RowRecord
 
getLastColumnName() - Method in class net.sf.flatpack.DataError
 
getLastColumnValue() - Method in class net.sf.flatpack.DataError
 
getLineCount() - Method in class net.sf.flatpack.AbstractDelimiterParser
 
getLineNo() - Method in class net.sf.flatpack.DataError
Returns the lineNo.
getLineSeparator() - Method in class net.sf.flatpack.writer.WriterOptions
Get the current line separator.
getListColumnsForRecord(String) - Method in class net.sf.flatpack.xml.MetaData
 
getLocalDate(String, Supplier<LocalDate>) - Method in class net.sf.flatpack.DefaultDataSet
 
getLocalDate(String) - Method in class net.sf.flatpack.DefaultDataSet
 
getLocalDate(String, DateTimeFormatter) - Method in class net.sf.flatpack.DefaultDataSet
 
getLocalDate(String, String, Supplier<LocalDate>) - Method in class net.sf.flatpack.DefaultDataSet
 
getLocalDate(String, String) - Method in class net.sf.flatpack.DefaultDataSet
 
getLocalDate(String, Supplier<LocalDate>) - Method in interface net.sf.flatpack.Record
Returns the date value of a specified column.
getLocalDate(String) - Method in interface net.sf.flatpack.Record
Returns the local date value of a specified column.
getLocalDate(String, DateTimeFormatter) - Method in interface net.sf.flatpack.Record
Returns the local date value of a specified column.
getLocalDate(String, String, Supplier<LocalDate>) - Method in interface net.sf.flatpack.Record
Returns the local date value of a specified column.
getLocalDate(String, String) - Method in interface net.sf.flatpack.Record
Returns the lcoal date value of a specified column.
getLocalDate(String, String, Supplier<LocalDate>) - Method in class net.sf.flatpack.RowRecord
 
getLocalDate(String, Supplier<LocalDate>) - Method in class net.sf.flatpack.RowRecord
 
getLocalDate(String) - Method in class net.sf.flatpack.RowRecord
 
getLocalDate(String, DateTimeFormatter) - Method in class net.sf.flatpack.RowRecord
 
getLocalDate(String, String) - Method in class net.sf.flatpack.RowRecord
 
getLong(String, LongSupplier) - Method in class net.sf.flatpack.DefaultDataSet
 
getLong(String) - Method in class net.sf.flatpack.DefaultDataSet
 
getLong(String, LongSupplier) - Method in interface net.sf.flatpack.Record
Returns the long value of a specified column
getLong(String) - Method in interface net.sf.flatpack.Record
Returns the long value of a specified column
getLong(String, LongSupplier) - Method in class net.sf.flatpack.RowRecord
 
getLong(String) - Method in class net.sf.flatpack.RowRecord
 
getMdkey() - Method in class net.sf.flatpack.structure.Row
 
getMetaData() - Method in class net.sf.flatpack.DefaultDataSet
 
getNumericColumns() - Method in class net.sf.flatpack.excel.ExcelTransformer
 
getObject(String, Class<?>) - Method in class net.sf.flatpack.DefaultDataSet
 
getObject(String, Class<?>) - Method in interface net.sf.flatpack.Record
Returns the value of the column with the type of object specified
getObject(String, Class<?>) - Method in class net.sf.flatpack.RowRecord
 
getPzMetaData() - Method in class net.sf.flatpack.AbstractParser
 
getPZMetaDataFromFile(String, char, char, Parser, boolean) - Static method in class net.sf.flatpack.util.ParserUtils
Returns a list of ColumnMetaData objects.
getQualifier() - Method in class net.sf.flatpack.AbstractDelimiterParser
 
getQualifier() - Method in class net.sf.flatpack.writer.DelimiterWriterFactory
 
getRawData() - Method in class net.sf.flatpack.DataError
Option must be set on parser, otherwise this is null by default
getRawData() - Method in class net.sf.flatpack.DefaultDataSet
 
getRawData() - Method in interface net.sf.flatpack.Record
 
getRawData() - Method in class net.sf.flatpack.RowRecord
 
getRawData() - Method in class net.sf.flatpack.structure.Row
Raw data used to create the columns for the row
getRecord() - Method in class net.sf.flatpack.DefaultDataSet
 
getRecord() - Method in interface net.sf.flatpack.RecordDataSet
 
getRecord() - Method in class net.sf.flatpack.StreamingRecord
 
getRecordID() - Method in class net.sf.flatpack.DefaultDataSet
 
getRecordID() - Method in interface net.sf.flatpack.Record
Show the record ID (default is 'detail')
getRecordID() - Method in class net.sf.flatpack.RowRecord
 
getReplaceCarriageReturnWith() - Method in class net.sf.flatpack.writer.WriterOptions
 
getRowCount() - Method in class net.sf.flatpack.brparse.BuffReaderDataSet
Not Supported!
getRowCount() - Method in interface net.sf.flatpack.DataSet
Returns the total number of rows parsed in from the file
getRowCount() - Method in class net.sf.flatpack.DefaultDataSet
 
getRowMap() - Method in class net.sf.flatpack.writer.AbstractWriter
 
getRowNo() - Method in class net.sf.flatpack.DefaultDataSet
 
getRowNo() - Method in interface net.sf.flatpack.Record
Returns the line number the pointer is on.
getRowNo() - Method in class net.sf.flatpack.RowRecord
 
getRowNumber() - Method in class net.sf.flatpack.structure.Row
Returns the rowNumber.
getSelectedColType() - Method in class net.sf.flatpack.ordering.OrderColumn
 
getSortIndicator() - Method in class net.sf.flatpack.ordering.OrderColumn
 
getStartPosition() - Method in class net.sf.flatpack.structure.ColumnMetaData
Returns the startPosition.
getStartPosition() - Method in class net.sf.flatpack.xml.XMLRecordElement
 
getString(String, Supplier<String>) - Method in class net.sf.flatpack.DefaultDataSet
 
getString(String) - Method in class net.sf.flatpack.DefaultDataSet
 
getString(String) - Method in interface net.sf.flatpack.Record
Returns the string value of a specified column
getString(String, Supplier<String>) - Method in interface net.sf.flatpack.Record
Returns the string value of a specified column
getString(String, Supplier<String>) - Method in class net.sf.flatpack.RowRecord
 
getString(String) - Method in class net.sf.flatpack.RowRecord
 
getValue(int) - Method in class net.sf.flatpack.structure.Row
Returns the value of a column for a specified column name
goBottom() - Method in class net.sf.flatpack.brparse.BuffReaderDataSet
Not Supported!
goBottom() - Method in interface net.sf.flatpack.DataSet
Goes to the last record in the dataset
goBottom() - Method in class net.sf.flatpack.DefaultDataSet
 
goTop() - Method in class net.sf.flatpack.brparse.BuffReaderDataSet
Not Supported!
goTop() - Method in interface net.sf.flatpack.DataSet
Goes to the top of the data set.
goTop() - Method in class net.sf.flatpack.DefaultDataSet
 

I

init() - Method in class net.sf.flatpack.AbstractParser
 
init() - Method in class net.sf.flatpack.brparse.DBBuffReaderDelimParser
 
init() - Method in class net.sf.flatpack.brparse.DBBuffReaderFixedParser
 
init() - Method in class net.sf.flatpack.DBDelimiterParser
 
init() - Method in class net.sf.flatpack.DBFixedLengthParser
 
init() - Method in class net.sf.flatpack.DelimiterParser
 
init() - Method in class net.sf.flatpack.FixedLengthParser
 
InitialisationException - Exception in net.sf.flatpack
 
InitialisationException() - Constructor for exception net.sf.flatpack.InitialisationException
 
InitialisationException(String) - Constructor for exception net.sf.flatpack.InitialisationException
 
InitialisationException(Throwable) - Constructor for exception net.sf.flatpack.InitialisationException
 
InitialisationException(String, Throwable) - Constructor for exception net.sf.flatpack.InitialisationException
 
initStreamOrSource(InputStream, File) - Method in class net.sf.flatpack.AbstractParser
 
InterfaceBuffReaderParse - Interface in net.sf.flatpack.brparse
All buffered reader parsers should implement this interface and provide an implementation for the buildRow
isAddSuffixToDuplicateColumnNames() - Method in class net.sf.flatpack.AbstractParser
 
isAnError(int) - Method in interface net.sf.flatpack.DataSet
Returns true or false as to whether or not the line number contains an error.
isAnError(int) - Method in class net.sf.flatpack.DefaultDataSet
 
isAnyRecordFormatSpecified() - Method in class net.sf.flatpack.xml.MetaData
 
isAutoPrintHeader() - Method in class net.sf.flatpack.writer.WriterOptions
 
isBlank(String) - Static method in class net.sf.flatpack.util.FPStringUtils
Checks if a String is whitespace, empty ("") or null.
isColumnNamesCaseSensitive() - Method in class net.sf.flatpack.AbstractParser
 
isColumnNamesCaseSensitive() - Method in interface net.sf.flatpack.Parser
Default is false
isEmpty() - Method in class net.sf.flatpack.structure.Row
All columns in the row are empty
isFlagEmptyRows() - Method in class net.sf.flatpack.AbstractParser
 
isFlagEmptyRows() - Method in interface net.sf.flatpack.Parser
 
isHandlingShortLines() - Method in class net.sf.flatpack.AbstractParser
 
isHandlingShortLines() - Method in interface net.sf.flatpack.Parser
 
isIgnoreExtraColumns() - Method in class net.sf.flatpack.AbstractParser
 
isIgnoreExtraColumns() - Method in interface net.sf.flatpack.Parser
 
isIgnoreFirstRecord() - Method in class net.sf.flatpack.AbstractDelimiterParser
 
isIgnoreParseWarnings() - Method in class net.sf.flatpack.AbstractParser
 
isIgnoreParseWarnings() - Method in interface net.sf.flatpack.Parser
Default is false
isInitialised() - Method in class net.sf.flatpack.AbstractParser
 
isListElementsEmpty(List<String>) - Static method in class net.sf.flatpack.util.ParserUtils
Checks a list of <String> elements to see if every element in the list is empty.
isMultiline(char[], boolean, char, char) - Method in class net.sf.flatpack.AbstractDelimiterParser
Checks if we need to consume one more line because data row was splitted to multiple lines.
isMultiLine(char[], char, char) - Static method in class net.sf.flatpack.util.ParserUtils
Determines if the given line is the first part of a multiline record.
isNotBlank(String) - Static method in class net.sf.flatpack.util.FPStringUtils
Checks if a String is not empty (""), not null and not whitespace only.
isNullEmptyStrings() - Method in class net.sf.flatpack.AbstractParser
 
isNullEmptyStrings() - Method in interface net.sf.flatpack.Parser
 
isPreserveLeadingWhitespace() - Method in class net.sf.flatpack.AbstractParser
 
isPreserveLeadingWhitespace() - Method in interface net.sf.flatpack.Parser
Defaults to true.
isPreserveTrailingWhitespace() - Method in class net.sf.flatpack.AbstractParser
 
isPreserveTrailingWhitespace() - Method in interface net.sf.flatpack.Parser
Defaults to false.
isRecordID(String) - Method in class net.sf.flatpack.DefaultDataSet
Checks to see if the row has the given <RECORD> id
isRecordID(String) - Method in interface net.sf.flatpack.Record
Checks to see if the row has the given <RECORD> id
isRecordID(String) - Method in class net.sf.flatpack.RowRecord
 
isRowEmpty() - Method in class net.sf.flatpack.DefaultDataSet
 
isRowEmpty() - Method in interface net.sf.flatpack.Record
Checks to see if there was no data on the row which was parsed.
isRowEmpty() - Method in class net.sf.flatpack.RowRecord
 
isStoreRawDataToDataError() - Method in class net.sf.flatpack.AbstractParser
 
isStoreRawDataToDataError() - Method in interface net.sf.flatpack.Parser
 
isStoreRawDataToDataSet() - Method in class net.sf.flatpack.AbstractParser
 
isStoreRawDataToDataSet() - Method in interface net.sf.flatpack.Parser
 

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
 
lineSeparator - Variable in class net.sf.flatpack.writer.AbstractWriter
 
loadConvertProperties() - Static method in class net.sf.flatpack.util.ParserUtils
Retrieves the conversion table for use with the getObject() method in IDataSet
LowLevelParse - Class in net.sf.flatpack.examples.lowlevelparse
 
LowLevelParse() - Constructor for class net.sf.flatpack.examples.lowlevelparse.LowLevelParse
 
lTrim(String) - Static method in class net.sf.flatpack.util.ParserUtils
Removes empty space from the beginning of a string
lTrimKeepTabs(String) - Static method in class net.sf.flatpack.util.ParserUtils
Removes empty space from the beginning of a string, except for tabs

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
 
MapParser - Class in net.sf.flatpack.xml
 
MetaData - Class in net.sf.flatpack.xml
 
MetaData(List<ColumnMetaData>, Map) - Constructor for class net.sf.flatpack.xml.MetaData
 

N

net.sf.flatpack - package net.sf.flatpack
Main package of the project, containing the actual DataSet implementations.
net.sf.flatpack.brparse - package net.sf.flatpack.brparse
Contains parsers which leave an open BufferedReader for file access.
net.sf.flatpack.converter - package 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 - 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
 
net.sf.flatpack.excel - package net.sf.flatpack.excel
 
net.sf.flatpack.ordering - package net.sf.flatpack.ordering
Responsible for all sorting operations performed on a DataSet
net.sf.flatpack.structure - package net.sf.flatpack.structure
Contains classes which decribes the structure of the DataSet.
net.sf.flatpack.util - package net.sf.flatpack.util
Provides utility methods that are used to perform parsing and transform DataSets into Excel.
net.sf.flatpack.writer - package net.sf.flatpack.writer
Provides some Writers to export a DataSet to a fixed length or delimited format.
net.sf.flatpack.xml - package net.sf.flatpack.xml
Provides classes for handling and parsing of the *.pzmap.xml files.
newCsvParser(InputStream) - Static method in class net.sf.flatpack.DefaultParserFactory
Convenience method using conventional CSV separated by , and using " for qualifier if required.
newCsvParser(Reader) - Static method in class net.sf.flatpack.DefaultParserFactory
Convenience method using conventional CSV separated by , and using " for qualifier if required.
newDelimitedParser(Connection, InputStream, String, char, char, boolean) - Method in class net.sf.flatpack.brparse.BuffReaderParseFactory
 
newDelimitedParser(File, File, char, char, boolean) - Method in class net.sf.flatpack.brparse.BuffReaderParseFactory
 
newDelimitedParser(InputStream, InputStream, char, char, boolean) - Method in class net.sf.flatpack.brparse.BuffReaderParseFactory
 
newDelimitedParser(File, char, char) - Method in class net.sf.flatpack.brparse.BuffReaderParseFactory
 
newDelimitedParser(InputStream, char, char) - Method in class net.sf.flatpack.brparse.BuffReaderParseFactory
 
newDelimitedParser(Connection, Reader, String, char, char, boolean) - Method in class net.sf.flatpack.brparse.BuffReaderParseFactory
Not supported at this time.
newDelimitedParser(Reader, char, char) - Method in class net.sf.flatpack.brparse.BuffReaderParseFactory
 
newDelimitedParser(Reader, Reader, char, char, boolean) - Method in class net.sf.flatpack.brparse.BuffReaderParseFactory
 
newDelimitedParser(Connection, InputStream, String, char, char, boolean) - Method in class net.sf.flatpack.DefaultParserFactory
 
newDelimitedParser(File, File, char, char, boolean) - Method in class net.sf.flatpack.DefaultParserFactory
 
newDelimitedParser(InputStream, InputStream, char, char, boolean) - Method in class net.sf.flatpack.DefaultParserFactory
 
newDelimitedParser(File, char, char) - Method in class net.sf.flatpack.DefaultParserFactory
 
newDelimitedParser(InputStream, char, char) - Method in class net.sf.flatpack.DefaultParserFactory
 
newDelimitedParser(Connection, Reader, String, char, char, boolean) - Method in class net.sf.flatpack.DefaultParserFactory
 
newDelimitedParser(Reader, char, char) - Method in class net.sf.flatpack.DefaultParserFactory
 
newDelimitedParser(Reader, Reader, char, char, boolean) - Method in class net.sf.flatpack.DefaultParserFactory
 
newDelimitedParser(Connection, InputStream, String, char, char, boolean) - Method in interface net.sf.flatpack.ParserFactory
Deprecated.
Please use the newDelimitedParser(Connection, Reader, String, char, char, boolean). The InputStream can be wrapped in a "new InputStreamReader(InputStream)"
newDelimitedParser(Connection, Reader, String, char, char, boolean) - Method in interface net.sf.flatpack.ParserFactory
New constructor based on Reader.
newDelimitedParser(File, File, char, char, boolean) - Method in interface net.sf.flatpack.ParserFactory
Deprecated.
Please use the newDelimitedParser(Reader, Reader, String, char, char, boolean). The File can be wrapped in a "new FileReader(File)"
newDelimitedParser(Reader, Reader, char, char, boolean) - Method in interface net.sf.flatpack.ParserFactory
Constructs a new DataSet using the PZMAP XML file layout method.
newDelimitedParser(InputStream, InputStream, char, char, boolean) - Method in interface net.sf.flatpack.ParserFactory
Deprecated.
Please use the newDelimitedParser(Reader, Reader, String, char, char, boolean). The InputStream can be wrapped in a "new InputStreamReader(InputStream)"
newDelimitedParser(File, char, char) - Method in interface net.sf.flatpack.ParserFactory
Deprecated.
Please use the newDelimitedParser(Reader, char, char, boolean). The InputStream can be wrapped in a "new FileReader(File)"
newDelimitedParser(Reader, char, char) - Method in interface net.sf.flatpack.ParserFactory
Constructs a new DataSet using the first line of data found in the text file as the column names.
newDelimitedParser(InputStream, char, char) - Method in interface net.sf.flatpack.ParserFactory
Deprecated.
Please use the newDelimitedParser(Reader, char, char, boolean). The InputStream can be wrapped in a "new InputStreamReader(InputStream)"
newFixedLengthParser(Connection, File, String) - Method in class net.sf.flatpack.brparse.BuffReaderParseFactory
Not supported at this time.
newFixedLengthParser(Connection, InputStream, String) - Method in class net.sf.flatpack.brparse.BuffReaderParseFactory
Not supported at this time.
newFixedLengthParser(File, File) - Method in class net.sf.flatpack.brparse.BuffReaderParseFactory
 
newFixedLengthParser(Connection, Reader, String) - Method in class net.sf.flatpack.brparse.BuffReaderParseFactory
 
newFixedLengthParser(Reader, Reader) - Method in class net.sf.flatpack.brparse.BuffReaderParseFactory
 
newFixedLengthParser(InputStream, InputStream) - Method in class net.sf.flatpack.brparse.BuffReaderParseFactory
 
newFixedLengthParser(Connection, File, String) - Method in class net.sf.flatpack.DefaultParserFactory
 
newFixedLengthParser(Connection, InputStream, String) - Method in class net.sf.flatpack.DefaultParserFactory
 
newFixedLengthParser(File, File) - Method in class net.sf.flatpack.DefaultParserFactory
 
newFixedLengthParser(InputStream, InputStream) - Method in class net.sf.flatpack.DefaultParserFactory
 
newFixedLengthParser(Connection, Reader, String) - Method in class net.sf.flatpack.DefaultParserFactory
 
newFixedLengthParser(Reader, Reader) - Method in class net.sf.flatpack.DefaultParserFactory
 
newFixedLengthParser(Connection, File, String) - Method in interface net.sf.flatpack.ParserFactory
Deprecated.
Please use the newFixedLengthParser(Connection, Reader, String). The File can be wrapped in a "new FileReader(File)"
newFixedLengthParser(Connection, InputStream, String) - Method in interface net.sf.flatpack.ParserFactory
Deprecated.
Please use the newFixedLengthParser(Connection, Reader, String). The InputStream can be wrapped in a "new InputStreamReader(InputStream)"
newFixedLengthParser(File, File) - Method in interface net.sf.flatpack.ParserFactory
Deprecated.
Please use the newFixedLengthParser(Reader, Reader). The File can be wrapped in a "new FileReader(InputStream)"
newFixedLengthParser(InputStream, InputStream) - Method in interface net.sf.flatpack.ParserFactory
Deprecated.
Please use the newFixedLengthParser(Reader, Reader). The InputStream can be wrapped in a "new InputStreamReader(InputStream)"
newFixedLengthParser(Connection, Reader, String) - Method in interface net.sf.flatpack.ParserFactory
Constructs a new DataSet using the database table file layout method.
newFixedLengthParser(Reader, Reader) - Method in interface net.sf.flatpack.ParserFactory
New constructor based on Reader.
newForwardParser(Reader) - Static method in class net.sf.flatpack.CsvParserFactory
This should be your default mechanism, it does not keep previous records as you stream the results, so it is more memory efficient but the downside is that you cannot reset the parsing or restart it.
newInMemoryParser(Reader) - Static method in class net.sf.flatpack.CsvParserFactory
With this Parser, everything is loaded in memory, you can reset the parsing or restart it, etc.
next() - Method in class net.sf.flatpack.brparse.BuffReaderDataSet
 
next() - Method in class net.sf.flatpack.DefaultDataSet
 
next() - Method in interface net.sf.flatpack.RecordDataSet
Returns true if it has one more record.
next() - Method in class net.sf.flatpack.StreamingRecord
 
nextRecord() - Method in class net.sf.flatpack.writer.AbstractWriter
Writes a newline to the output and discards the rowMap.
nextRecord() - Method in class net.sf.flatpack.writer.DelimiterWriter
 
nextRecord() - Method in class net.sf.flatpack.writer.FixedLengthWriter
 
nextRecord() - Method in interface net.sf.flatpack.writer.Writer
 
NO_QUALIFIER - Static variable in class net.sf.flatpack.util.FPConstants
 
NumericsAndDates - Class in net.sf.flatpack.examples.numericsanddates
 
NumericsAndDates() - Constructor for class net.sf.flatpack.examples.numericsanddates.NumericsAndDates
 

O

OrderBy - Class in net.sf.flatpack.ordering
 
OrderBy() - Constructor for class net.sf.flatpack.ordering.OrderBy
 
OrderColumn - Class in net.sf.flatpack.ordering
 
OrderColumn(String, boolean, int) - Constructor for class net.sf.flatpack.ordering.OrderColumn
Constructs a new order by element
OrderColumn(String, boolean) - Constructor for class net.sf.flatpack.ordering.OrderColumn
Constructs a new order by element
orderRows(OrderBy) - Method in class net.sf.flatpack.brparse.BuffReaderDataSet
Not Supported!
orderRows(OrderBy) - Method in interface net.sf.flatpack.DataSet
Orders the data by column(s) specified.
orderRows(OrderBy) - Method in class net.sf.flatpack.DefaultDataSet
 

P

padding(int, char) - Static method in class net.sf.flatpack.util.ParserUtils
Returns padding using the specified delimiter repeated to a given length.
parallelStream() - Method in interface net.sf.flatpack.StreamingDataSet
 
parse() - Method in class net.sf.flatpack.AbstractParser
 
parse() - Method in interface net.sf.flatpack.Parser
Start the parsing.
parse(Reader, Parser) - Static method in class net.sf.flatpack.xml.MapParser
New method based on Reader.
parseAsStream() - Method in class net.sf.flatpack.AbstractParser
 
parseAsStream() - Method in interface net.sf.flatpack.Parser
Parse the data and return an interface where one can extract one record at a time, until next returns false;
parseMap(Reader, Parser) - Static method in class net.sf.flatpack.xml.MapParser
New method based on Reader.
Parser - Interface in net.sf.flatpack
PZParser is ready to parse the data and return an object that can then be traversed.
ParserFactory - Interface in net.sf.flatpack
Factory definitions for creating a PZParser (delimiter or fixed length).
ParserUtils - Class in net.sf.flatpack.util
Static utilities that are used to perform parsing in the DataSet class These can also be used for low level parsing, if not wishing to use the DataSet class.
previous() - Method in class net.sf.flatpack.brparse.BuffReaderDataSet
Not Supported!
previous() - Method in interface net.sf.flatpack.DataSet
Moves back to the previous record in the set return true if move was a success, false if not
previous() - Method in class net.sf.flatpack.DefaultDataSet
 
printFooter() - Method in class net.sf.flatpack.writer.DelimiterWriter
 
printFooter() - Method in class net.sf.flatpack.writer.FixedLengthWriter
 
printFooter() - Method in interface net.sf.flatpack.writer.Writer
Export footer
printHeader() - Method in class net.sf.flatpack.writer.DelimiterWriter
 
printHeader() - Method in class net.sf.flatpack.writer.FixedLengthWriter
 
printHeader() - Method in interface net.sf.flatpack.writer.Writer
Export header

R

Record - Interface in net.sf.flatpack
 
RecordDataSet - Interface in net.sf.flatpack
Rather than treating a DataSet as a stateful class whereby we need to extract each column one by one, this interface allows you to extract a record at a time.
remove() - Method in class net.sf.flatpack.brparse.BuffReaderDataSet
Not Supported!
remove() - Method in interface net.sf.flatpack.DataSet
Removes a row from the dataset.
remove() - Method in class net.sf.flatpack.DefaultDataSet
 
repeat(Method) - Method in class net.sf.flatpack.examples.Examples
 
replace(String, String, String, int) - Static method in class net.sf.flatpack.util.ParserUtils
Using a much faster String Replace from Apache!
resolveEntity(String, String) - Method in class net.sf.flatpack.xml.ResolveLocalDTD
 
ResolveLocalDTD - Class in net.sf.flatpack.xml
Resolves a local copy of the DTD instead of having to pull over the internet from the SF site
ResolveLocalDTD() - Constructor for class net.sf.flatpack.xml.ResolveLocalDTD
 
Row - Class in net.sf.flatpack.structure
This holds a collection of columns and their values along with the actual row number they appear in the flat file
Row() - Constructor for class net.sf.flatpack.structure.Row
 
RowRecord - Class in net.sf.flatpack
 
RowRecord(Row, MetaData, boolean, Properties, boolean, boolean, boolean, boolean) - Constructor for class net.sf.flatpack.RowRecord
 
rTrim(String) - Static method in class net.sf.flatpack.util.ParserUtils
Removes empty space from the end of a string
runPzConverter(Properties, String, Class<?>) - Static method in class net.sf.flatpack.util.ParserUtils
Converts a String value to the appropriate Object via the correct net.sf.flatpack.converter.PZConverter implementation

S

setAddSuffixToDuplicateColumnNames(boolean) - Method in class net.sf.flatpack.AbstractParser
 
setAddSuffixToDuplicateColumnNames(boolean) - Method in interface net.sf.flatpack.Parser
 
setColLength(int) - Method in class net.sf.flatpack.structure.ColumnMetaData
Sets the colLength.
setColName(String) - Method in class net.sf.flatpack.structure.ColumnMetaData
Sets the colName.
setCols(List<String>) - Method in class net.sf.flatpack.structure.Row
Set the columns for the row.
setColumnIndexMap(Map) - Method in class net.sf.flatpack.xml.MetaData
 
setColumnName(String) - Method in class net.sf.flatpack.ordering.OrderColumn
 
setColumnNamesCaseSensitive(boolean) - Method in class net.sf.flatpack.AbstractParser
 
setColumnNamesCaseSensitive(boolean) - Method in interface net.sf.flatpack.Parser
Default is false
setColumns(List<ColumnMetaData>, Parser) - Method in class net.sf.flatpack.xml.XMLRecordElement
 
setColumnsNames(List<ColumnMetaData>) - Method in class net.sf.flatpack.xml.MetaData
 
setDataDefinition(String) - Method in class net.sf.flatpack.AbstractParser
 
setDataFileTable(String) - Method in class net.sf.flatpack.AbstractParser
 
setDataFileTable(String) - Method in interface net.sf.flatpack.Parser
Sets the table name that will be used to read the MetaData from the db.
setDataSourceReader(Reader) - Method in class net.sf.flatpack.AbstractParser
 
setDataStructureTable(String) - Method in class net.sf.flatpack.AbstractParser
 
setDataStructureTable(String) - Method in interface net.sf.flatpack.Parser
Sets the table name that will be used to read the MetaData from the db.
setDateFormatPattern(String) - Method in class net.sf.flatpack.ordering.OrderColumn
Format pattern to use to parse dates for sorting.
setDebug(boolean) - Static method in class net.sf.flatpack.xml.MapParser
If set to true, debug information for the map file will be thrown to the console after the parse is finished
setDelimiter(char) - Method in class net.sf.flatpack.AbstractDelimiterParser
 
setElementCount(int) - Method in class net.sf.flatpack.xml.XMLRecordElement
Used to determine the <record> mapping the row belongs to.
setElementNumber(int) - Method in class net.sf.flatpack.xml.XMLRecordElement
 
setEmpty(boolean) - Method in class net.sf.flatpack.structure.Row
When true, all columns in the row are empty
setEndPosition(int) - Method in class net.sf.flatpack.structure.ColumnMetaData
Sets the endPosition.
setEndPositition(int) - Method in class net.sf.flatpack.xml.XMLRecordElement
 
setExcludeFromExportColumns(String[]) - Method in class net.sf.flatpack.excel.ExcelTransformer
The columns names contained in the array will be igored if setExportOnlyColumns() is called.
setExportOnlyColumns(String[]) - Method in class net.sf.flatpack.excel.ExcelTransformer
When set, only columns contained in the String[] will be exported out to Excel.
setFlagEmptyRows(boolean) - Method in class net.sf.flatpack.AbstractParser
 
setFlagEmptyRows(boolean) - Method in interface net.sf.flatpack.Parser
when true, will analyze the row to see if all elements are empty and place a flag on the DataSet indicating if the row is empty.
setHandlingShortLines(boolean) - Method in class net.sf.flatpack.AbstractParser
 
setHandlingShortLines(boolean) - Method in interface net.sf.flatpack.Parser
 
setIgnoreExtraColumns(boolean) - Method in class net.sf.flatpack.AbstractParser
 
setIgnoreExtraColumns(boolean) - Method in interface net.sf.flatpack.Parser
 
setIgnoreFirstRecord(boolean) - Method in class net.sf.flatpack.AbstractDelimiterParser
 
setIgnoreParseWarnings(boolean) - Method in class net.sf.flatpack.AbstractParser
 
setIgnoreParseWarnings(boolean) - Method in interface net.sf.flatpack.Parser
 
setIndicator(String) - Method in class net.sf.flatpack.xml.XMLRecordElement
 
setInitialised(boolean) - Method in class net.sf.flatpack.AbstractParser
 
setLineSeparator(String) - Method in class net.sf.flatpack.writer.WriterOptions
Set the line separator.
setLowerCase() - Method in interface net.sf.flatpack.DataSet
Sets data in the DataSet to lowercase
setLowerCase() - Method in class net.sf.flatpack.DefaultDataSet
Sets data in the DataSet to lowercase
setMdkey(String) - Method in class net.sf.flatpack.structure.Row
 
setMetaData(MetaData) - Method in class net.sf.flatpack.DefaultDataSet
 
setMetaData(MetaData) - Method in class net.sf.flatpack.ordering.OrderBy
 
setNullEmptyStrings(boolean) - Method in class net.sf.flatpack.AbstractParser
 
setNullEmptyStrings(boolean) - Method in interface net.sf.flatpack.Parser
 
setNumericColumns(String[]) - Method in class net.sf.flatpack.excel.ExcelTransformer
Columns contained in this array will be writen as numerics to Excel instead of Text
setParser(Parser) - Method in class net.sf.flatpack.ordering.OrderBy
 
setPointer(int) - Method in class net.sf.flatpack.DefaultDataSet
 
setPreserveLeadingWhitespace(boolean) - Method in class net.sf.flatpack.AbstractParser
 
setPreserveLeadingWhitespace(boolean) - Method in interface net.sf.flatpack.Parser
Defaults to true.
setPreserveTrailingWhitespace(boolean) - Method in class net.sf.flatpack.AbstractParser
 
setPreserveTrailingWhitespace(boolean) - Method in interface net.sf.flatpack.Parser
Defaults to false.
setPZConvertProps(Properties) - Method in interface net.sf.flatpack.DataSet
Sets the properties from the pzconvert.properties file.
setPZConvertProps(Properties) - Method in class net.sf.flatpack.DefaultDataSet
 
setPzMetaData(MetaData) - Method in class net.sf.flatpack.AbstractParser
 
setQualifier(char) - Method in class net.sf.flatpack.AbstractDelimiterParser
 
setRawData(String) - Method in class net.sf.flatpack.structure.Row
Raw data used to create the columns for the row
setReplaceCarriageReturnWith(String) - Method in class net.sf.flatpack.writer.WriterOptions
Set the string to replace the CR with.
setRowNumber(int) - Method in class net.sf.flatpack.structure.Row
Sets the rowNumber.
setSelectedColType(int) - Method in class net.sf.flatpack.ordering.OrderColumn
 
setStartPosition(int) - Method in class net.sf.flatpack.structure.ColumnMetaData
Sets the startPosition.
setStartPosition(int) - Method in class net.sf.flatpack.xml.XMLRecordElement
 
setStoreRawDataToDataError(boolean) - Method in class net.sf.flatpack.AbstractParser
 
setStoreRawDataToDataError(boolean) - Method in interface net.sf.flatpack.Parser
when true, the parser will place the data of the line which failed the parse and place it into the DataError object.
setStoreRawDataToDataSet(boolean) - Method in class net.sf.flatpack.AbstractParser
 
setStoreRawDataToDataSet(boolean) - Method in interface net.sf.flatpack.Parser
WARNING!! Setting this option has potential to cause high memory usage.
setStrictNumericParse(boolean) - Method in interface net.sf.flatpack.DataSet
Setting this to True will parse text as is and throw a NumberFormatException.
setStrictNumericParse(boolean) - Method in class net.sf.flatpack.DefaultDataSet
Setting this to True will parse text as is and throw a NumberFormatException.
setUpperCase() - Method in interface net.sf.flatpack.DataSet
Sets data in the DataSet to uppercase
setUpperCase() - Method in class net.sf.flatpack.DefaultDataSet
Sets data in the DataSet to uppercase
setValue(String, String) - Method in class net.sf.flatpack.brparse.BuffReaderDataSet
Not Supported!
setValue(String, String) - Method in interface net.sf.flatpack.DataSet
Changes the value of the given column only for the given row which the pointer is currently sitting on.
setValue(String, String) - Method in class net.sf.flatpack.DefaultDataSet
 
setValue(int, String) - Method in class net.sf.flatpack.structure.Row
Set the value of a column for a specified column name
shouldCreateMDFromFile() - Method in class net.sf.flatpack.AbstractDelimiterParser
 
shouldCreateMDFromFile() - Method in class net.sf.flatpack.brparse.DBBuffReaderDelimParser
 
shouldCreateMDFromFile() - Method in class net.sf.flatpack.brparse.DBBuffReaderFixedParser
 
shouldCreateMDFromFile() - Method in class net.sf.flatpack.DBDelimiterParser
 
shouldCreateMDFromFile() - Method in class net.sf.flatpack.DelimiterParser
 
spliterator() - Method in interface net.sf.flatpack.StreamingDataSet
 
splitFixedText(List<ColumnMetaData>, String, boolean, boolean) - Static method in class net.sf.flatpack.util.FixedWidthParserUtils
Splits up a fixed width line of text
splitLine(String, char, char, int, boolean, boolean) - Static method in class net.sf.flatpack.util.ParserUtils
Returns an ArrayList of items in a delimited string.
SPLITLINE_SIZE_INIT - Static variable in class net.sf.flatpack.util.FPConstants
 
stream() - Method in class net.sf.flatpack.AbstractParser
 
stream() - Method in interface net.sf.flatpack.Parser
Parse the data and return a stream or records;
stream() - Method in interface net.sf.flatpack.StreamingDataSet
 
StreamingDataSet - Interface in net.sf.flatpack
New with jdk8, define stream() methods.
StreamingRecord - Class in net.sf.flatpack
 
StreamingRecord(DataSet) - Constructor for class net.sf.flatpack.StreamingRecord
 
stripNonDoubleChars(String) - Static method in class net.sf.flatpack.util.ParserUtils
Removes chars from the String that could not be parsed into a Double value
stripNonLongChars(String) - Static method in class net.sf.flatpack.util.ParserUtils
Removes chars from the String that could not be parsed into a Long value PZStringUtils.stripNonLongChars("1000.25") = "1000" Method will truncate everything to the right of the decimal place when encountered.

T

tearDown() - Method in class net.sf.flatpack.examples.Examples
 
toString() - Method in class net.sf.flatpack.DataError
 
toString() - Method in class net.sf.flatpack.DefaultDataSet
 
toString() - Method in class net.sf.flatpack.structure.ColumnMetaData
 
toString() - Method in class net.sf.flatpack.xml.MetaData
 

V

validateColumnTitle(String) - Method in class net.sf.flatpack.writer.AbstractWriter
Subclasses must implement this method to perform validation of columnTitle.
validateColumnTitle(String) - Method in class net.sf.flatpack.writer.DelimiterWriter
 
validateColumnTitle(String) - Method in class net.sf.flatpack.writer.FixedLengthWriter
 

W

write(Object) - Method in class net.sf.flatpack.writer.AbstractWriter
 
write(char) - Method in class net.sf.flatpack.writer.AbstractWriter
 
write(char[]) - Method in class net.sf.flatpack.writer.AbstractWriter
 
write(Object) - Method in class net.sf.flatpack.writer.DelimiterWriter
 
writeColumnTitles() - Method in class net.sf.flatpack.writer.DelimiterWriter
 
writeExcelFile() - Method in class net.sf.flatpack.excel.ExcelTransformer
Writes the Excel file to disk
Writer - Interface in net.sf.flatpack.writer
 
WriterFactory - Interface in net.sf.flatpack.writer
 
WriterOptions - Class in net.sf.flatpack.writer
Defines options for various Writer behaviours
WriterOptions() - Constructor for class net.sf.flatpack.writer.WriterOptions
 
writeRow() - Method in class net.sf.flatpack.writer.DelimiterWriter
 
writeWithDelimiter(Object) - Method in class net.sf.flatpack.writer.DelimiterWriter
 

X

XMLRecordElement - Class in net.sf.flatpack.xml
 
XMLRecordElement() - Constructor for class net.sf.flatpack.xml.XMLRecordElement
 
xmlRecordIterator() - Method in class net.sf.flatpack.xml.MetaData
 
A B C D E F G I L M N O P R S T V W X 
Skip navigation links

Copyright © 2006–2021 Appendium - Portfolio Financing Platform. All rights reserved.