C# Class Gendarme.Framework.Helpers.StreamLineReader

Inheritance: IDisposable
Afficher le fichier Open project: remobjects/mono-tools Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Initialize ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

ReadLine() public méthode

public ReadLine ( char buffer, int index, int count ) : int
buffer char
index int
count int
Résultat int

StreamLineReader() public méthode

public StreamLineReader ( Stream stream ) : System
stream Stream
Résultat System

StreamLineReader() public méthode

public StreamLineReader ( string fileName ) : System
fileName string
Résultat System