public static class ReaderInputStream.NonCloseable extends ReaderInputStream
ReaderInputStream.NonCloseable| Constructor and Description |
|---|
NonCloseable(Reader reader) |
NonCloseable(Reader reader,
String encoding) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the Reader.
|
available, mark, markSupported, read, read, resetread, skippublic NonCloseable(Reader reader)
public void close()
throws IOException
ReaderInputStreamclose in interface Closeableclose in interface AutoCloseableclose in class ReaderInputStreamIOException - if the original Reader fails to be closedCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.