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

/frameworks/base/core/java/android/util/
H A DJsonWriter.java37 * <li>To write <strong>arrays</strong>, first call {@link #beginArray()}.
79 * writer.beginArray();
109 * writer.beginArray();
202 public JsonWriter beginArray() throws IOException { method in class:JsonWriter
H A DJsonReader.java43 * #beginArray} to consume the array's opening bracket. Then create a
100 * reader.beginArray();
136 * reader.beginArray();
276 public void beginArray() throws IOException { method in class:JsonReader

Completed in 37 milliseconds