Uses of Class
io.github.ajevans.dbcode.filesuppliers.ParseFailedException
| Package | Description |
|---|---|
| io.github.ajevans.dbcode.filesuppliers |
Provides the classes for parsing different
data file types.
|
-
Uses of ParseFailedException in io.github.ajevans.dbcode.filesuppliers
Methods in io.github.ajevans.dbcode.filesuppliers that throw ParseFailedException Modifier and Type Method Description voidCruTs2pt1Supplier. connectSource(int index)Deprecated.Connects to a record holder (e.g.voidCruTs2pt1Supplier. disconnectSource()Deprecated.Disconnects from current source and any file.private ArrayList<IRecord>CruTs2pt1Supplier. getParsedDataBlockAsRows(Table table)Deprecated.Reads a data block and turns it into records.voidCruTs2pt1Supplier. initialise()Deprecated.Sets up the data supplier ready to read data.private voidCruTs2pt1Supplier. parseHeader(int index)Deprecated.Parses the header of the data source.voidCruTs2pt1Supplier. pushData()Deprecated.Pushes data to consumers registered as data listeners.voidCruTs2pt1Supplier. readData()Deprecated.Fills the dataset with data.private ArrayList<String>CruTs2pt1Supplier. readLines(int numberOfLines)Deprecated.Reads a set of lines and returns them as an unparsed ArrayList of Strings.voidCruTs2pt1Supplier. readTable(Table table)Deprecated.Fills a table with data.voidCruTs2pt1Supplier. setRecordHolderNames(ArrayList<String> recordHolderNames)Deprecated.Sets the names of files to read.voidCruTs2pt1Supplier. setSource(File source)Deprecated.Connect to aFile.