Yaml .NET Parser

BufferStream Class

Third stream processor, this class adds a buffer with a maximum size of 1024 chars. The buffer cannot encapsulate multiple lines because that could do strange things while rewinding/indenting

For a list of all members of this type, see BufferStream Members.

System.Object
   Preprocessor
      IndentationProcessor
         BufferStream
            MultiBufferStream

public class BufferStream : IndentationProcessor

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Missing <remarks> documentation for T:Yaml.BufferStream

Requirements

Namespace: Yaml

Assembly: Yaml (in Yaml.dll)

See Also

BufferStream Members | Yaml Namespace