apkfuckery/com.discord/smali_classes2/okhttp3/c.smali

46 lines
937 B
Smali
Raw Normal View History

2019-02-04 20:08:30 +00:00
.class public final Lokhttp3/c;
.super Ljava/lang/Object;
2019-02-04 20:29:01 +00:00
.source "Cache.java"
2019-02-04 20:08:30 +00:00
# interfaces
.implements Ljava/io/Closeable;
.implements Ljava/io/Flushable;
# instance fields
2019-02-17 02:24:41 +00:00
.field final bhY:Lokhttp3/internal/a/e;
2019-02-04 20:08:30 +00:00
2019-02-17 02:24:41 +00:00
.field final bhZ:Lokhttp3/internal/a/d;
2019-02-04 20:08:30 +00:00
# virtual methods
.method public final close()V
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
2019-02-17 02:24:41 +00:00
iget-object v0, p0, Lokhttp3/c;->bhZ:Lokhttp3/internal/a/d;
2019-02-04 20:08:30 +00:00
invoke-virtual {v0}, Lokhttp3/internal/a/d;->close()V
return-void
.end method
.method public final flush()V
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
2019-02-17 02:24:41 +00:00
iget-object v0, p0, Lokhttp3/c;->bhZ:Lokhttp3/internal/a/d;
2019-02-04 20:08:30 +00:00
invoke-virtual {v0}, Lokhttp3/internal/a/d;->flush()V
return-void
.end method