C# Class YamlSharp.YamlReader

Inheritance: IDisposable
Afficher le fichier Open project: janno-p/YamlSharp

Méthodes publiques

Méthode Description
Peek ( int numChars = 1 ) : void
YamlReader ( Stream stream ) : System
YamlReader ( string fileName ) : System

Private Methods

Méthode Description
IDisposable ( ) : void
UpdateBuffer ( ) : void

Method Details

Peek() public méthode

public Peek ( int numChars = 1 ) : void
numChars int
Résultat void

YamlReader() public méthode

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

YamlReader() public méthode

public YamlReader ( string fileName ) : System
fileName string
Résultat System