C# 클래스 mhe.ByteStream

파일 보기 프로젝트 열기: icedmaster/mhe 1 사용 예제들

공개 메소드들

메소드 설명
ByteStream ( byte b ) : System
Read ( int num ) : string
ReadBytes ( int num ) : byte[]

메소드 상세

ByteStream() 공개 메소드

public ByteStream ( byte b ) : System
b byte
리턴 System

Read() 공개 메소드

public Read ( int num ) : string
num int
리턴 string

ReadBytes() 공개 메소드

public ReadBytes ( int num ) : byte[]
num int
리턴 byte[]