C# Class YamlDotNet.Core.StringLookAheadBuffer

Inheritance: ILookAheadBuffer
Mostra file Open project: aaubry/YamlDotNet

Public Methods

Method Description
Peek ( int offset ) : char
Skip ( int length ) : void
StringLookAheadBuffer ( string value ) : System

Private Methods

Method Description
IsOutside ( int index ) : bool

Method Details

Peek() public method

public Peek ( int offset ) : char
offset int
return char

Skip() public method

public Skip ( int length ) : void
length int
return void

StringLookAheadBuffer() public method

public StringLookAheadBuffer ( string value ) : System
value string
return System