Package com.azalient.api.file.record

This package provides abstract template classes for creating data records, and utility classes for processing those records

See:
          Description

Class Summary
AbstractRecordR An abstract implementation of the RecordRW interface, requiring only the set() method to be implemented

For more detail see the RecordR and RecordW interfaces
AbstractRecordRW An abstract implementation of the RecordRW interface, requiring only the set() and get() methods to be implemented

For more detail see the RecordR and RecordW interfaces
AbstractRecordW An abstract implementation of the RecordW interface, requiring only get() method to be implemented
AbstractStoreRecordFixedName An abstract implementation of a record with a fixed name that never changes, either by user intervention or by a change of name of the owning object
AbstractStoreRecordIndirectName An abstract implementation of the RecordRW interface, creating a read-write record whose name is derived indirectly, often from other objects.
AbstractStoreRecordRenamable Not all records can be renamed, but records of this type can be.
AbstractStoreRecordRenamableNumeric  
ReaderUtilities This class is now empty, but is still in the hierarchy
TypeObject All the methods in this class are static, but including it at the base of the class hierarchy allows us to use the methods without referencing a static class.
 

Exception Summary
UnmatchedDataException  
 

Package com.azalient.api.file.record Description

This package provides abstract template classes for creating data records, and utility classes for processing those records