public class NoCloseInputStream extends FilterInputStream
InputStream that cannot be closed.in| Constructor and Description |
|---|
NoCloseInputStream(InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
doClose() |
available, mark, markSupported, read, read, read, reset, skippublic NoCloseInputStream(InputStream is)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterInputStreamIOExceptionpublic void doClose()
throws IOException
IOExceptionCopyright © 2015 Oracle Corporation. All rights reserved.