123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- .class final Lokhttp3/Cache$CacheRequestImpl;
- .super Ljava/lang/Object;
- .source ""
- # 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
- .locals 2
- iput-object p1, p0, Lokhttp3/Cache$CacheRequestImpl;->this$0:Lokhttp3/Cache;
- invoke-direct {p0}, Ljava/lang/Object;-><init>()V
- iput-object p2, p0, Lokhttp3/Cache$CacheRequestImpl;->editor:Lokhttp3/internal/cache/DiskLruCache$Editor;
- const/4 v0, 0x1
- 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;
- new-instance v0, Lokhttp3/Cache$CacheRequestImpl$1;
- iget-object v1, p0, Lokhttp3/Cache$CacheRequestImpl;->cacheOut:Lokio/Sink;
- invoke-direct {v0, p0, v1, p1, p2}, Lokhttp3/Cache$CacheRequestImpl$1;-><init>(Lokhttp3/Cache$CacheRequestImpl;Lokio/Sink;Lokhttp3/Cache;Lokhttp3/internal/cache/DiskLruCache$Editor;)V
- iput-object v0, p0, Lokhttp3/Cache$CacheRequestImpl;->body:Lokio/Sink;
- return-void
- .end method
- # virtual methods
- .method public abort()V
- .locals 4
- iget-object v0, p0, Lokhttp3/Cache$CacheRequestImpl;->this$0:Lokhttp3/Cache;
- monitor-enter v0
- :try_start_0
- iget-boolean v1, p0, Lokhttp3/Cache$CacheRequestImpl;->done:Z
- if-eqz v1, :cond_0
- monitor-exit v0
- return-void
- :cond_0
- const/4 v1, 0x1
- iput-boolean v1, p0, Lokhttp3/Cache$CacheRequestImpl;->done:Z
- 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
- monitor-exit v0
- :try_end_0
- .catchall {:try_start_0 .. :try_end_0} :catchall_0
- iget-object v0, p0, Lokhttp3/Cache$CacheRequestImpl;->cacheOut:Lokio/Sink;
- invoke-static {v0}, Lokhttp3/internal/Util;->closeQuietly(Ljava/io/Closeable;)V
- :try_start_1
- 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_1
- .catch Ljava/io/IOException; {:try_start_1 .. :try_end_1} :catch_0
- :catch_0
- return-void
- :catchall_0
- move-exception v1
- :try_start_2
- monitor-exit v0
- :try_end_2
- .catchall {:try_start_2 .. :try_end_2} :catchall_0
- throw v1
- .end method
- .method public body()Lokio/Sink;
- .locals 1
- iget-object v0, p0, Lokhttp3/Cache$CacheRequestImpl;->body:Lokio/Sink;
- return-object v0
- .end method
|