|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Record | |
org.jmonks.batch.io | Defines API for the clients to read records from the file and write records into the file. |
org.jmonks.batch.io.flat | Flat file implementation for the IO API. |
org.jmonks.batch.io.xml | XML file implementation for the IO API. |
Uses of Record in org.jmonks.batch.io |
Subclasses of Record in org.jmonks.batch.io | |
class |
ReaderRecord
ReaderRecord provides the methods to read the values of the fields from a record. |
class |
WriterRecord
WriterRecord provides the methods to write the values of the fields into the record. |
Uses of Record in org.jmonks.batch.io.flat |
Subclasses of Record in org.jmonks.batch.io.flat | |
class |
FlatFileReader.FlatFileReaderRecord
FixedWidthFlatFileReaderRecord implements ReaderRecord by maintaing the field names and values as a map and provides the methods with proper access privileges to read into and write from the record. |
class |
FlatFileWriter.FlatFileWriterRecord
FixedWidthFlatFileWriterRecord implements WriterRecord by maintaing the field names and values as a map and provides the methods with proper access privileges to read into and write from the record. |
Uses of Record in org.jmonks.batch.io.xml |
Subclasses of Record in org.jmonks.batch.io.xml | |
class |
XMLFileReader.XMLReaderRecord
XMLReaderRecord implements ReaderRecord by maintaing the field names and values as a map and provides the methods with proper access privileges to read into and write from the record. |
class |
XMLFileWriter.XMLWriterRecord
XMLWriterRecord implements WriterRecord by maintaing the field names and values as a map and provides the methods with proper access privileges to read into and write from the record. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |