C# Class Methods.ExpressionHash.RepeatStream

A stream of the same 32 bit integer repeated a given number of times.
Inheritance: IntStream
ファイルを表示 Open project: Strilanc/Methods

Public Methods

Method Description
Read ( int buffer ) : int
RepeatStream ( int value, int length ) : System

Method Details

Read() public method

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

RepeatStream() public method

public RepeatStream ( int value, int length ) : System
value int
length int
return System