C# 클래스 BitSharper.IO.StreamExtensions

파일 보기 프로젝트 열기: TangibleCryptography/BitSharper

공개 메소드들

메소드 설명
Read ( this stream ) : int
Read ( this stream, byte buffer ) : int
Write ( this stream, byte data ) : void

메소드 상세

Read() 공개 정적인 메소드

public static Read ( this stream ) : int
stream this
리턴 int

Read() 공개 정적인 메소드

public static Read ( this stream, byte buffer ) : int
stream this
buffer byte
리턴 int

Write() 공개 정적인 메소드

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