C# 클래스 ServiceInsight.ExtensionMethods.StreamHelper

파일 보기 프로젝트 열기: Particular/ServiceInsight

공개 메소드들

메소드 설명
GetAsBytes ( this stream ) : byte[]
GetAsStream ( this someString ) : Stream
GetAsString ( this stream ) : string

메소드 상세

GetAsBytes() 공개 정적인 메소드

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

GetAsStream() 공개 정적인 메소드

public static GetAsStream ( this someString ) : Stream
someString this
리턴 System.IO.Stream

GetAsString() 공개 정적인 메소드

public static GetAsString ( this stream ) : string
stream this
리턴 string