Class BlockedDataFile

java.lang.Object
com.semedy.reasoner.edb.persistentstore.bplustree.DataFileImp
com.semedy.reasoner.edb.persistentstore.bplustree.BlockedDataFile
All Implemented Interfaces:
DataFile, Closeable, AutoCloseable

public class BlockedDataFile extends DataFileImp
Manages space in a file. Writes and reads blockwise.
file address is padded and left shifted
leftshift bytes are used to address inside a block.
New data is always appended to file.
Author:
angele