C# Class SDE.Tools.DatabaseEditor.Writers.LineStreamReader.NullStreamReader

Inheritance: System.IO.StreamReader
Afficher le fichier Open project: Tokeiburu/RagnarokSDE

Méthodes publiques

Méthode Description
Peek ( ) : int
Read ( ) : int
Read ( char buffer, int index, int count ) : int
ReadLine ( ) : String
ReadToEnd ( ) : String

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
NullStreamReader ( ) : System

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

Read() public méthode

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

ReadLine() public méthode

public ReadLine ( ) : String
Résultat String

ReadToEnd() public méthode

public ReadToEnd ( ) : String
Résultat String