apkfuckery/com.discord/smali/okhttp3/internal/DiskLruCache$4.smali

80 lines
1.5 KiB
Smali
Raw Normal View History

2019-02-04 20:05:16 +00:00
.class final Lokhttp3/internal/DiskLruCache$4;
.super Ljava/lang/Object;
.source "DiskLruCache.java"
# interfaces
.implements Lokio/Sink;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lokhttp3/internal/DiskLruCache;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x8
name = null
.end annotation
# direct methods
.method constructor <init>()V
.locals 0
.prologue
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
.prologue
return-void
.end method
.method public flush()V
.locals 0
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.prologue
return-void
.end method
.method public timeout()Lokio/Timeout;
.locals 1
.prologue
sget-object v0, Lokio/Timeout;->NONE:Lokio/Timeout;
return-object v0
.end method
.method public write(Lokio/Buffer;J)V
.locals 0
.param p1, "source" # Lokio/Buffer;
.param p2, "byteCount" # J
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.prologue
invoke-virtual {p1, p2, p3}, Lokio/Buffer;->skip(J)V
return-void
.end method