C# 클래스 NAnt.Core.Filters.ExpandProperties

상속: NAnt.Core.Filters.Filter
파일 보기 프로젝트 열기: skolima/NAnt

Private Properties

프로퍼티 타입 설명
Advance void
ReplenishBuffer void

공개 메소드들

메소드 설명
InitializeFilter ( ) : void

Called after construction and after properties are set. Allows for filter initialization.

Peek ( ) : int

Reads the next character applying the filter logic without advancing the current position in the stream.

Read ( ) : int

Reads the next character applying the filter logic.

비공개 메소드들

메소드 설명
Advance ( ) : void

Moves to the next character.

ReplenishBuffer ( ) : void

Refills the buffer, running our input through M:PropertyDictionary.ExpandProperties(string, Location).)

메소드 상세

InitializeFilter() 공개 메소드

Called after construction and after properties are set. Allows for filter initialization.
public InitializeFilter ( ) : void
리턴 void

Peek() 공개 메소드

Reads the next character applying the filter logic without advancing the current position in the stream.
public Peek ( ) : int
리턴 int

Read() 공개 메소드

Reads the next character applying the filter logic.
public Read ( ) : int
리턴 int