org.apache.tools.ant.util
public class KeepAliveOutputStream extends FilterOutputStream
In code-language it means that it is not necessary to do:
if (out != System.out && out!= System.err) { out.close(); }
Constructor Summary | |
---|---|
KeepAliveOutputStream(OutputStream out) |
Method Summary | |
---|---|
void | close() this method does nothing |