Метод | Описание | |
---|---|---|
SFOParser ( string filePath ) : System | ||
getKey ( int index ) : string |
get Key from index
|
|
getType ( int index ) : byte |
get Type from index
|
|
getValue ( int index ) : object |
get value from index
|
|
getValue ( string key ) : object |
get value from key
|
|
saveSFO ( ) : void |
save SFO file
|
|
setLabel ( int index, string value ) : void | ||
setValue ( int index, string value ) : void |
Метод | Описание | |
---|---|---|
readByteString ( BinaryReader bs ) : byte[] |
public SFOParser ( string filePath ) : System | ||
filePath | string | |
Результат | System |
public getValue ( string key ) : object | ||
key | string | key (label) |
Результат | object |
public setLabel ( int index, string value ) : void | ||
index | int | |
value | string | |
Результат | void |
public setValue ( int index, string value ) : void | ||
index | int | |
value | string | |
Результат | void |