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
Показать файл Открыть проект Примеры использования класса

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