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
Afficher le fichier Open project: 51Degrees/dotNET-Device-Detection Class Usage Examples

Méthodes publiques

Méthode Description
Reader ( Stream stream ) : System.Collections.Generic

Constructs a new instance of reader from the stream.

Method Details

Reader() public méthode

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