C# 클래스 SFOParser, KautismSFOEditor

파일 보기 프로젝트 열기: darkautism/KautismSFOEditor 1 사용 예제들

공개 메소드들

메소드 설명
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