C# Class Sgml.HtmlStream

Inheritance: TextReader
Afficher le fichier Open project: Synergex/Baconography Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
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

Method Details

Dispose() protected méthode

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

HtmlStream() public méthode

public HtmlStream ( Stream stm, Encoding defaultEncoding ) : System
stm Stream
defaultEncoding System.Text.Encoding
Résultat System

Peek() public méthode

public Peek ( ) : int
Résultat int

Read() public méthode

public Read ( ) : int
Résultat int

Read() public méthode

public Read ( char buffer, int start, int length ) : int
buffer char
start int
length int
Résultat int

ReadBlock() public méthode

public ReadBlock ( char data, int index, int count ) : int
data char
index int
count int
Résultat int

ReadToEnd() public méthode

public ReadToEnd ( ) : string
Résultat string