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.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.FilterInputStream
java.io.IOException
public static java.io.InputStream resolveInputStream(java.io.InputStream input, boolean okToClose)