C# Class System.IO.StreamReader.NullStreamReader

Inheritance: StreamReader
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
Peek ( ) : int
Read ( ) : int
ReadLine ( ) : string
ReadToEnd ( ) : string

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
NullStreamReader ( ) : System.Text
Read ( char buffer, int index, int count ) : int
ReadBuffer ( ) : int

Method Details

Dispose() protected méthode

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

Peek() public méthode

public Peek ( ) : int
Résultat int

Read() public méthode

public Read ( ) : int
Résultat int

ReadLine() public méthode

public ReadLine ( ) : string
Résultat string

ReadToEnd() public méthode

public ReadToEnd ( ) : string
Résultat string