Method | Description | |
---|---|---|
Create ( string file, string encoding ) : |
||
DataStream ( string file, string encoding ) : System | ||
Error ( string err ) : void | ||
GetBool ( ) : bool | ||
GetFloat ( ) : float | ||
GetInt ( ) : int | ||
GetLong ( ) : long | ||
GetNext ( ) : string | ||
GetObject ( string name ) : cfg.CfgObject | ||
GetString ( ) : string |
Method | Description | |
---|---|---|
GetNextAndCheckNotEmpty ( ) : string |
public static Create ( string file, string encoding ) : |
||
file | string | |
encoding | string | |
return |
public DataStream ( string file, string encoding ) : System | ||
file | string | |
encoding | string | |
return | System |
public GetObject ( string name ) : cfg.CfgObject | ||
name | string | |
return | cfg.CfgObject |