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