File
Doc
Category
Size
Date
Package
JsonWriter.java
API Doc
Android 5.1 API
1894
Sat Mar 14 14:09:36 GMT 2015
android.util
JsonWriter
java.lang.Object
public final class JsonWriter extends Object implements Closeable
Fields Summary
Constructors Summary
public JsonWriter
(
Writer
out)
throw new RuntimeException("Stub!");
Methods Summary
public
android.util.JsonWriter
beginArray
()
throw new RuntimeException("Stub!");
public
android.util.JsonWriter
beginObject
()
throw new RuntimeException("Stub!");
public void
close
()
throw new RuntimeException("Stub!");
public
android.util.JsonWriter
endArray
()
throw new RuntimeException("Stub!");
public
android.util.JsonWriter
endObject
()
throw new RuntimeException("Stub!");
public void
flush
()
throw new RuntimeException("Stub!");
public
boolean
isLenient
()
throw new RuntimeException("Stub!");
public
android.util.JsonWriter
name
(
java.lang.String
name)
throw new RuntimeException("Stub!");
public
android.util.JsonWriter
nullValue
()
throw new RuntimeException("Stub!");
public void
setIndent
(
java.lang.String
indent)
throw new RuntimeException("Stub!");
public void
setLenient
(
boolean
lenient)
throw new RuntimeException("Stub!");
public
android.util.JsonWriter
value
(
java.lang.String
value)
throw new RuntimeException("Stub!");
public
android.util.JsonWriter
value
(
boolean
value)
throw new RuntimeException("Stub!");
public
android.util.JsonWriter
value
(
double
value)
throw new RuntimeException("Stub!");
public
android.util.JsonWriter
value
(
long
value)
throw new RuntimeException("Stub!");
public
android.util.JsonWriter
value
(
java.lang.Number
value)
throw new RuntimeException("Stub!");
Java Code Source