Package storage.intermediateStorage

This package provides methods to manage the intermediate storage component of storage data abstraction, this is build over the primitive storage component.

See:
          Description

Class Summary
IntermediateStorageManager This class is used to manage the operatios of the intermediate storage component.
 

Exception Summary
IntermediateStorageException This class and its subclasses are used to indicate errors in the intermediate storage component.
InvalidPageOffsetException Thrown when trying to use a page offset which is out of the page.
OutOfPageException Thrown when trying to retrive more information that the page has.
 

Package storage.intermediateStorage Description

This package provides methods to manage the intermediate storage component of storage data abstraction, this is build over the primitive storage component.

The intermediate storage component provides a higer level I/O instructions than primitive storage. This instructuion includes partial page's reading or writing, and the straction of bits or other types in one page. The intermediate storage coponent also has a little buffer to incremet the proficience of massive I/O instructions in the same page.

Author:
Egar Arturo García Cárdenas
eagc@fciencias.unam.mx