public abstract class HTMLReader<T> extends Object implements ValueReader<T>
Constructor and Description |
---|
HTMLReader() |
Modifier and Type | Method and Description |
---|---|
protected abstract T |
parse(org.w3c.dom.html.HTMLDocument document) |
T |
read(InputStream inputStream) |
public T read(InputStream inputStream) throws IOException
read
in interface ValueReader<T>
IOException
protected abstract T parse(org.w3c.dom.html.HTMLDocument document) throws HuobiClientException
HuobiClientException
Copyright © 2014–2015. All rights reserved.