This package provides methods to manage the primitive storage component of storage data abstraction.

The primitive storage uses chunks to distribute the data in several sources (devices and file systems), a chunk is a part of the secundary storage, Secundary storage is organized using files, so a chunk is a file or a part of a file.

Primitive storage provides basic I/O instructions for pages and controls a buffer in memory to improve the performance of these instructions.

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