C# 클래스 Methods.ExpressionHash.IntStream

A stream of 32 bit integers.
파일 보기 프로젝트 열기: Strilanc/Methods 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

Read() 공개 추상적인 메소드

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
리턴 int