C# Class YamlSharp.YamlReader

Inheritance: IDisposable
ファイルを表示 Open project: janno-p/YamlSharp

Public Methods

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

Private Methods

Method Description
IDisposable ( ) : void
UpdateBuffer ( ) : void

Method Details

Peek() public method

public Peek ( int numChars = 1 ) : void
numChars int
return void

YamlReader() public method

public YamlReader ( Stream stream ) : System
stream Stream
return System

YamlReader() public method

public YamlReader ( string fileName ) : System
fileName string
return System