C# Class Yaml.DropTrailingNewline

This layer removes the trailing newline at the end of each (sub)stream
Inheritance: DropComments
Exibir arquivo Open project: rs-services/RightGridWindowsImplementation

Public Methods

Method Description
DropTrailingNewline ( TextReader stream ) : System

Constructor

Next ( ) : void

Move to the next character in the parse stream.

Next ( bool dropLastNewLine ) : void

Move to the next character in the parse stream.

SkipSpaces ( ) : int

Skip space characters

Method Details

DropTrailingNewline() public method

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

Next() public method

Move to the next character in the parse stream.
public Next ( ) : void
return void

Next() public method

Move to the next character in the parse stream.
public Next ( bool dropLastNewLine ) : void
dropLastNewLine bool Forget the last newline
return void

SkipSpaces() public method

Skip space characters
public SkipSpaces ( ) : int
return int