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
파일 보기 프로젝트 열기: 51Degrees/dotNET-Device-Detection

공개 메소드들

메소드 설명
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