C# Class FiftyOne.Foundation.Mobile.Detection.Readers.Reader

Used to provide extra features to the standard binary reader to reduce the number of objects created for garbage collection to handle.
Inheritance: System.IO.BinaryReader
ファイルを表示 Open project: 51Degrees/dotNET-Device-Detection Class Usage Examples

Public Methods

Method Description
Reader ( Stream stream ) : System.Collections.Generic

Constructs a new instance of reader from the stream.

Method Details

Reader() public method

Constructs a new instance of reader from the stream.
public Reader ( Stream stream ) : System.Collections.Generic
stream Stream
return System.Collections.Generic