You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

This class is used to handle the interaction with the underlying fileSystem. Data are appended into this class, and eventually flushed on disk.

In order to speedup this oeration, we temporarilly store the data in a circular buffer which is perdiodically flushed on a physical file.

  • No labels