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