C# (CSharp) GSF.IO.FileStructure.Media BufferedFile - 6 примеров найдено. Это лучшие примеры C# (CSharp) кода для GSF.IO.FileStructure.Media.BufferedFile, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
A buffered file stream utilizes the MemoryPool to intellectually cache the contents of files.
This class is a special purpose class that can only be used for the TransactionalFileStructure and can not buffer general purpose file. The cache algorithm is a least recently used algorithm. This is accomplised by incrementing a counter every time a page is accessed and dividing by 2 every time a collection occurs from the MemoryPool.