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

Encapsulates a byte array containing the uncompressed data structures used by the data set.
Not intended to be used directly by 3rd parties.
Наследование: SourceBase
Показать файл Открыть проект

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

Метод Описание
SourceMemory ( byte buffer ) : System

Creates the source from the byte array provided.

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

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

Creates a new stream from the data source.

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

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

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

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

Creates the source from the byte array provided.
public SourceMemory ( byte buffer ) : System
buffer byte Byte array source of the data
Результат System