JsonTreeWriter$1.smali 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. .class final Lcom/google/gson/internal/bind/JsonTreeWriter$1;
  2. .super Ljava/io/Writer;
  3. .source ""
  4. # annotations
  5. .annotation system Ldalvik/annotation/EnclosingClass;
  6. value = Lcom/google/gson/internal/bind/JsonTreeWriter;
  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/Writer;-><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 flush()V
  31. .locals 1
  32. .annotation system Ldalvik/annotation/Throws;
  33. value = {
  34. Ljava/io/IOException;
  35. }
  36. .end annotation
  37. new-instance v0, Ljava/lang/AssertionError;
  38. invoke-direct {v0}, Ljava/lang/AssertionError;-><init>()V
  39. throw v0
  40. .end method
  41. .method public write([CII)V
  42. .locals 0
  43. new-instance p1, Ljava/lang/AssertionError;
  44. invoke-direct {p1}, Ljava/lang/AssertionError;-><init>()V
  45. throw p1
  46. .end method