public abstract class AbstractReaderInputSource extends Object implements ReaderInputSource
Constructor and Description |
---|
AbstractReaderInputSource() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Reader |
getReader() |
protected abstract Reader |
openReader() |
boolean |
restartSupported() |
public boolean restartSupported()
restartSupported
in interface InputSource
public Reader getReader()
getReader
in interface ReaderInputSource
protected abstract Reader openReader()
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2004–2022 XWiki. All rights reserved.