C# Class SteamKit2.KVTextReader

Inheritance: System.IO.StreamReader
Mostrar archivo Open project: Top-Cat/SteamBot Class Usage Examples

Public Methods

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

Private Methods

Method Description
EatCPPComment ( ) : bool
EatWhiteSpace ( ) : void

Method Details

KVTextReader() public method

public KVTextReader ( KeyValue kv, Stream input ) : System
kv KeyValue
input Stream
return System

ReadToken() public method

public ReadToken ( bool &wasQuoted, bool &wasConditional ) : string
wasQuoted bool
wasConditional bool
return string