Package gov.nih.nci.caarray.services.fileparse2.parsers

Interface Summary
LocalDynaBean An equivalent of common-beanutils's DynaBean with extra support to get the property's value as String, Double, or Long.
 

Class Summary
AppendInputStream This InputStream appends 2 inputStreams together like JSDK's SequenceInputStream but also supports mark() and reset().
ArrayDesignDataSetMapper  
ArrayDesignDataTableMap  
ArrayDesignDelimitedFileParser  
BaseMicroarrayFileHeaderParser  
BaseMicroarrayFileParser  
DataHeaderMap This class represents the mappings of a data file's header names to their values.
DataSet This class represents all the data that is structured according to the DataHeaderMap and DataTableMap.
DataSetMapper This class glues the mappings of headers and data table for a data file structured as a simple list of header records and data rows to the file's and file header's parsers.
DataTable  
DataTableMap  
DelimitedFileReader  
DelimitedFileWriter  
DesignElementColumnsMap  
HybridizationDataTableMap  
HybridizationDelimitedFileParser  
LocalDynaBeanImpl An equivalent of common-beanutils's BasicDynaBean with extra support to get the property's value as String, Double, or Long.
LocalDynaBeanWrapper An equivalent of common-beanutils's BasicDynaBean with extra support to get the property's value as String, Double, or Long.
MicroarrayDelimitedFileParser  
MicroarrayTextFileHeaderParser  
ParserUtils  
QuantitationTypeColumnsMap  
SequenceInputFile