public interface JsonReader
| Modifier and Type | Interface and Description |
|---|---|
static class |
JsonReader.Token |
| Modifier and Type | Method and Description |
|---|---|
boolean |
currentBooleanValue() |
double |
currentDoubleValue() |
int |
currentIntValue() |
String |
currentString() |
JsonReader.Token |
currentToken() |
JsonReader.Token |
nextToken() |
void |
skipChildren() |
JsonReader.Token nextToken() throws JsonGeometryException
JsonGeometryExceptionJsonReader.Token currentToken() throws JsonGeometryException
JsonGeometryExceptionvoid skipChildren()
throws JsonGeometryException
JsonGeometryExceptionString currentString() throws JsonGeometryException
JsonGeometryExceptiondouble currentDoubleValue()
throws JsonGeometryException
JsonGeometryExceptionint currentIntValue()
throws JsonGeometryException
JsonGeometryExceptionboolean currentBooleanValue()
throws JsonGeometryException
JsonGeometryExceptionCopyright © 2018. All rights reserved.