C# Class Nexus.Client.Games.Steam.KvTextReader

Inheritance: System.IO.StreamReader
Mostra file Open project: NexusMods/NexusModManager-4.5 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