public abstract class HtmlPageReader<T> extends Object implements ValueReader<T>
| Constructor and Description |
|---|
HtmlPageReader() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
read(org.w3c.dom.html.HTMLDocument document) |
T |
read(InputStream inputStream,
String mimeType,
Charset charset) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitread, read, read, readpublic T read(InputStream inputStream, @Nullable String mimeType, @Nullable Charset charset) throws IOException
read in interface ValueReader<T>IOExceptionprotected abstract T read(org.w3c.dom.html.HTMLDocument document) throws OKCoinClientException
OKCoinClientExceptionCopyright © 2013–2017. All rights reserved.