프로퍼티 | 타입 | 설명 | |
---|---|---|---|
IndexEntryCount | uint | ||
IndexOffset | uint | ||
IndexSize | uint |
메소드 | 설명 | |
---|---|---|
ContainsEntry ( UniqueFileID ID ) : bool |
Does this archive contain the specified entry?
|
|
DBPFArchive ( string Path ) : System | ||
Dispose ( ) : void | ||
GrabEntriesForGroupID ( uint GroupID ) : List |
||
GrabEntriesForTypeID ( uint TypeID, uint GroupID ) : List |
Graps all the entries with the specified TypeID in a particular group, specified by GroupID.
|
|
GrabEntry ( UniqueFileID ID ) : Stream |
Returns an entry in this archive as a Stream instance. Throws a DBPFException if entry was not found.
|
|
ReadArchive ( bool ThrowException ) : bool |
Reads all entries in this archive into memory.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool CleanUpNativeAndManagedResources ) : void |
public ContainsEntry ( UniqueFileID ID ) : bool | ||
ID | UniqueFileID | ID of the entry to search for. |
리턴 | bool |
protected Dispose ( bool CleanUpNativeAndManagedResources ) : void | ||
CleanUpNativeAndManagedResources | bool | |
리턴 | void |
public GrabEntriesForGroupID ( uint GroupID ) : List |
||
GroupID | uint | |
리턴 | List |
public GrabEntriesForTypeID ( uint TypeID, uint GroupID ) : List |
||
TypeID | uint | Return entries with this TypeID. |
GroupID | uint | The group to look in. |
리턴 | List |
public GrabEntry ( UniqueFileID ID ) : Stream | ||
ID | UniqueFileID | ID of the entry to grab from archive. |
리턴 | Stream |
public ReadArchive ( bool ThrowException ) : bool | ||
ThrowException | bool | Wether or not to throw an exception if the archive was not a DBPF. If false, function will return. |
리턴 | bool |