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