C# Класс 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.
Наследование: System.IO.BinaryReader
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Reader ( Stream stream ) : System.Collections.Generic

Constructs a new instance of reader from the stream.

Описание методов

Reader() публичный Метод

Constructs a new instance of reader from the stream.
public Reader ( Stream stream ) : System.Collections.Generic
stream Stream
Результат System.Collections.Generic