Property | Type | Description | |
---|---|---|---|
DateCreated | int | ||
DateModified | int |
Method | Description | |
---|---|---|
DBPFFile ( ) : System |
Constructs a new DBPF instance.
|
|
DBPFFile ( string file ) : System |
Creates a DBPF instance from a path.
|
|
Dispose ( ) : void |
Disposes this DBPF instance.
|
|
GetEntry ( |
Gets a DBPFEntry's data from this DBPF instance.
|
|
GetItemByID ( ulong ID ) : byte[] |
Gets an entry from its ID (TypeID + FileID).
|
|
GetItemsByType ( DBPFTypeID Type ) : byte[]>>.List |
Gets all entries of a specific type.
|
|
Read ( Stream stream ) : void |
Reads a DBPF archive from a stream.
|
public DBPFFile ( string file ) : System | ||
file | string | The path to an DBPF archive. |
return | System |
public GetEntry ( |
||
entry | Entry to retrieve data for. | |
return | byte[] |
public GetItemByID ( ulong ID ) : byte[] | ||
ID | ulong | The ID of the entry. |
return | byte[] |
public GetItemsByType ( DBPFTypeID Type ) : byte[]>>.List |
||
Type | DBPFTypeID | The Type of the entry. |
return | byte[]>>.List |
public Read ( Stream stream ) : void | ||
stream | Stream | The stream to read from. |
return | void |