JsonTreeReader$1.smali 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. .class final Lcom/google/gson/internal/bind/JsonTreeReader$1;
  2. .super Ljava/io/Reader;
  3. .source ""
  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. invoke-direct {p0}, Ljava/io/Reader;-><init>()V
  16. return-void
  17. .end method
  18. # virtual methods
  19. .method public close()V
  20. .locals 1
  21. .annotation system Ldalvik/annotation/Throws;
  22. value = {
  23. Ljava/io/IOException;
  24. }
  25. .end annotation
  26. new-instance v0, Ljava/lang/AssertionError;
  27. invoke-direct {v0}, Ljava/lang/AssertionError;-><init>()V
  28. throw v0
  29. .end method
  30. .method public read([CII)I
  31. .locals 0
  32. .annotation system Ldalvik/annotation/Throws;
  33. value = {
  34. Ljava/io/IOException;
  35. }
  36. .end annotation
  37. new-instance p1, Ljava/lang/AssertionError;
  38. invoke-direct {p1}, Ljava/lang/AssertionError;-><init>()V
  39. throw p1
  40. .end method