org.apache.tools.ant
Class DemuxInputStream
InputStream
org.apache.tools.ant.DemuxInputStream
public class DemuxInputStream
extends InputStream
Passes input requests to the project object for demuxing into
individual tasks and threads.
- Ant 1.6
int | read()
|
int | read(byte[] buffer, int offset, int length)
|
DemuxInputStream
public DemuxInputStream(Project project)
Create a DemuxInputStream for the given project
project
- the project instance
read
public int read()
throws IOException
read
public int read(byte[] buffer,
int offset,
int length)
throws IOException
Copyright B) 2000-2005 Apache Software Foundation. All Rights Reserved.