C# 클래스 iQQ.Net.WebQQCore.Util.Extensions.StreamExtensions

파일 보기 프로젝트 열기: huoshan12345/iQQ.Net

공개 메소드들

메소드 설명
ToBytes ( this stream ) : byte[]
ToStream ( this bytes ) : Stream
ToString ( this stream, Encoding encoding = null ) : string

메소드 상세

ToBytes() 공개 정적인 메소드

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

ToStream() 공개 정적인 메소드

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

ToString() 공개 정적인 메소드

public static ToString ( this stream, Encoding encoding = null ) : string
stream this
encoding System.Text.Encoding
리턴 string