C# Class OpenRA.Mods.Common.FileFormats.FastByteReader

显示文件 Open project: pchote/OpenRA Class Usage Examples

Public Methods

Method Description
CopyTo ( byte dest, int offset, int count ) : void
Done ( ) : bool
FastByteReader ( byte src, int offset ) : System
ReadByte ( ) : byte
ReadWord ( ) : int
Remaining ( ) : int

Method Details

CopyTo() public method

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

Done() public method

public Done ( ) : bool
return bool

FastByteReader() public method

public FastByteReader ( byte src, int offset ) : System
src byte
offset int
return System

ReadByte() public method

public ReadByte ( ) : byte
return byte

ReadWord() public method

public ReadWord ( ) : int
return int

Remaining() public method

public Remaining ( ) : int
return int