C# Класс FiftyOne.Foundation.Mobile.Detection.Readers.SourceBase

Providers the base for a data source containing the uncompressed data structures used by the data set.
Must be disposed to ensure that the readers are closed and any resources free for other uses. Not intended to be used directly by 3rd parties.
Наследование: IDisposable
Показать файл Открыть проект

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

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

Releases the reference to memory and forces garbage collection.

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

Метод Описание
CreateStream ( ) : Stream

Creates a new stream from the data source.

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

Метод Описание
CreateReader ( ) : Reader

Creates a new reader and stores a reference to it.

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

CreateStream() защищенный абстрактный Метод

Creates a new stream from the data source.
protected abstract CreateStream ( ) : Stream
Результат System.IO.Stream

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

Releases the reference to memory and forces garbage collection.
public Dispose ( ) : void
Результат void