Package neustore.base

Interface Summary
Data Interface for the data part of a record.
Key Interface for the key part of a record.
 

Class Summary
ByteArray A class that provides basic read/write operators on a byte array.
DBBuffer Abstract base class for a buffer manager.
DBBufferReturnElement A buffered page as return result to DBBuffer.readPage(java.io.RandomAccessFile, int).
DBIndex Abstract base class for a disk-based, paginated and buffered index.
DBPage Abstract base class for a memory-version disk page.
IntKey An integer key.
LRUBuffer The LRU buffer.
StringData A class that stores a variable-length String.