C# Class CrystalMpq.DataFormats.RawClientDatabase

Represents a client database (DBC) file in its raw data format.
显示文件 Open project: sgraf812/crystalmpq Class Usage Examples

Public Methods

Method Description
GetFloat ( int value ) : float
GetStringWithOffset ( int offset ) : string
HasStringWithOffset ( int offset ) : bool
RawClientDatabase ( Stream stream ) : System

Method Details

GetFloat() public static method

public static GetFloat ( int value ) : float
value int
return float

GetStringWithOffset() public method

public GetStringWithOffset ( int offset ) : string
offset int
return string

HasStringWithOffset() public method

public HasStringWithOffset ( int offset ) : bool
offset int
return bool

RawClientDatabase() public method

public RawClientDatabase ( Stream stream ) : System
stream Stream
return System