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
JsonGeometryException
JsonReader.Token currentToken() throws JsonGeometryException
JsonGeometryException
void skipChildren() throws JsonGeometryException
JsonGeometryException
String currentString() throws JsonGeometryException
JsonGeometryException
double currentDoubleValue() throws JsonGeometryException
JsonGeometryException
int currentIntValue() throws JsonGeometryException
JsonGeometryException
boolean currentBooleanValue() throws JsonGeometryException
JsonGeometryException
Copyright © 2018. All rights reserved.