C# Class Yaml.MultiBufferStream

Parsestream with multilever buffer
Inheritance: BufferStream
Datei anzeigen Open project: rs-services/RightGridWindowsImplementation

Public Methods

Method Description
BuildLookaheadBuffer ( ) : void

Destroy the current buffer

DestroyLookaheadBuffer ( ) : void

Destroy the current buffer

MultiBufferStream ( TextReader stream ) : System

Constructor

RewindLookaheadBuffer ( ) : void

Rewind the current buffer

Method Details

BuildLookaheadBuffer() public method

Destroy the current buffer
public BuildLookaheadBuffer ( ) : void
return void

DestroyLookaheadBuffer() public method

Destroy the current buffer
public DestroyLookaheadBuffer ( ) : void
return void

MultiBufferStream() public method

Constructor
public MultiBufferStream ( TextReader stream ) : System
stream TextReader
return System

RewindLookaheadBuffer() public method

Rewind the current buffer
public RewindLookaheadBuffer ( ) : void
return void