Yaml .NET Parser

BufferStream Members

BufferStream overview

Public Instance Constructors

BufferStream Constructor Constructor

Public Instance Properties

Char The current character
CurrentLine (inherited from Preprocessor) Returns the current line number
EOF End of stream/file
Literal (inherited from Preprocessor) Literal parsing

Public Instance Methods

BuildLookaheadBuffer Build lookahead buffer
DestroyLookaheadBuffer Destroys the current lookaheadbuffer, if there is one
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
Indent (inherited from IndentationProcessor) Request an indentation. When we meet a \n and the following line is more indented then the current indentationlever, then save this request
Next Move to the next character in the parse stream.
RewindLookaheadBuffer Rewind the buffer
StartLiteral (inherited from Preprocessor) Start parsing literal
StopLiteral (inherited from Preprocessor) Stop parsing literal
ToString (inherited from Object) 
UnIndent (inherited from IndentationProcessor) Cancel the last indentation
UsingBuffer Returns true when using a buffer

Protected Instance Properties

LookaheadPosition Current position in the lookahead buffer

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

Private Instance Fields

bufferMissing <summary> documentation for F:Yaml.BufferStream.buffer
destroyRequestMissing <summary> documentation for F:Yaml.BufferStream.destroyRequest
useLookaheadBufferMissing <summary> documentation for F:Yaml.BufferStream.useLookaheadBuffer

Private Instance Methods

NextInBuffer Returns true when the next char will still be in the buffer (after calling next)

See Also

BufferStream Class | Yaml Namespace