C# Класс GSF.IO.FileStructure.SubFileStream

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

Свойство Тип Описание
ClearIndexNodeCache void
ISupportsBinaryStream GSF.IO.Unmanaged.BinaryStreamIoSessionBase
SubFileStream System

Открытые методы

Метод Описание
Dispose ( ) : void

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

Приватные методы

Метод Описание
ClearIndexNodeCache ( IoSession caller, IndexParser mostRecentParser ) : void
ISupportsBinaryStream ( ) : BinaryStreamIoSessionBase

Aquire an IO Session.

SubFileStream ( DiskIo dataReader, SubFileHeader subFile, FileHeaderBlock fileHeaderBlock, bool isReadOnly ) : System

Creates an SubFileStream

Описание методов

Dispose() публичный Метод

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Результат void