|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.jmonks.batch.io | |
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. |
Classes in org.jmonks.batch.io used by org.jmonks.batch.io | |
FieldSpec
FieldSpec represents the <field-spec> element in file spec. |
|
FileReader
FileReader reads the specified file based on the given file spec and returns the data in the form of ReaderRecord's to read the required values referring the field names. |
|
FileSpec
FileSpec represents the file contains specification (spec for short) of any file to read or write using this package. |
|
FileType
FileType defines different kinds of file formats this package supports for reading and writing. |
|
FileWriter
FileWriter writes the specified file based on the given file spec with the data written in the form of WriterRecord's. |
|
ReaderRecord
ReaderRecord provides the methods to read the values of the fields from a record. |
|
Record
Record represents the map of field names and values based on the record spec defined in the file spec. |
|
RecordSpec
RecordSpec represents the <record-spec> element in file spec. |
|
RecordType
RecordType defines the different kind of records can be available in a file. |
|
WriterRecord
WriterRecord provides the methods to write the values of the fields into the record. |
Classes in org.jmonks.batch.io used by org.jmonks.batch.io.flat | |
FieldSpec
FieldSpec represents the <field-spec> element in file spec. |
|
FileReader
FileReader reads the specified file based on the given file spec and returns the data in the form of ReaderRecord's to read the required values referring the field names. |
|
FileSpec
FileSpec represents the file contains specification (spec for short) of any file to read or write using this package. |
|
FileWriter
FileWriter writes the specified file based on the given file spec with the data written in the form of WriterRecord's. |
|
ReaderRecord
ReaderRecord provides the methods to read the values of the fields from a record. |
|
Record
Record represents the map of field names and values based on the record spec defined in the file spec. |
|
RecordSpec
RecordSpec represents the <record-spec> element in file spec. |
|
RecordType
RecordType defines the different kind of records can be available in a file. |
|
WriterRecord
WriterRecord provides the methods to write the values of the fields into the record. |
Classes in org.jmonks.batch.io used by org.jmonks.batch.io.xml | |
FileReader
FileReader reads the specified file based on the given file spec and returns the data in the form of ReaderRecord's to read the required values referring the field names. |
|
FileSpec
FileSpec represents the file contains specification (spec for short) of any file to read or write using this package. |
|
FileWriter
FileWriter writes the specified file based on the given file spec with the data written in the form of WriterRecord's. |
|
ReaderRecord
ReaderRecord provides the methods to read the values of the fields from a record. |
|
Record
Record represents the map of field names and values based on the record spec defined in the file spec. |
|
RecordSpec
RecordSpec represents the <record-spec> element in file spec. |
|
RecordType
RecordType defines the different kind of records can be available in a file. |
|
WriterRecord
WriterRecord provides the methods to write the values of the fields into the record. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |