C# 클래스 System.Xml.XmlStreamReader

상속: NonBlockingStreamReader
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
Read ( [ dest_buffer, int index, int count ) : int
XmlStreamReader ( Stream input ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
XmlStreamReader ( XmlInputStream input ) : System

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Read() 공개 메소드

public Read ( [ dest_buffer, int index, int count ) : int
dest_buffer [
index int
count int
리턴 int

XmlStreamReader() 공개 메소드

public XmlStreamReader ( Stream input ) : System
input Stream
리턴 System