C# Class Commons.Collections.PropertiesReader

This class is used to read properties lines. These lines do not terminate with new-line chars but rather when there is no backslash sign a the end of the line. This is used to concatenate multiple lines for readability.
Inheritance: System.IO.StreamReader
Mostra file Open project: rasmus-toftdahl-olesen/NVelocity Class Usage Examples

Public Methods

Method Description
PropertiesReader ( StreamReader reader ) : System

Constructor.

ReadProperty ( ) : String

Read a property.

Method Details

PropertiesReader() public method

Constructor.
public PropertiesReader ( StreamReader reader ) : System
reader System.IO.StreamReader A Reader.
return System

ReadProperty() public method

Read a property.
public ReadProperty ( ) : String
return String