C# Class Iaik.Utils.IO.MultiTextReader

Inheritance: TextReader, IDisposable
Show file Open project: areiter/InMemoryFuzzing Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
MultiTextReader ( ) : System
Peek ( ) : int
Read ( ) : int
Read ( char buffer, int index, int count ) : int
ReadBlock ( char buffer, int index, int count ) : int
ReadLine ( ) : string
ReadToEnd ( ) : string

Private Methods

Method Description
ReadThread ( object oReader ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

MultiTextReader() public method

public MultiTextReader ( ) : System
return System

Peek() public method

public Peek ( ) : int
return int

Read() public method

public Read ( ) : int
return int

Read() public method

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

ReadBlock() public method

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

ReadLine() public method

public ReadLine ( ) : string
return string

ReadToEnd() public method

public ReadToEnd ( ) : string
return string