Searched defs:JsonReader (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/util/
H A DJsonReader.java37 * an entry point method that creates a {@code JsonReader}.
78 * "text": "@android_newb just use android.util.JsonReader!",
89 * JsonReader reader = new JsonReader(new InputStreamReader(in, "UTF-8"));
97 * public List<Message> readMessagesArray(JsonReader reader) throws IOException {
108 * public Message readMessage(JsonReader reader) throws IOException {
133 * public List<Double> readDoublesArray(JsonReader reader) throws IOException {
144 * public User readUser(JsonReader reader) throws IOException {
173 * <p>Each {@code JsonReader} may be used to read a single JSON stream. Instances
176 public final class JsonReader implement class in inherits:Closeable
233 public JsonReader(Reader in) { method in class:JsonReader
[all...]

Completed in 135 milliseconds