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

An IoSession for the sub file stream.
Наследование: GSF.IO.Unmanaged.BinaryStreamIoSessionBase
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

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

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

Sets the current usage of the BinaryStreamIoSessionBase to null.

ClearIndexCache ( IndexParser mostRecentParser ) : void
GetBlock ( BlockArguments args ) : void
IoSession ( SubFileStream stream ) : System

Защищенные методы

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

Releases the unmanaged resources used by the IoSession object and optionally releases the managed resources.

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

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

Sets the current usage of the BinaryStreamIoSessionBase to null.
public Clear ( ) : void
Результат void

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

public ClearIndexCache ( IndexParser mostRecentParser ) : void
mostRecentParser IndexParser
Результат void

Dispose() защищенный Метод

Releases the unmanaged resources used by the IoSession object and optionally releases the managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
Результат void

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

public GetBlock ( BlockArguments args ) : void
args GSF.IO.Unmanaged.BlockArguments
Результат void

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

public IoSession ( SubFileStream stream ) : System
stream SubFileStream
Результат System