|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.InputStream
org.apache.tools.ant.DemuxInputStream
Passes input requests tot he project object for demuxing into individual tasks and threads.
| Constructor Summary | |
DemuxInputStream(Project project)
Create a DemuxInputStream for the given project |
|
| Method Summary | |
int |
read()
|
int |
read(byte[] buffer,
int offset,
int length)
|
| Methods inherited from class java.io.InputStream |
available, close, mark, markSupported, read, reset, skip |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DemuxInputStream(Project project)
project - the project instance| Method Detail |
public int read()
throws java.io.IOException
java.io.IOExceptionInputStream.read()
public int read(byte[] buffer,
int offset,
int length)
throws java.io.IOException
java.io.IOExceptionInputStream.read(byte[], int, int)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||