C# Class GSF.IO.FileStructure.SimplifiedSubFileStream

Provides a file stream that can be used to open a file and does all of the background work required to translate virtual position data into physical ones.
Inheritance: ISupportsBinaryStream
Datei anzeigen Open project: GridProtectionAlliance/openHistorian Class Usage Examples

Private Properties

Property Type Description
ISupportsBinaryStream GSF.IO.Unmanaged.BinaryStreamIoSessionBase
SimplifiedSubFileStream System

Public Methods

Method Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Private Methods

Method Description
ISupportsBinaryStream ( ) : BinaryStreamIoSessionBase

Aquire an IO Session.

SimplifiedSubFileStream ( FileStream stream, SubFileHeader subFile, FileHeaderBlock fileHeaderBlock ) : System

Creates an SimplifiedSubFileStream

Method Details

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void