BufferStream Constructor
|
Constructor |
Char | The current character |
CurrentLine (inherited from Preprocessor) | Returns the current line number |
EOF | End of stream/file |
Literal (inherited from Preprocessor) | Literal parsing |
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 |
LookaheadPosition | Current position in the lookahead buffer |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
buffer | Missing <summary> documentation for F:Yaml.BufferStream.buffer |
destroyRequest | Missing <summary> documentation for F:Yaml.BufferStream.destroyRequest |
useLookaheadBuffer | Missing <summary> documentation for F:Yaml.BufferStream.useLookaheadBuffer |
NextInBuffer | Returns true when the next char will still be in the buffer (after calling next) |
BufferStream Class | Yaml Namespace