FileDocCategorySizeDatePackage
JsonReader.javaAPI DocAndroid 5.1 API1828Sat Mar 14 14:09:38 GMT 2015android.util

JsonReader

public final class JsonReader extends Object implements Closeable

Fields Summary
Constructors Summary
public JsonReader(Reader in)

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidbeginArray()

 throw new RuntimeException("Stub!"); 
public voidbeginObject()

 throw new RuntimeException("Stub!"); 
public voidclose()

 throw new RuntimeException("Stub!"); 
public voidendArray()

 throw new RuntimeException("Stub!"); 
public voidendObject()

 throw new RuntimeException("Stub!"); 
public booleanhasNext()

 throw new RuntimeException("Stub!"); 
public booleanisLenient()

 throw new RuntimeException("Stub!"); 
public booleannextBoolean()

 throw new RuntimeException("Stub!"); 
public doublenextDouble()

 throw new RuntimeException("Stub!"); 
public intnextInt()

 throw new RuntimeException("Stub!"); 
public longnextLong()

 throw new RuntimeException("Stub!"); 
public java.lang.StringnextName()

 throw new RuntimeException("Stub!"); 
public voidnextNull()

 throw new RuntimeException("Stub!"); 
public java.lang.StringnextString()

 throw new RuntimeException("Stub!"); 
public android.util.JsonTokenpeek()

 throw new RuntimeException("Stub!"); 
public voidsetLenient(boolean lenient)

 throw new RuntimeException("Stub!"); 
public voidskipValue()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!");