Classes
filestorage.h File Reference
#include <qfile.h>
#include <assert.h>
#include "store.h"

Go to the source code of this file.

Classes

class  FileStorage
 Store implementation based on a file. Writing is linear, after that the file is re-opened for reading. Reading is random (seek+read). More...