|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jmonks.batch.io.Record
Record represents the map of field names and values based on the record spec
defined in the file spec. ReaderRecord and WriterRecord classes provide
the methods to read and write the values to this record object for the
FileReader and FileWriter consequently.
TODO :: Based on the memory statistics on handling huge files introduces a method to
remove the data from the records, once they have been used.
Constructor Summary | |
protected |
Record(RecordType recordType)
Creates the record by accepting the record type. |
Method Summary | |
RecordType |
getRecordType()
Gets the record type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected Record(RecordType recordType)
recordType
- Type of the record.Method Detail |
public RecordType getRecordType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |