C# Class Warcraft.DBC.DBCHeader

Mostrar archivo Open project: Nihlus/libwarcraft Class Usage Examples

Public Properties

Property Type Description
FieldCount uint
RecordCount uint
RecordSize uint
StringBlockSize uint

Public Methods

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.

Method Details

DBCHeader() public method

Initializes a new instance of the Warcraft.DBC.DBCHeader class.
public DBCHeader ( byte data ) : System.IO
data byte Data.
return System.IO

GetSize() public static method

Gets the size of a DBC header in bytes.
public static GetSize ( ) : int
return int

Property Details

FieldCount public_oe property

public uint FieldCount
return uint

RecordCount public_oe property

public uint RecordCount
return uint

RecordSize public_oe property

public uint RecordSize
return uint

StringBlockSize public_oe property

public uint StringBlockSize
return uint