You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
154 lines
3.7 KiB
154 lines
3.7 KiB
.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$1;, |
|
Lcom/google/gson/internal/Streams$AppendableWriter; |
|
} |
|
.end annotation |
|
|
|
|
|
# direct methods |
|
.method private constructor <init>()V |
|
.locals 1 |
|
|
|
.prologue |
|
.line 36 |
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V |
|
|
|
.line 37 |
|
new-instance v0, Ljava/lang/UnsupportedOperationException; |
|
|
|
invoke-direct {v0}, Ljava/lang/UnsupportedOperationException;-><init>()V |
|
|
|
throw v0 |
|
.end method |
|
|
|
.method public static parse(Lcom/google/gson/stream/JsonReader;)Lcom/google/gson/JsonElement; |
|
.locals 2 |
|
|
|
.prologue |
|
.line 44 |
|
const/4 v1, 0x1 |
|
|
|
.line 46 |
|
:try_start_0 |
|
invoke-virtual {p0}, Lcom/google/gson/stream/JsonReader;->peek()Lcom/google/gson/stream/JsonToken; |
|
|
|
.line 47 |
|
const/4 v1, 0x0 |
|
|
|
.line 48 |
|
sget-object v0, Lcom/google/gson/internal/bind/TypeAdapters;->JSON_ELEMENT:Lcom/google/gson/TypeAdapter; |
|
|
|
invoke-virtual {v0, p0}, Lcom/google/gson/TypeAdapter;->read(Lcom/google/gson/stream/JsonReader;)Ljava/lang/Object; |
|
|
|
move-result-object v0 |
|
|
|
check-cast v0, Lcom/google/gson/JsonElement; |
|
:try_end_0 |
|
.catch Ljava/io/EOFException; {:try_start_0 .. :try_end_0} :catch_0 |
|
.catch Lcom/google/gson/stream/MalformedJsonException; {:try_start_0 .. :try_end_0} :catch_1 |
|
.catch Ljava/io/IOException; {:try_start_0 .. :try_end_0} :catch_2 |
|
.catch Ljava/lang/NumberFormatException; {:try_start_0 .. :try_end_0} :catch_3 |
|
|
|
.line 55 |
|
:goto_0 |
|
return-object v0 |
|
|
|
.line 49 |
|
:catch_0 |
|
move-exception v0 |
|
|
|
.line 54 |
|
if-eqz v1, :cond_0 |
|
|
|
.line 55 |
|
sget-object v0, Lcom/google/gson/JsonNull;->INSTANCE:Lcom/google/gson/JsonNull; |
|
|
|
goto :goto_0 |
|
|
|
.line 58 |
|
:cond_0 |
|
new-instance v1, Lcom/google/gson/JsonSyntaxException; |
|
|
|
invoke-direct {v1, v0}, Lcom/google/gson/JsonSyntaxException;-><init>(Ljava/lang/Throwable;)V |
|
|
|
throw v1 |
|
|
|
.line 59 |
|
:catch_1 |
|
move-exception v0 |
|
|
|
.line 60 |
|
new-instance v1, Lcom/google/gson/JsonSyntaxException; |
|
|
|
invoke-direct {v1, v0}, Lcom/google/gson/JsonSyntaxException;-><init>(Ljava/lang/Throwable;)V |
|
|
|
throw v1 |
|
|
|
.line 61 |
|
:catch_2 |
|
move-exception v0 |
|
|
|
.line 62 |
|
new-instance v1, Lcom/google/gson/JsonIOException; |
|
|
|
invoke-direct {v1, v0}, Lcom/google/gson/JsonIOException;-><init>(Ljava/lang/Throwable;)V |
|
|
|
throw v1 |
|
|
|
.line 63 |
|
:catch_3 |
|
move-exception v0 |
|
|
|
.line 64 |
|
new-instance v1, Lcom/google/gson/JsonSyntaxException; |
|
|
|
invoke-direct {v1, v0}, Lcom/google/gson/JsonSyntaxException;-><init>(Ljava/lang/Throwable;)V |
|
|
|
throw v1 |
|
.end method |
|
|
|
.method public static write(Lcom/google/gson/JsonElement;Lcom/google/gson/stream/JsonWriter;)V |
|
.locals 1 |
|
|
|
.prologue |
|
.line 72 |
|
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 |
|
|
|
.line 73 |
|
return-void |
|
.end method |
|
|
|
.method public static writerForAppendable(Ljava/lang/Appendable;)Ljava/io/Writer; |
|
.locals 2 |
|
|
|
.prologue |
|
.line 77 |
|
instance-of v0, p0, Ljava/io/Writer; |
|
|
|
if-eqz v0, :cond_0 |
|
|
|
check-cast p0, Ljava/io/Writer; |
|
|
|
:goto_0 |
|
return-object p0 |
|
|
|
:cond_0 |
|
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 :goto_0 |
|
.end method
|
|
|