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, reset
read, skip
public NonCloseable(Reader reader)
public void close() throws IOException
ReaderInputStream
close
in interface Closeable
close
in interface AutoCloseable
close
in class ReaderInputStream
IOException
- if the original Reader fails to be closedCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.