C# Class Methods.ExpressionHash.IntStream

A stream of 32 bit integers.
Afficher le fichier Open project: Strilanc/Methods Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat int