Package dk.vajhoej.isam

Library for accessing ISAM files.

See:
          Description

Interface Summary
IsamResult<T> Interface IsamResult represents the result from a find operation.
IsamSource Interface IsamSource represents an ISAM source.
 

Class Summary
Key<T> Class Key represent a key in the ISAM file.
Key0<T> Class Key0 represent a key with index 0 in the ISAM file.
Key1<T> Class Key1 represent a key with index 1 in the ISAM file.
Key2<T> Class Key2 represent a key with index 2 in the ISAM file.
KeyInfo Class FieldInfo contains information about a ISAM key field needed for access.
KeyInfoArrayCache Class KeyInfoArrayCache caches KeyInfo array objects in a singleton cache.
Util Utility class to find all matching records.
 

Exception Summary
IsamException Class IsamException encapsulates exceptions related to ISAM processing.
 

Annotation Types Summary
KeyField Annotation for key fields.
 

Package dk.vajhoej.isam Description

Library for accessing ISAM files.