protected class IoUtilTest.InputStreamWrapper extends InputStream
| Modifier | Constructor and Description |
|---|---|
protected |
InputStreamWrapper(InputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
isClosed() |
int |
read() |
available, mark, markSupported, read, read, reset, skipprotected InputStreamWrapper(InputStream stream)
public boolean isClosed()
public int read() throws IOException
read in class InputStreamIOExceptionpublic void close() throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.