C# 클래스 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.
상속: ISupportsBinaryStream
파일 보기 프로젝트 열기: GridProtectionAlliance/openHistorian 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ISupportsBinaryStream GSF.IO.Unmanaged.BinaryStreamIoSessionBase
SimplifiedSubFileStream System

공개 메소드들

메소드 설명
Dispose ( ) : void

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

비공개 메소드들

메소드 설명
ISupportsBinaryStream ( ) : BinaryStreamIoSessionBase

Aquire an IO Session.

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

Creates an SimplifiedSubFileStream

메소드 상세

Dispose() 공개 메소드

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