C# Class EPocalipse.IFilter.FilterReader

Implements a TextReader that reads from an IFilter.
Inheritance: TextReader
Show file Open project: mtotheikle/EWU-OIT-SSN-Scanner Class Usage Examples

Public Methods

Method Description
Close ( ) : void
FilterReader ( string fileName ) : System
Read ( char array, int offset, int count ) : int

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

FilterReader() public method

public FilterReader ( string fileName ) : System
fileName string
return System

Read() public method

public Read ( char array, int offset, int count ) : int
array char
offset int
count int
return int