protected class IoUtilTest.ReaderWrapper extends Reader
| Modifier | Constructor and Description |
|---|---|
protected |
ReaderWrapper(Reader reader) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
isClosed() |
int |
read(char[] cbuf,
int off,
int len) |
protected ReaderWrapper(Reader reader)
public boolean isClosed()
public void close() throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionpublic int read(char[] cbuf, int off, int len) throws IOException
read in class ReaderIOExceptionCopyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.