Contains classes for Palcom IO to Storage.

Package Specification

The Palcom IO package provides an abstraction for Java programs that make the use of regular Java and Palcom IO transparent. In its current implementation three classes has been defined: {@link ist.palcom.storage.pio.StorageOutputStream} {@link ist.palcom.storage.pio.StorageInputStream} extends the basic InputStream and OutputStream classes. To handle random access storage {@link ist.palcom.storage.pio.StorageAccessStream} provides also the methods: seek, position and available.

@see ist.palcom.storage.persistent @see ist.palcom.storage.tags @see ist.palcom.storage.pfs