org.apache.tools.ant.util
public class KeepAliveInputStream extends FilterInputStream
In code-language it means that it is not necessary to do:
if (out != System.in) { in.close(); }
Since: Ant 1.6
Constructor Summary | |
---|---|
KeepAliveInputStream(InputStream in) |
Method Summary | |
---|---|
void | close() this method does nothing |