C# 클래스 Sgml.HtmlStream

상속: TextReader
파일 보기 프로젝트 열기: Synergex/Baconography 1 사용 예제들

공개 메소드들

메소드 설명
HtmlStream ( Stream stm, Encoding defaultEncoding ) : System
Peek ( ) : int
Read ( ) : int
Read ( char buffer, int start, int length ) : int
ReadBlock ( char data, int index, int count ) : int
ReadToEnd ( ) : string

보호된 메소드들

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

비공개 메소드들

메소드 설명
AutoDetectEncoding ( byte buffer, int &index, int length ) : Decoder
CopyToMemoryStream ( Stream s ) : Stream
DecodeBlock ( ) : void
ParseAttribute ( ) : string
PeekChar ( ) : int
ReadChar ( ) : int
ReadLine ( char buffer, int start, int length ) : int
SkipTo ( char what ) : void
SkipWhitespace ( ) : void
SniffAttribute ( string name ) : string
SniffEncoding ( ) : Decoder
SniffLiteral ( ) : string
SniffMeta ( ) : Decoder
SniffName ( ) : string
SniffPattern ( string pattern ) : bool
SniffTerminator ( string term ) : void
SniffWhitespace ( ) : void

메소드 상세

Dispose() 보호된 메소드

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

HtmlStream() 공개 메소드

public HtmlStream ( Stream stm, Encoding defaultEncoding ) : System
stm Stream
defaultEncoding System.Text.Encoding
리턴 System

Peek() 공개 메소드

public Peek ( ) : int
리턴 int

Read() 공개 메소드

public Read ( ) : int
리턴 int

Read() 공개 메소드

public Read ( char buffer, int start, int length ) : int
buffer char
start int
length int
리턴 int

ReadBlock() 공개 메소드

public ReadBlock ( char data, int index, int count ) : int
data char
index int
count int
리턴 int

ReadToEnd() 공개 메소드

public ReadToEnd ( ) : string
리턴 string