Streams.smali
.class public final Lcom/google/gson/internal/Streams;
.super Ljava/lang/Object;
.source "Streams.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/gson/internal/Streams$AppendableWriter;
}
.end annotation
# direct methods
.method public constructor <init>()V
.registers 1
.line 35
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static parse(Lcom/google/gson/stream/JsonReader;)Lcom/google/gson/JsonElement;
.registers 3
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/gson/JsonParseException;
}
.end annotation
.line 42
:try_start_0
invoke-virtual {p0}, Lcom/google/gson/stream/JsonReader;->peek()Lcom/google/gson/stream/JsonToken;
:try_end_3
.catch Ljava/io/EOFException; {:try_start_0 .. :try_end_3} :catch_24
.catch Lcom/google/gson/stream/MalformedJsonException; {:try_start_0 .. :try_end_3} :catch_1d
.catch Ljava/io/IOException; {:try_start_0 .. :try_end_3} :catch_16
.catch Ljava/lang/NumberFormatException; {:try_start_0 .. :try_end_3} :catch_f
const/4 v0, 0x0
.line 44
:try_start_4
sget-object v1, Lcom/google/gson/internal/bind/TypeAdapters;->JSON_ELEMENT:Lcom/google/gson/TypeAdapter;
invoke-virtual {v1, p0}, Lcom/google/gson/TypeAdapter;->read(Lcom/google/gson/stream/JsonReader;)Ljava/lang/Object;
move-result-object p0
check-cast p0, Lcom/google/gson/JsonElement;
:try_end_c
.catch Ljava/io/EOFException; {:try_start_4 .. :try_end_c} :catch_d
.catch Lcom/google/gson/stream/MalformedJsonException; {:try_start_4 .. :try_end_c} :catch_1d
.catch Ljava/io/IOException; {:try_start_4 .. :try_end_c} :catch_16
.catch Ljava/lang/NumberFormatException; {:try_start_4 .. :try_end_c} :catch_f
return-object p0
:catch_d
move-exception p0
goto :goto_26
:catch_f
move-exception p0
.line 60
new-instance v0, Lcom/google/gson/JsonSyntaxException;
invoke-direct {v0, p0}, Lcom/google/gson/JsonSyntaxException;-><init>(Ljava/lang/Throwable;)V
throw v0
:catch_16
move-exception p0
.line 58
new-instance v0, Lcom/google/gson/JsonIOException;
invoke-direct {v0, p0}, Lcom/google/gson/JsonIOException;-><init>(Ljava/lang/Throwable;)V
throw v0
:catch_1d
move-exception p0
.line 56
new-instance v0, Lcom/google/gson/JsonSyntaxException;
invoke-direct {v0, p0}, Lcom/google/gson/JsonSyntaxException;-><init>(Ljava/lang/Throwable;)V
throw v0
:catch_24
move-exception p0
const/4 v0, 0x1
:goto_26
if-eqz v0, :cond_2b
.line 51
sget-object p0, Lcom/google/gson/JsonNull;->INSTANCE:Lcom/google/gson/JsonNull;
return-object p0
.line 54
:cond_2b
new-instance v0, Lcom/google/gson/JsonSyntaxException;
invoke-direct {v0, p0}, Lcom/google/gson/JsonSyntaxException;-><init>(Ljava/lang/Throwable;)V
throw v0
.end method
.method public static write(Lcom/google/gson/JsonElement;Lcom/google/gson/stream/JsonWriter;)V
.registers 3
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 68
sget-object v0, Lcom/google/gson/internal/bind/TypeAdapters;->JSON_ELEMENT:Lcom/google/gson/TypeAdapter;
invoke-virtual {v0, p1, p0}, Lcom/google/gson/TypeAdapter;->write(Lcom/google/gson/stream/JsonWriter;Ljava/lang/Object;)V
return-void
.end method
.method public static writerForAppendable(Ljava/lang/Appendable;)Ljava/io/Writer;
.registers 3
.line 73
instance-of v0, p0, Ljava/io/Writer;
if-eqz v0, :cond_7
check-cast p0, Ljava/io/Writer;
goto :goto_e
:cond_7
new-instance v0, Lcom/google/gson/internal/Streams$AppendableWriter;
const/4 v1, 0x0
invoke-direct {v0, p0, v1}, Lcom/google/gson/internal/Streams$AppendableWriter;-><init>(Ljava/lang/Appendable;Lcom/google/gson/internal/Streams$1;)V
move-object p0, v0
:goto_e
return-object p0
.end method