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

공개 메소드들

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