@Deprecated
public class TaskOutputStream
extends java.io.OutputStream
System.setOut(new PrintStream(new TaskOutputStream(project, Project.MSG_INFO)));
As of Ant 1.2, this class is considered to be dead code by the Ant developers and is unmaintained. Don't use it.
| Modifier and Type | Method and Description | 
|---|---|
| void | write(int c)Deprecated.  Write a character to the output stream. | 
public void write(int c)
           throws java.io.IOException
write in class java.io.OutputStreamc - the character to writejava.io.IOException - on error