final class okhttp3.Cache$CacheRequestImpl implements okhttp3.internal.cache.CacheRequest
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: okhttp3.Cache$CacheRequestImpl
super_class: java.lang.Object
{
private final okhttp3.internal.cache.DiskLruCache$Editor editor;
descriptor: Lokhttp3/internal/cache/DiskLruCache$Editor;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private okio.Sink cacheOut;
descriptor: Lokio/Sink;
flags: (0x0002) ACC_PRIVATE
private okio.Sink body;
descriptor: Lokio/Sink;
flags: (0x0002) ACC_PRIVATE
boolean done;
descriptor: Z
flags: (0x0000)
final okhttp3.Cache this$0;
descriptor: Lokhttp3/Cache;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(okhttp3.Cache, okhttp3.internal.cache.DiskLruCache$Editor);
descriptor: (Lokhttp3/Cache;Lokhttp3/internal/cache/DiskLruCache$Editor;)V
flags: (0x0000)
Code:
stack=6, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield okhttp3.Cache$CacheRequestImpl.this$0:Lokhttp3/Cache;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 2
putfield okhttp3.Cache$CacheRequestImpl.editor:Lokhttp3/internal/cache/DiskLruCache$Editor;
2: aload 0
aload 2
iconst_1
invokevirtual okhttp3.internal.cache.DiskLruCache$Editor.newSink:(I)Lokio/Sink;
putfield okhttp3.Cache$CacheRequestImpl.cacheOut:Lokio/Sink;
3: aload 0
new okhttp3.Cache$CacheRequestImpl$1
dup
aload 0
aload 0
getfield okhttp3.Cache$CacheRequestImpl.cacheOut:Lokio/Sink;
aload 2
invokespecial okhttp3.Cache$CacheRequestImpl$1.<init>:(Lokhttp3/Cache$CacheRequestImpl;Lokio/Sink;Lokhttp3/internal/cache/DiskLruCache$Editor;)V
putfield okhttp3.Cache$CacheRequestImpl.body:Lokio/Sink;
4: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lokhttp3/Cache$CacheRequestImpl;
0 5 2 editor Lokhttp3/internal/cache/DiskLruCache$Editor;
MethodParameters:
Name Flags
this$0 final
editor final
public void abort();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield okhttp3.Cache$CacheRequestImpl.this$0:Lokhttp3/Cache;
dup
astore 1
monitorenter
1: aload 0
getfield okhttp3.Cache$CacheRequestImpl.done:Z
ifeq 4
2: aload 1
monitorexit
3: return
4: StackMap locals: okhttp3.Cache
StackMap stack:
aload 0
iconst_1
putfield okhttp3.Cache$CacheRequestImpl.done:Z
5: aload 0
getfield okhttp3.Cache$CacheRequestImpl.this$0:Lokhttp3/Cache;
dup
getfield okhttp3.Cache.writeAbortCount:I
iconst_1
iadd
putfield okhttp3.Cache.writeAbortCount:I
6: aload 1
monitorexit
7: goto 10
StackMap locals:
StackMap stack: java.lang.Throwable
8: aload 1
monitorexit
9: athrow
10: StackMap locals:
StackMap stack:
aload 0
getfield okhttp3.Cache$CacheRequestImpl.cacheOut:Lokio/Sink;
invokestatic okhttp3.internal.Util.closeQuietly:(Ljava/io/Closeable;)V
11: aload 0
getfield okhttp3.Cache$CacheRequestImpl.editor:Lokhttp3/internal/cache/DiskLruCache$Editor;
invokevirtual okhttp3.internal.cache.DiskLruCache$Editor.abort:()V
12: goto 14
StackMap locals:
StackMap stack: java.io.IOException
13: pop
14: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lokhttp3/Cache$CacheRequestImpl;
Exception table:
from to target type
1 3 8 any
4 7 8 any
8 9 8 any
11 12 13 Class java.io.IOException
public okio.Sink body();
descriptor: ()Lokio/Sink;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield okhttp3.Cache$CacheRequestImpl.body:Lokio/Sink;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lokhttp3/Cache$CacheRequestImpl;
static okhttp3.Cache access$0(okhttp3.Cache$CacheRequestImpl);
descriptor: (Lokhttp3/Cache$CacheRequestImpl;)Lokhttp3/Cache;
flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
getfield okhttp3.Cache$CacheRequestImpl.this$0:Lokhttp3/Cache;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "Cache.java"
NestHost: okhttp3.Cache
InnerClasses:
private final CacheRequestImpl = okhttp3.Cache$CacheRequestImpl of okhttp3.Cache
okhttp3.Cache$CacheRequestImpl$1
public final Editor = okhttp3.internal.cache.DiskLruCache$Editor of okhttp3.internal.cache.DiskLruCache