protected class IoUtilTest.OutputStreamWrapper extends OutputStream
| Modifier | Constructor and Description |
|---|---|
protected |
OutputStreamWrapper(OutputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
isClosed() |
void |
write(int b) |
flush, write, writeprotected OutputStreamWrapper(OutputStream stream)
public boolean isClosed()
public void close() throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionpublic void write(int b) throws IOException
write in class OutputStreamIOExceptionCopyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.