C# 클래스 System.IO.StreamExtensions

파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

공개 메소드들

메소드 설명
CopyTo ( this source, Stream destination ) : void
CopyTo ( this source, Stream destination, long start, long length, Action chunkAction ) : void
ToArray ( this stream ) : byte[]
ToStream ( this body ) : Stream

메소드 상세

CopyTo() 공개 정적인 메소드

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

CopyTo() 공개 정적인 메소드

public static CopyTo ( this source, Stream destination, long start, long length, Action chunkAction ) : void
source this
destination Stream
start long
length long
chunkAction Action
리턴 void

ToArray() 공개 정적인 메소드

public static ToArray ( this stream ) : byte[]
stream this
리턴 byte[]

ToStream() 공개 정적인 메소드

public static ToStream ( this body ) : Stream
body this
리턴 Stream