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, wait
read, read, read, read
public T read(InputStream inputStream, @Nullable String mimeType, @Nullable Charset charset) throws IOException
read
in interface ValueReader<T>
IOException
protected abstract T read(org.w3c.dom.html.HTMLDocument document) throws OKCoinClientException
OKCoinClientException
Copyright © 2013–2017. All rights reserved.