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

46 lines
937 B
Smali
Raw Normal View History

2019-07-24 11:27:29 +00:00
.class public final Lokhttp3/c;
.super Ljava/lang/Object;
.source "Cache.java"
# interfaces
.implements Ljava/io/Closeable;
.implements Ljava/io/Flushable;
# instance fields
2019-10-07 23:23:22 +00:00
.field final bmf:Lokhttp3/internal/a/e;
2019-07-24 11:27:29 +00:00
2019-10-07 23:23:22 +00:00
.field final bmg:Lokhttp3/internal/a/d;
2019-07-24 11:27:29 +00:00
# virtual methods
.method public final close()V
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
2019-10-07 23:23:22 +00:00
iget-object v0, p0, Lokhttp3/c;->bmg:Lokhttp3/internal/a/d;
2019-07-24 11:27:29 +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-10-07 23:23:22 +00:00
iget-object v0, p0, Lokhttp3/c;->bmg:Lokhttp3/internal/a/d;
2019-07-24 11:27:29 +00:00
invoke-virtual {v0}, Lokhttp3/internal/a/d;->flush()V
return-void
.end method