org.apache.tools.ant
public class DemuxInputStream extends InputStream
Since: Ant 1.6
| Constructor Summary | |
|---|---|
| DemuxInputStream(Project project)
Create a DemuxInputStream for the given project
| |
| Method Summary | |
|---|---|
| int | read() |
| int | read(byte[] buffer, int offset, int length) |
Parameters: project the project instance