C# 클래스 Droog.Firkin.Util.StreamEx

파일 보기 프로젝트 열기: sdether/Firkin

공개 메소드들

메소드 설명
ComputeHash ( this stream ) : byte[]
CopyTo ( this source, Stream target, long length ) : long
ReadBytes ( this source ) : byte[]
ReadBytes ( this source, long length ) : byte[]
Write ( this stream, byte buffer ) : void

메소드 상세

ComputeHash() 공개 정적인 메소드

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

CopyTo() 공개 정적인 메소드

public static CopyTo ( this source, Stream target, long length ) : long
source this
target Stream
length long
리턴 long

ReadBytes() 공개 정적인 메소드

public static ReadBytes ( this source ) : byte[]
source this
리턴 byte[]

ReadBytes() 공개 정적인 메소드

public static ReadBytes ( this source, long length ) : byte[]
source this
length long
리턴 byte[]

Write() 공개 정적인 메소드

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