C# 클래스 Codaxy.Common.IO.StreamUtil

파일 보기 프로젝트 열기: codaxy/common

공개 메소드들

메소드 설명
Copy ( Stream input, Stream output ) : void
CopyFrom ( this output, Stream input ) : void
CopyFromFile ( this output, String inputFilePath ) : void
CopyTo ( this input, Stream output ) : void
ReadToEnd ( this input ) : byte[]

메소드 상세

Copy() 공개 정적인 메소드

public static Copy ( Stream input, Stream output ) : void
input Stream
output Stream
리턴 void

CopyFrom() 공개 정적인 메소드

public static CopyFrom ( this output, Stream input ) : void
output this
input Stream
리턴 void

CopyFromFile() 공개 정적인 메소드

public static CopyFromFile ( this output, String inputFilePath ) : void
output this
inputFilePath String
리턴 void

CopyTo() 공개 정적인 메소드

public static CopyTo ( this input, Stream output ) : void
input this
output Stream
리턴 void

ReadToEnd() 공개 정적인 메소드

public static ReadToEnd ( this input ) : byte[]
input this
리턴 byte[]