Package com.partnersoft.v3x.io.formats.record

Class Summary
DataRecordSource2NamedObjectDump Converts a DataRecordSource NamedObjectDump indexed on one of the source fields.
FixedRecordDelimitedFieldDataRecordSource A DataRecordSource that returns results from a stream of (mostly) ASCII data that is arranged in fixed-width, non-delimited records, but whose fields are delimited in some fashion (and possibly padded with whitespace too you bet).
StreamingDataRecordSource Abstract superclass for DataRecordSources that return results from some sort of file or URL stream.