C# Class Warcraft.DBC.DBCHeader

Afficher le fichier Open project: Nihlus/libwarcraft Class Usage Examples

Méthodes publiques

Свойство Type Description
FieldCount uint
RecordCount uint
RecordSize uint
StringBlockSize uint

Méthodes publiques

Méthode 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 méthode

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

GetSize() public static méthode

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

Property Details

FieldCount public_oe property

public uint FieldCount
Résultat uint

RecordCount public_oe property

public uint RecordCount
Résultat uint

RecordSize public_oe property

public uint RecordSize
Résultat uint

StringBlockSize public_oe property

public uint StringBlockSize
Résultat uint