프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DateCreated | int | ||
DateModified | int |
메소드 | 설명 | |
---|---|---|
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. |
리턴 | System |
public GetEntry ( |
||
entry | Entry to retrieve data for. | |
리턴 | byte[] |
public GetItemByID ( ulong ID ) : byte[] | ||
ID | ulong | The ID of the entry. |
리턴 | byte[] |
public GetItemsByType ( DBPFTypeID Type ) : byte[]>>.List |
||
Type | DBPFTypeID | The Type of the entry. |
리턴 | byte[]>>.List |