C# Class Config.Stream

Mostrar archivo Open project: stallboy/configgen

Public Methods

Method Description
ReadBool ( ) : bool
ReadCfg ( ) : string
ReadInt32 ( ) : int
ReadInt64 ( ) : long
ReadSingle ( ) : float
ReadSize ( ) : int
ReadString ( ) : string
ReadText ( ) : string
Stream ( List byterList, string>.Dictionary allTextMap ) : System.Collections.Generic

Method Details

ReadBool() public method

public ReadBool ( ) : bool
return bool

ReadCfg() public method

public ReadCfg ( ) : string
return string

ReadInt32() public method

public ReadInt32 ( ) : int
return int

ReadInt64() public method

public ReadInt64 ( ) : long
return long

ReadSingle() public method

public ReadSingle ( ) : float
return float

ReadSize() public method

public ReadSize ( ) : int
return int

ReadString() public method

public ReadString ( ) : string
return string

ReadText() public method

public ReadText ( ) : string
return string

Stream() public method

public Stream ( List byterList, string>.Dictionary allTextMap ) : System.Collections.Generic
byterList List
allTextMap string>.Dictionary
return System.Collections.Generic