C# 클래스 Rebel.Framework.StreamExtensions

파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

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

Will ensure that all bytes are read from the stream regardless of where it's coming from, this will NOT close the stream, the caller must do that

See: http://stackoverflow.com/questions/221925/creating-a-byte-array-from-a-stream

메소드 상세

ReadAllBytes() 공개 정적인 메소드

Will ensure that all bytes are read from the stream regardless of where it's coming from, this will NOT close the stream, the caller must do that
See: http://stackoverflow.com/questions/221925/creating-a-byte-array-from-a-stream
public static ReadAllBytes ( this input ) : byte[]
input this
리턴 byte[]