C# 클래스 System.Xml.NonBlockingStreamReader

상속: TextReader
파일 보기 프로젝트 열기: runefs/Marvin

공개 메소드들

메소드 설명
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

보호된 메소드들

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

비공개 메소드들

메소드 설명
FindNextEOL ( ) : int
ReadBuffer ( ) : int

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

DiscardBufferedData() 공개 메소드

public DiscardBufferedData ( ) : void
리턴 void

Dispose() 보호된 메소드

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

NonBlockingStreamReader() 공개 메소드

public NonBlockingStreamReader ( Stream stream, Encoding encoding ) : System
stream Stream
encoding System.Text.Encoding
리턴 System

Peek() 공개 메소드

public Peek ( ) : int
리턴 int

Read() 공개 메소드

public Read ( ) : int
리턴 int

Read() 공개 메소드

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

ReadLine() 공개 메소드

public ReadLine ( ) : string
리턴 string

ReadToEnd() 공개 메소드

public ReadToEnd ( ) : string
리턴 string