Okio$3.smali 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. .class final Lokio/Okio$3;
  2. .super Ljava/lang/Object;
  3. .source ""
  4. # interfaces
  5. .implements Lokio/Sink;
  6. # annotations
  7. .annotation system Ldalvik/annotation/EnclosingMethod;
  8. value = Lokio/Okio;->blackhole()Lokio/Sink;
  9. .end annotation
  10. .annotation system Ldalvik/annotation/InnerClass;
  11. accessFlags = 0x0
  12. name = null
  13. .end annotation
  14. # direct methods
  15. .method constructor <init>()V
  16. .locals 0
  17. invoke-direct {p0}, Ljava/lang/Object;-><init>()V
  18. return-void
  19. .end method
  20. # virtual methods
  21. .method public close()V
  22. .locals 0
  23. .annotation system Ldalvik/annotation/Throws;
  24. value = {
  25. Ljava/io/IOException;
  26. }
  27. .end annotation
  28. return-void
  29. .end method
  30. .method public flush()V
  31. .locals 0
  32. .annotation system Ldalvik/annotation/Throws;
  33. value = {
  34. Ljava/io/IOException;
  35. }
  36. .end annotation
  37. return-void
  38. .end method
  39. .method public timeout()Lokio/Timeout;
  40. .locals 1
  41. sget-object v0, Lokio/Timeout;->NONE:Lokio/Timeout;
  42. return-object v0
  43. .end method
  44. .method public write(Lokio/Buffer;J)V
  45. .locals 0
  46. .annotation system Ldalvik/annotation/Throws;
  47. value = {
  48. Ljava/io/IOException;
  49. }
  50. .end annotation
  51. invoke-virtual {p1, p2, p3}, Lokio/Buffer;->skip(J)V
  52. return-void
  53. .end method