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