C# Class Config.Stream

Afficher le fichier Open project: stallboy/configgen

Méthodes publiques

Méthode 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 méthode

public ReadBool ( ) : bool
Résultat bool

ReadCfg() public méthode

public ReadCfg ( ) : string
Résultat string

ReadInt32() public méthode

public ReadInt32 ( ) : int
Résultat int

ReadInt64() public méthode

public ReadInt64 ( ) : long
Résultat long

ReadSingle() public méthode

public ReadSingle ( ) : float
Résultat float

ReadSize() public méthode

public ReadSize ( ) : int
Résultat int

ReadString() public méthode

public ReadString ( ) : string
Résultat string

ReadText() public méthode

public ReadText ( ) : string
Résultat string

Stream() public méthode

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