org.apache.tools.ant

Class DemuxInputStream


public class DemuxInputStream
extends InputStream

Passes input requests to the project object for demuxing into individual tasks and threads.
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)

Constructor Details

DemuxInputStream

public DemuxInputStream(Project project)
Create a DemuxInputStream for the given project
Parameters:
project - the project instance

Method Details

read

public int read()
            throws IOException

read

public int read(byte[] buffer,
                int offset,
                int length)
            throws IOException

Copyright B) 2000-2008 Apache Software Foundation. All Rights Reserved.