Cache$CacheRequestImpl.smali
.class final Lokhttp3/Cache$CacheRequestImpl;
.super Ljava/lang/Object;
.source "Cache.java"
# interfaces
.implements Lokhttp3/internal/cache/CacheRequest;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lokhttp3/Cache;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x12
name = "CacheRequestImpl"
.end annotation
# instance fields
.field private body:Lokio/Sink;
.field private cacheOut:Lokio/Sink;
.field done:Z
.field private final editor:Lokhttp3/internal/cache/DiskLruCache$Editor;
.field final synthetic this$0:Lokhttp3/Cache;
# direct methods
.method constructor <init>(Lokhttp3/Cache;Lokhttp3/internal/cache/DiskLruCache$Editor;)V
.registers 5
.line 436
iput-object p1, p0, Lokhttp3/Cache$CacheRequestImpl;->this$0:Lokhttp3/Cache;
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 437
iput-object p2, p0, Lokhttp3/Cache$CacheRequestImpl;->editor:Lokhttp3/internal/cache/DiskLruCache$Editor;
const/4 v0, 0x1
.line 438
invoke-virtual {p2, v0}, Lokhttp3/internal/cache/DiskLruCache$Editor;->newSink(I)Lokio/Sink;
move-result-object v0
iput-object v0, p0, Lokhttp3/Cache$CacheRequestImpl;->cacheOut:Lokio/Sink;
.line 439
new-instance v1, Lokhttp3/Cache$CacheRequestImpl$1;
invoke-direct {v1, p0, v0, p1, p2}, Lokhttp3/Cache$CacheRequestImpl$1;-><init>(Lokhttp3/Cache$CacheRequestImpl;Lokio/Sink;Lokhttp3/Cache;Lokhttp3/internal/cache/DiskLruCache$Editor;)V
iput-object v1, p0, Lokhttp3/Cache$CacheRequestImpl;->body:Lokio/Sink;
return-void
.end method
# virtual methods
.method public abort()V
.registers 5
.line 455
iget-object v0, p0, Lokhttp3/Cache$CacheRequestImpl;->this$0:Lokhttp3/Cache;
monitor-enter v0
.line 456
:try_start_3
iget-boolean v1, p0, Lokhttp3/Cache$CacheRequestImpl;->done:Z
if-eqz v1, :cond_9
.line 457
monitor-exit v0
return-void
:cond_9
const/4 v1, 0x1
.line 459
iput-boolean v1, p0, Lokhttp3/Cache$CacheRequestImpl;->done:Z
.line 460
iget-object v2, p0, Lokhttp3/Cache$CacheRequestImpl;->this$0:Lokhttp3/Cache;
iget v3, v2, Lokhttp3/Cache;->writeAbortCount:I
add-int/2addr v3, v1
iput v3, v2, Lokhttp3/Cache;->writeAbortCount:I
.line 461
monitor-exit v0
:try_end_14
.catchall {:try_start_3 .. :try_end_14} :catchall_1f
.line 462
iget-object v0, p0, Lokhttp3/Cache$CacheRequestImpl;->cacheOut:Lokio/Sink;
invoke-static {v0}, Lokhttp3/internal/Util;->closeQuietly(Ljava/io/Closeable;)V
.line 464
:try_start_19
iget-object v0, p0, Lokhttp3/Cache$CacheRequestImpl;->editor:Lokhttp3/internal/cache/DiskLruCache$Editor;
invoke-virtual {v0}, Lokhttp3/internal/cache/DiskLruCache$Editor;->abort()V
:try_end_1e
.catch Ljava/io/IOException; {:try_start_19 .. :try_end_1e} :catch_1e
:catch_1e
return-void
:catchall_1f
move-exception v1
.line 461
:try_start_20
monitor-exit v0
:try_end_21
.catchall {:try_start_20 .. :try_end_21} :catchall_1f
throw v1
.end method
.method public body()Lokio/Sink;
.registers 2
.line 470
iget-object v0, p0, Lokhttp3/Cache$CacheRequestImpl;->body:Lokio/Sink;
return-object v0
.end method