C# 클래스 com.openrest.v1_1.StreamUtils

파일 보기 프로젝트 열기: wix/openrest4net

공개 메소드들

메소드 설명
ReadFully ( Stream stream, int initialLength ) : byte[]

Reads data from a stream until the end is reached. The data is returned as a byte array. An IOException is thrown if any of the underlying IO calls fail.

비공개 메소드들

메소드 설명
StreamUtils ( ) : System

메소드 상세

ReadFully() 공개 정적인 메소드

Reads data from a stream until the end is reached. The data is returned as a byte array. An IOException is thrown if any of the underlying IO calls fail.
public static ReadFully ( Stream stream, int initialLength ) : byte[]
stream Stream The stream to read data from
initialLength int The initial buffer length
리턴 byte[]