C# Class SteamKit2.KVTextReader

Inheritance: System.IO.StreamReader
Afficher le fichier Open project: Top-Cat/SteamBot Class Usage Examples

Méthodes publiques

Méthode Description
KVTextReader ( KeyValue kv, Stream input ) : System
ReadToken ( bool &wasQuoted, bool &wasConditional ) : string

Private Methods

Méthode Description
EatCPPComment ( ) : bool
EatWhiteSpace ( ) : void

Method Details

KVTextReader() public méthode

public KVTextReader ( KeyValue kv, Stream input ) : System
kv KeyValue
input Stream
Résultat System

ReadToken() public méthode

public ReadToken ( bool &wasQuoted, bool &wasConditional ) : string
wasQuoted bool
wasConditional bool
Résultat string