C# 클래스 Methods.ExpressionHash.CountingStream

A stream of 32 bit integers starting at 0 and counting to a given length.
상속: IntStream
파일 보기 프로젝트 열기: Strilanc/Methods

공개 메소드들

메소드 설명
CountingStream ( int length ) : System
Read ( int buffer ) : int

메소드 상세

CountingStream() 공개 메소드

public CountingStream ( int length ) : System
length int
리턴 System

Read() 공개 메소드

public Read ( int buffer ) : int
buffer int
리턴 int