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

Public Methods

Method Description
Dispose ( ) : void

Releases the reference to memory and forces garbage collection.

Protected Methods

Method Description
CreateStream ( ) : Stream

Creates a new stream from the data source.

Private Methods

Method Description
CreateReader ( ) : Reader

Creates a new reader and stores a reference to it.

Method Details

CreateStream() protected abstract method

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

Dispose() public method

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