public class NoCloseReader extends FilterReader
in| Constructor and Description |
|---|
NoCloseReader(Reader in) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static Reader |
resolveReader(Reader r,
boolean okToClose) |
mark, markSupported, read, read, ready, reset, skippublic NoCloseReader(Reader in)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterReaderIOExceptionCopyright © 2008–2017 The Apache Software Foundation. All rights reserved.