JsonTreeReader$1.smali 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. .class final Lcom/google/gson/internal/bind/JsonTreeReader$1;
  2. .super Ljava/io/Reader;
  3. .source "JsonTreeReader.java"
  4. # annotations
  5. .annotation system Ldalvik/annotation/EnclosingClass;
  6. value = Lcom/google/gson/internal/bind/JsonTreeReader;
  7. .end annotation
  8. .annotation system Ldalvik/annotation/InnerClass;
  9. accessFlags = 0x8
  10. name = null
  11. .end annotation
  12. # direct methods
  13. .method constructor <init>()V
  14. .locals 0
  15. .line 38
  16. invoke-direct {p0}, Ljava/io/Reader;-><init>()V
  17. return-void
  18. .end method
  19. # virtual methods
  20. .method public close()V
  21. .locals 1
  22. .annotation system Ldalvik/annotation/Throws;
  23. value = {
  24. Ljava/io/IOException;
  25. }
  26. .end annotation
  27. .line 43
  28. new-instance v0, Ljava/lang/AssertionError;
  29. invoke-direct {v0}, Ljava/lang/AssertionError;-><init>()V
  30. throw v0
  31. .end method
  32. .method public read([CII)I
  33. .locals 1
  34. .param p1, "buffer" # [C
  35. .param p2, "offset" # I
  36. .param p3, "count" # I
  37. .annotation system Ldalvik/annotation/Throws;
  38. value = {
  39. Ljava/io/IOException;
  40. }
  41. .end annotation
  42. .line 40
  43. new-instance v0, Ljava/lang/AssertionError;
  44. invoke-direct {v0}, Ljava/lang/AssertionError;-><init>()V
  45. throw v0
  46. .end method