public class IdResponseReader extends java.lang.Object implements ApiResponseReader<java.lang.Long>
| Constructor and Description |
|---|
IdResponseReader() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
parse(java.io.InputStream in)
Called when the input stream is available.
|
public java.lang.Long parse(java.io.InputStream in)
throws java.lang.Exception
ApiResponseReaderparse in interface ApiResponseReader<java.lang.Long>in - the input stream from the server responsejava.lang.Exception