public class NoCloseInputStream
extends java.io.FilterInputStream
| Constructor and Description |
|---|
NoCloseInputStream(java.io.InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static java.io.InputStream |
resolveInputStream(java.io.InputStream input,
boolean okToClose) |
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.FilterInputStreamjava.io.IOExceptionpublic static java.io.InputStream resolveInputStream(java.io.InputStream input,
boolean okToClose)