C# Class Methods.ExpressionHash.CountingStream

A stream of 32 bit integers starting at 0 and counting to a given length.
Inheritance: IntStream
Afficher le fichier Open project: Strilanc/Methods

Méthodes publiques

Méthode Description
CountingStream ( int length ) : System
Read ( int buffer ) : int

Method Details

CountingStream() public méthode

public CountingStream ( int length ) : System
length int
Résultat System

Read() public méthode

public Read ( int buffer ) : int
buffer int
Résultat int