C# 클래스 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.
상속: System.IO.StreamReader
파일 보기 프로젝트 열기: rasmus-toftdahl-olesen/NVelocity 1 사용 예제들

공개 메소드들

메소드 설명
PropertiesReader ( StreamReader reader ) : System

Constructor.

ReadProperty ( ) : String

Read a property.

메소드 상세

PropertiesReader() 공개 메소드

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

ReadProperty() 공개 메소드

Read a property.
public ReadProperty ( ) : String
리턴 String