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