FileDocCategorySizeDatePackage
ChainableReader.javaAPI DocApache Ant 1.701377Wed Dec 13 06:16:18 GMT 2006org.apache.tools.ant.filters

ChainableReader

public interface ChainableReader
Interface indicating that a reader may be chained to another one.

Fields Summary
Constructors Summary
Methods Summary
public java.io.Readerchain(java.io.Reader rdr)
Returns a reader with the same configuration as this one, but filtering input from the specified reader.

param
rdr the reader which the returned reader should be filtering
return
a reader with the same configuration as this one, but filtering input from the specified reader