C# Class Tp.Web.Extensions.Components.PushBackTextReader

Not a real text reader, but still is very handy.
Inheritance: IDisposable
Show file Open project: TargetProcess/Tp.HelpDesk Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Match ( string s ) : bool
Push ( char s ) : void
Push ( string s ) : void
PushBackTextReader ( TextReader reader ) : System
Read ( ) : bool
Read ( int count ) : bool

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Match() public method

public Match ( string s ) : bool
s string
return bool

Push() public method

public Push ( char s ) : void
s char
return void

Push() public method

public Push ( string s ) : void
s string
return void

PushBackTextReader() public method

public PushBackTextReader ( TextReader reader ) : System
reader TextReader
return System

Read() public method

public Read ( ) : bool
return bool

Read() public method

public Read ( int count ) : bool
count int
return bool