메소드 | 설명 | |
---|---|---|
FileIndex ( string idxFile, string mulFile, int file ) : System | ||
FileIndex ( string idxFile, string mulFile, int length, int file ) : System | ||
Seek ( int index, int &length, int &extra, bool &patched ) : |
||
Valid ( int index, int &length, int &extra, bool &patched ) : bool |
public FileIndex ( string idxFile, string mulFile, int file ) : System | ||
idxFile | string | |
mulFile | string | |
file | int | |
리턴 | System |
public FileIndex ( string idxFile, string mulFile, int length, int file ) : System | ||
idxFile | string | |
mulFile | string | |
length | int | |
file | int | |
리턴 | System |
public Seek ( int index, int &length, int &extra, bool &patched ) : |
||
index | int | |
length | int | |
extra | int | |
patched | bool | |
리턴 |
public Valid ( int index, int &length, int &extra, bool &patched ) : bool | ||
index | int | |
length | int | |
extra | int | |
patched | bool | |
리턴 | bool |