C# Class iTextSharp.tool.xml.parser.io.MonitorInputReader

Inheritance: System.IO.TextReader
Datei anzeigen Open project: boecko/iTextSharp Class Usage Examples

Public Methods

Method Description
MonitorInputReader ( TextReader reader, IParserMonitor monitor ) : System
Peek ( ) : int
Read ( char buffer, int index, int count ) : int

Method Details

MonitorInputReader() public method

public MonitorInputReader ( TextReader reader, IParserMonitor monitor ) : System
reader System.IO.TextReader
monitor IParserMonitor
return System

Peek() public method

public Peek ( ) : int
return int

Read() public method

public Read ( char buffer, int index, int count ) : int
buffer char
index int
count int
return int