MultiBufferStream Constructor
|
Constructor |
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 |
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 |
LookaheadPosition (inherited from BufferStream) | Current position in the lookahead buffer |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
bufferStack | Missing <summary> documentation for F:Yaml.MultiBufferStream.bufferStack |
MultiBufferStream Class | Yaml Namespace