C# Class 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.
Inheritance: SourceBase
Afficher le fichier Open project: 51Degrees/dotNET-Device-Detection

Méthodes publiques

Méthode Description
SourceMemory ( byte buffer ) : System

Creates the source from the byte array provided.

Méthodes protégées

Méthode Description
CreateStream ( ) : Stream

Creates a new stream from the data source.

Method Details

CreateStream() protected méthode

Creates a new stream from the data source.
protected CreateStream ( ) : Stream
Résultat System.IO.Stream

SourceMemory() public méthode

Creates the source from the byte array provided.
public SourceMemory ( byte buffer ) : System
buffer byte Byte array source of the data
Résultat System