C# 클래스 ElmahFiddler.StreamExtensions

파일 보기 프로젝트 열기: mausch/ElmahFiddler

공개 메소드들

메소드 설명
CopyTo ( this source, Stream destination ) : void
CopyTo ( this source, Stream destination, int bufferSize ) : void
ReadAll ( this stream ) : byte[]

Fully reads a Stream

비공개 메소드들

메소드 설명
InternalCopyTo ( this source, Stream destination, int bufferSize ) : void

메소드 상세

CopyTo() 공개 정적인 메소드

public static CopyTo ( this source, Stream destination ) : void
source this
destination Stream
리턴 void

CopyTo() 공개 정적인 메소드

public static CopyTo ( this source, Stream destination, int bufferSize ) : void
source this
destination Stream
bufferSize int
리턴 void

ReadAll() 공개 정적인 메소드

Fully reads a Stream
public static ReadAll ( this stream ) : byte[]
stream this
리턴 byte[]