123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- .class final Lokio/Okio$3;
- .super Ljava/lang/Object;
- .source ""
- # interfaces
- .implements Lokio/Sink;
- # annotations
- .annotation system Ldalvik/annotation/EnclosingMethod;
- value = Lokio/Okio;->blackhole()Lokio/Sink;
- .end annotation
- .annotation system Ldalvik/annotation/InnerClass;
- accessFlags = 0x0
- name = null
- .end annotation
- # direct methods
- .method constructor <init>()V
- .locals 0
- invoke-direct {p0}, Ljava/lang/Object;-><init>()V
- return-void
- .end method
- # virtual methods
- .method public close()V
- .locals 0
- .annotation system Ldalvik/annotation/Throws;
- value = {
- Ljava/io/IOException;
- }
- .end annotation
- return-void
- .end method
- .method public flush()V
- .locals 0
- .annotation system Ldalvik/annotation/Throws;
- value = {
- Ljava/io/IOException;
- }
- .end annotation
- return-void
- .end method
- .method public timeout()Lokio/Timeout;
- .locals 1
- sget-object v0, Lokio/Timeout;->NONE:Lokio/Timeout;
- return-object v0
- .end method
- .method public write(Lokio/Buffer;J)V
- .locals 0
- .annotation system Ldalvik/annotation/Throws;
- value = {
- Ljava/io/IOException;
- }
- .end annotation
- invoke-virtual {p1, p2, p3}, Lokio/Buffer;->skip(J)V
- return-void
- .end method
|