Property | Type | Description | |
---|---|---|---|
isReadingSomething | bool |
Method | Description | |
---|---|---|
Dispose ( ) : void |
Disposes this FAR3Archive instance.
|
|
FAR3Archive ( string Path ) : System |
Creates a new FAR3Archive instance from a path.
|
|
GetAllEntries ( ) : byte[]>>.List |
Returns the entries of this FAR3Archive as byte arrays together with their corresponding FileIDs.
|
|
GetAllFAR3Entries ( ) : List |
Returns the entries of this FAR3Archive as FAR3Entry instances in a List.
|
|
GetEntry ( |
Gets an entry's data from a Far3Entry instance.
|
|
GetItemByID ( uint FileID ) : byte[] |
Gets an entry from a FileID.
|
|
GetItemByID ( ulong ID ) : byte[] |
Gets an entry from its ID (TypeID + FileID).
|
|
this ( string Filename ) : byte[] |
Gets an entry's data from a filename.
|
public FAR3Archive ( string Path ) : System | ||
Path | string | The path to the archive. |
return | System |
public GetEntry ( |
||
Entry | The Far3Entry instance. | |
return | byte[] |
public GetItemByID ( uint FileID ) : byte[] | ||
FileID | uint | The entry's FileID. |
return | byte[] |
public GetItemByID ( ulong ID ) : byte[] | ||
ID | ulong | The ID of the entry. |
return | byte[] |
public this ( string Filename ) : byte[] | ||
Filename | string | The filename of the entry. |
return | byte[] |