C# Class NAnt.Core.Filters.ExpandProperties

Inheritance: NAnt.Core.Filters.Filter
Mostra file Open project: skolima/NAnt

Private Properties

Property Type Description
Advance void
ReplenishBuffer void

Public Methods

Method Description
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.

Private Methods

Method Description
Advance ( ) : void

Moves to the next character.

ReplenishBuffer ( ) : void

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

Method Details

InitializeFilter() public method

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

Peek() public method

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

Read() public method

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