C# Class Methods.ExpressionHash.IntStream

A stream of 32 bit integers.
显示文件 Open project: Strilanc/Methods Class Usage Examples

Public Methods

Method Description
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.

Method Details

Read() public abstract method

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
return int