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
Datei anzeigen Open project: 51Degrees/dotNET-Device-Detection

Public Methods

Method Description
SourceMemory ( byte buffer ) : System

Creates the source from the byte array provided.

Protected Methods

Method Description
CreateStream ( ) : Stream

Creates a new stream from the data source.

Method Details

CreateStream() protected method

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

SourceMemory() public method

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