T - Parsing result typepublic interface ApiResponseReader<T>
| Modifier and Type | Method and Description |
|---|---|
T |
parse(java.io.InputStream in)
Called when the input stream is available.
|
T parse(java.io.InputStream in) throws java.lang.Exception
in - the input stream from the server responsejava.lang.Exception