C# Class Nyaml.Reader

Inheritance: IDisposable
Afficher le fichier Open project: yaml/Nyaml

Méthodes publiques

Méthode Description
Dispose ( ) : void
Forward ( int length = 1 ) : void
Peek ( int index ) : char
Prefix ( int length = 1 ) : string
Reader ( Stream stream ) : System
Reader ( byte data ) : System
Reader ( string data ) : System

Méthodes protégées

Méthode Description
Dispose ( bool isDisposing ) : void

Private Methods

Méthode Description
CheckPrintable ( string data ) : void
DetermineEncoding ( ) : void
Update ( int length ) : void
UpdateRaw ( int size = 4096 ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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

Forward() public méthode

public Forward ( int length = 1 ) : void
length int
Résultat void

Peek() public méthode

public Peek ( int index ) : char
index int
Résultat char

Prefix() public méthode

public Prefix ( int length = 1 ) : string
length int
Résultat string

Reader() public méthode

public Reader ( Stream stream ) : System
stream Stream
Résultat System

Reader() public méthode

public Reader ( byte data ) : System
data byte
Résultat System

Reader() public méthode

public Reader ( string data ) : System
data string
Résultat System