C# Class System.Xml.XmlStreamReader

Inheritance: NonBlockingStreamReader
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
Read ( [ dest_buffer, int index, int count ) : int
XmlStreamReader ( Stream input ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
XmlStreamReader ( XmlInputStream input ) : System

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() protected méthode

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

Read() public méthode

public Read ( [ dest_buffer, int index, int count ) : int
dest_buffer [
index int
count int
Résultat int

XmlStreamReader() public méthode

public XmlStreamReader ( Stream input ) : System
input Stream
Résultat System