12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- .class final Lokio/Timeout$1;
- .super Lokio/Timeout;
- .source ""
- # annotations
- .annotation system Ldalvik/annotation/EnclosingClass;
- value = Lokio/Timeout;
- .end annotation
- .annotation system Ldalvik/annotation/InnerClass;
- accessFlags = 0x0
- name = null
- .end annotation
- # direct methods
- .method constructor <init>()V
- .locals 0
- invoke-direct {p0}, Lokio/Timeout;-><init>()V
- return-void
- .end method
- # virtual methods
- .method public deadlineNanoTime(J)Lokio/Timeout;
- .locals 0
- return-object p0
- .end method
- .method public throwIfReached()V
- .locals 0
- .annotation system Ldalvik/annotation/Throws;
- value = {
- Ljava/io/IOException;
- }
- .end annotation
- return-void
- .end method
- .method public timeout(JLjava/util/concurrent/TimeUnit;)Lokio/Timeout;
- .locals 0
- return-object p0
- .end method
|