public class NoCloseInputStream extends FilterInputStream
in| Constructor and Description |
|---|
NoCloseInputStream(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static InputStream |
resolveInputStream(InputStream input,
boolean okToClose) |
available, mark, markSupported, read, read, read, reset, skippublic NoCloseInputStream(InputStream in)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterInputStreamIOExceptionpublic static InputStream resolveInputStream(InputStream input, boolean okToClose)
Copyright © 2018–2021 The Apache Software Foundation. All rights reserved.