C# Class System.Xml.NonBlockingStreamReader

Inheritance: TextReader
Afficher le fichier Open project: runefs/Marvin

Méthodes publiques

Méthode Description
Close ( ) : void
DiscardBufferedData ( ) : void
NonBlockingStreamReader ( Stream stream, Encoding encoding ) : System
Peek ( ) : int
Read ( ) : int
Read ( [ dest_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
FindNextEOL ( ) : int
ReadBuffer ( ) : int

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

DiscardBufferedData() public méthode

public DiscardBufferedData ( ) : void
Résultat void

Dispose() protected méthode

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

NonBlockingStreamReader() public méthode

public NonBlockingStreamReader ( Stream stream, Encoding encoding ) : System
stream Stream
encoding System.Text.Encoding
Résultat System

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 ( [ dest_buffer, int index, int count ) : int
dest_buffer [
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