Package ist.palcom.storage.persistent

Contains classes for for handling persistent storage.

See:
          Description

Interface Summary
Persistent A simple interface for building persistent objects on platforms where serialization is not available.
 

Class Summary
PersistentStore  
 

Package ist.palcom.storage.persistent Description

Contains classes for for handling persistent storage.

Package Specification

This package contains a class for handling persistent storage Persistent The interface Persistent provides here functions to write / read objects to a Storage even if serialization is not available. In addition the class PersistentStore provide an simple example of an data abstraction that use the Palcom storage and Persitent interface.

See Also:
ist.palcom.storage.pfs, ist.palcom.storage.tags, ist.palcom.storage.pio