This package contains classes and interfaces that make it possible to access and use the palcom storage in a unified way regardless of underlying hardware. Most central here is the Storage interface {@link ist.palcom.storage.pfs.Storage} and the abstract class {@link ist.palcom.storage.pfs.AbstractStorage} that defines the minimal implementation of a Palcom file system, i.e. open, close, read, write. However implementations could extends this to also more advanced filesystem functions, such as structured trees and random acess. In the current implementation it is possible to run the PFS on a ram-drive {@link ist.palcom.storage.pfs.ByteStorage}, regular posix filesystem {@link ist.palcom.storage.pfs.FileStorage}, as well as on a flash-memory (FlashStorage - forthcomming).
@see ist.palcom.storage.persistent @see ist.palcom.storage.tags @see ist.palcom.storage.pio