public class UnclosableInputStream extends InputStream
| Constructor and Description |
|---|
UnclosableInputStream(InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
available, mark, markSupported, read, read, reset, skippublic UnclosableInputStream(InputStream inputStream)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2021 NorStella. All rights reserved.