C# 클래스 Phun.Extensions.StreamExtensions

Stream extensions class.
파일 보기 프로젝트 열기: noogen/phuncms

공개 메소드들

메소드 설명
ReadAll ( this input ) : byte[]

Reads all bytes.

메소드 상세

ReadAll() 공개 정적인 메소드

Reads all bytes.
public static ReadAll ( this input ) : byte[]
input this The input.
리턴 byte[]