C# Class cfg.DataStream

Exibir arquivo Open project: pirunxi/cfggen

Public Methods

Method Description
Create ( string file, string encoding ) : DataStream
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

Private Methods

Method Description
GetNextAndCheckNotEmpty ( ) : string

Method Details

Create() public static method

public static Create ( string file, string encoding ) : DataStream
file string
encoding string
return DataStream

DataStream() public method

public DataStream ( string file, string encoding ) : System
file string
encoding string
return System

Error() public method

public Error ( string err ) : void
err string
return void

GetBool() public method

public GetBool ( ) : bool
return bool

GetFloat() public method

public GetFloat ( ) : float
return float

GetInt() public method

public GetInt ( ) : int
return int

GetLong() public method

public GetLong ( ) : long
return long

GetNext() public method

public GetNext ( ) : string
return string

GetObject() public method

public GetObject ( string name ) : cfg.CfgObject
name string
return cfg.CfgObject

GetString() public method

public GetString ( ) : string
return string