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

/frameworks/base/core/java/android/util/
H A DJsonReader.java57 * exception. Lenient parsers should call {@link #skipValue()} to recursively
62 * #skipValue()}.
126 * reader.skipValue();
156 * reader.skipValue();
227 /** True if we're currently handling a skipValue() call. */
546 public void skipValue() throws IOException { method in class:JsonReader

Completed in 490 milliseconds