C# 클래스 XSpect.Extension.StreamUtil

파일 보기 프로젝트 열기: takeshik/linx

공개 메소드들

메소드 설명
Read ( this stream, Byte buffer ) : Int32
ReadAll ( this stream ) : Byte[]
ReadAll ( this stream, Int32 bufferSize ) : Byte[]
Write ( this stream, Byte buffer ) : void

메소드 상세

Read() 공개 정적인 메소드

public static Read ( this stream, Byte buffer ) : Int32
stream this
buffer Byte
리턴 System.Int32

ReadAll() 공개 정적인 메소드

public static ReadAll ( this stream ) : Byte[]
stream this
리턴 Byte[]

ReadAll() 공개 정적인 메소드

public static ReadAll ( this stream, Int32 bufferSize ) : Byte[]
stream this
bufferSize System.Int32
리턴 Byte[]

Write() 공개 정적인 메소드

public static Write ( this stream, Byte buffer ) : void
stream this
buffer Byte
리턴 void