C# Class Gendarme.Framework.Helpers.StreamLineReader

Inheritance: IDisposable
Show file Open project: remobjects/mono-tools Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
ReadLine ( char buffer, int index, int count ) : int
StreamLineReader ( Stream stream ) : System
StreamLineReader ( string fileName ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Initialize ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

ReadLine() public method

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

StreamLineReader() public method

public StreamLineReader ( Stream stream ) : System
stream Stream
return System

StreamLineReader() public method

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