1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- .class final Lcom/google/gson/internal/bind/JsonTreeReader$1;
- .super Ljava/io/Reader;
- .source "JsonTreeReader.java"
- # annotations
- .annotation system Ldalvik/annotation/EnclosingClass;
- value = Lcom/google/gson/internal/bind/JsonTreeReader;
- .end annotation
- .annotation system Ldalvik/annotation/InnerClass;
- accessFlags = 0x8
- name = null
- .end annotation
- # direct methods
- .method constructor <init>()V
- .locals 0
- .line 38
- invoke-direct {p0}, Ljava/io/Reader;-><init>()V
- return-void
- .end method
- # virtual methods
- .method public close()V
- .locals 1
- .annotation system Ldalvik/annotation/Throws;
- value = {
- Ljava/io/IOException;
- }
- .end annotation
- .line 43
- new-instance v0, Ljava/lang/AssertionError;
- invoke-direct {v0}, Ljava/lang/AssertionError;-><init>()V
- throw v0
- .end method
- .method public read([CII)I
- .locals 1
- .param p1, "buffer" # [C
- .param p2, "offset" # I
- .param p3, "count" # I
- .annotation system Ldalvik/annotation/Throws;
- value = {
- Ljava/io/IOException;
- }
- .end annotation
- .line 40
- new-instance v0, Ljava/lang/AssertionError;
- invoke-direct {v0}, Ljava/lang/AssertionError;-><init>()V
- throw v0
- .end method
|