public class NonClosableInputStream extends FilterInputStream
in| Modifier and Type | Method and Description |
|---|---|
void |
close()
The whole point of this input stream is to ignore invocations to close()
|
void |
realClose() |
available, mark, markSupported, read, read, read, reset, skippublic void close()
close in interface Closeableclose in interface AutoCloseableclose in class FilterInputStreampublic void realClose()
throws IOException
IOExceptionCopyright © 2005–2021 QOS.ch. All rights reserved.