C# 클래스 ScrewTurn.Wiki.Plugins.SqlCommon.Tools

Implements tools.
파일 보기 프로젝트 열기: mono/ScrewTurnWiki

공개 메소드들

메소드 설명
ReadStream ( Stream stream, byte &buffer, int maxSize ) : int

Reads the contents of a T:Stream in a byte array, beginning at the current position through the end.

메소드 상세

ReadStream() 공개 정적인 메소드

Reads the contents of a T:Stream in a byte array, beginning at the current position through the end.
public static ReadStream ( Stream stream, byte &buffer, int maxSize ) : int
stream Stream The .
buffer byte The output byte array (allocated by the method).
maxSize int The max size to read.
리턴 int