C# Класс SFOParser, KautismSFOEditor

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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[]

Описание методов

SFOParser() публичный Метод

public SFOParser ( string filePath ) : System
filePath string
Результат System

getKey() публичный Метод

get Key from index
public getKey ( int index ) : string
index int index
Результат string

getType() публичный Метод

get Type from index
public getType ( int index ) : byte
index int index
Результат byte

getValue() публичный Метод

get value from index
public getValue ( int index ) : object
index int index
Результат object

getValue() публичный Метод

get value from key
public getValue ( string key ) : object
key string key (label)
Результат object

saveSFO() публичный Метод

save SFO file
public saveSFO ( ) : void
Результат void

setLabel() публичный Метод

public setLabel ( int index, string value ) : void
index int
value string
Результат void

setValue() публичный Метод

public setValue ( int index, string value ) : void
index int
value string
Результат void