C# Класс Methods.ExpressionHash.IntStream

A stream of 32 bit integers.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Read ( int buffer ) : int

Streams data into the given buffer, starting at offset 0, until there is no more data or no more room. Returns the number of values written to the buffer. Returning 0 indicates the end of the stream.

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

Read() публичный абстрактный Метод

Streams data into the given buffer, starting at offset 0, until there is no more data or no more room. Returns the number of values written to the buffer. Returning 0 indicates the end of the stream.
public abstract Read ( int buffer ) : int
buffer int
Результат int