C# Class System.Xml.XmlStreamReader

Inheritance: NonBlockingStreamReader
Mostra file Open project: runefs/Marvin Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
XmlStreamReader ( XmlInputStream input ) : System

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Read() public method

public Read ( [ dest_buffer, int index, int count ) : int
dest_buffer [
index int
count int
return int

XmlStreamReader() public method

public XmlStreamReader ( Stream input ) : System
input Stream
return System