Property | Type | Description | |
---|---|---|---|
FieldCount | uint | ||
RecordCount | uint | ||
RecordSize | uint | ||
StringBlockSize | uint |
Method | Description | |
---|---|---|
DBCHeader ( byte data ) : System.IO |
Initializes a new instance of the Warcraft.DBC.DBCHeader class.
|
|
GetSize ( ) : int |
Gets the size of a DBC header in bytes.
|
public DBCHeader ( byte data ) : System.IO | ||
data | byte | Data. |
return | System.IO |