public class UncloseableInputStream extends FilterInputStream
close() method. Instead, they must be closed by the creator using doClose().in| Constructor and Description |
|---|
UncloseableInputStream(InputStream parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
doClose() |
available, mark, markSupported, read, read, read, reset, skippublic UncloseableInputStream(InputStream parent)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterInputStreamIOExceptionpublic void doClose()
throws IOException
IOExceptionCopyright © 2015-2018 Eclipse Foundation. All Rights Reserved.