C# Class GSF.IO.FileStructure.Media.BufferedFile.IoSession

The BinaryStreamIoSessionBase utilized by the BufferedFile.
Inheritance: PageReplacementAlgorithm.PageLock
Show file Open project: GridProtectionAlliance/openHistorian

Public Methods

Method Description
GetBlock ( BlockArguments args ) : void

Gets a block for the following Io session.

Private Methods

Method Description
IoSession ( BufferedFile stream, PageReplacementAlgorithm pageReplacement ) : System

Creates a new IoSession

Method Details

GetBlock() public method

Gets a block for the following Io session.
public GetBlock ( BlockArguments args ) : void
args GSF.IO.Unmanaged.BlockArguments the to use to read and write to a block
return void