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

Méthodes publiques

Méthode Description
Dispose ( ) : void

Releases the reference to memory and forces garbage collection.

Méthodes protégées

Méthode Description
CreateStream ( ) : Stream

Creates a new stream from the data source.

Private Methods

Méthode Description
CreateReader ( ) : Reader

Creates a new reader and stores a reference to it.

Method Details

CreateStream() protected abstract méthode

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

Dispose() public méthode

Releases the reference to memory and forces garbage collection.
public Dispose ( ) : void
Résultat void