Свойство | Type | Description | |
---|---|---|---|
DataReader | |||
DataStream | Stream | ||
ShiftJis |
Свойство | Type | Description | |
---|---|---|---|
Archive | System | ||
Archive | System | ||
OpenOtherFile | Stream | ||
RemoveSuffix | string |
Méthode | Description | |
---|---|---|
FindRecordById ( int id ) : |
Find an ArchiveRecord by its id, or return
|
|
FindRecordByPath ( string path ) : |
Find an ArchiveRecord by its path, or return
|
|
HashFilename ( string input ) : int |
Produce a hash of the filename used in Dark Souls main archives' record ids.
|
Méthode | Description | |
---|---|---|
Archive ( ) : System | ||
Archive ( AssetManager manager, |
||
OpenOtherFile ( string path, |
||
RemoveSuffix ( string path, string suffix, string suffix2 = null ) : string |
public FindRecordById ( int id ) : |
||
id | int | The id of the |
Résultat |
public FindRecordByPath ( string path ) : |
||
path | string | The path of the |
Résultat |
public static HashFilename ( string input ) : int | ||
input | string | The string to hash. |
Résultat | int |
public BinaryReader,System.IO DataReader | ||
Résultat |