C# 클래스 OpenRA.Mods.Common.FileFormats.FastByteReader

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

공개 메소드들

메소드 설명
CopyTo ( byte dest, int offset, int count ) : void
Done ( ) : bool
FastByteReader ( byte src, int offset ) : System
ReadByte ( ) : byte
ReadWord ( ) : int
Remaining ( ) : int

메소드 상세

CopyTo() 공개 메소드

public CopyTo ( byte dest, int offset, int count ) : void
dest byte
offset int
count int
리턴 void

Done() 공개 메소드

public Done ( ) : bool
리턴 bool

FastByteReader() 공개 메소드

public FastByteReader ( byte src, int offset ) : System
src byte
offset int
리턴 System

ReadByte() 공개 메소드

public ReadByte ( ) : byte
리턴 byte

ReadWord() 공개 메소드

public ReadWord ( ) : int
리턴 int

Remaining() 공개 메소드

public Remaining ( ) : int
리턴 int