Yaml .NET Parser

MultiBufferStream Members

MultiBufferStream overview

Public Instance Constructors

MultiBufferStream Constructor Constructor

Public Instance Properties

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

Public Instance Methods

BuildLookaheadBuffer Destroy the current buffer
DestroyLookaheadBuffer Destroy the current buffer
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 (inherited from BufferStream) Move to the next character in the parse stream.
RewindLookaheadBuffer Rewind the current 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 (inherited from BufferStream) Returns true when using a buffer

Protected Instance Properties

LookaheadPosition (inherited from BufferStream) Current position in the lookahead buffer

Protected Instance Methods

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

Private Instance Fields

bufferStackMissing <summary> documentation for F:Yaml.MultiBufferStream.bufferStack

See Also

MultiBufferStream Class | Yaml Namespace