C# Class Methods.ExpressionHash.CountingStream

A stream of 32 bit integers starting at 0 and counting to a given length.
Inheritance: IntStream
显示文件 Open project: Strilanc/Methods

Public Methods

Method Description
CountingStream ( int length ) : System
Read ( int buffer ) : int

Method Details

CountingStream() public method

public CountingStream ( int length ) : System
length int
return System

Read() public method

public Read ( int buffer ) : int
buffer int
return int