class okhttp3.internal.http2.Http2Codec$StreamFinishingSource extends okio.ForwardingSource
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: okhttp3.internal.http2.Http2Codec$StreamFinishingSource
super_class: okio.ForwardingSource
{
boolean completed;
descriptor: Z
flags: (0x0000)
long bytesRead;
descriptor: J
flags: (0x0000)
final okhttp3.internal.http2.Http2Codec this$0;
descriptor: Lokhttp3/internal/http2/Http2Codec;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(okhttp3.internal.http2.Http2Codec, okio.Source);
descriptor: (Lokhttp3/internal/http2/Http2Codec;Lokio/Source;)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield okhttp3.internal.http2.Http2Codec$StreamFinishingSource.this$0:Lokhttp3/internal/http2/Http2Codec;
1: aload 0
aload 2
invokespecial okio.ForwardingSource.<init>:(Lokio/Source;)V
2: aload 0
iconst_0
putfield okhttp3.internal.http2.Http2Codec$StreamFinishingSource.completed:Z
3: aload 0
lconst_0
putfield okhttp3.internal.http2.Http2Codec$StreamFinishingSource.bytesRead:J
4: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lokhttp3/internal/http2/Http2Codec$StreamFinishingSource;
0 5 2 delegate Lokio/Source;
MethodParameters:
Name Flags
this$0 final
delegate
public long read(okio.Buffer, long);
descriptor: (Lokio/Buffer;J)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual okhttp3.internal.http2.Http2Codec$StreamFinishingSource.delegate:()Lokio/Source;
aload 1
lload 2
invokeinterface okio.Source.read:(Lokio/Buffer;J)J
lstore 4
start local 4 1: lload 4
lconst_0
lcmp
ifle 3
2: aload 0
dup
getfield okhttp3.internal.http2.Http2Codec$StreamFinishingSource.bytesRead:J
lload 4
ladd
putfield okhttp3.internal.http2.Http2Codec$StreamFinishingSource.bytesRead:J
3: StackMap locals: long
StackMap stack:
lload 4
4: lreturn
end local 4 5: StackMap locals: okhttp3.internal.http2.Http2Codec$StreamFinishingSource okio.Buffer long
StackMap stack: java.io.IOException
astore 4
start local 4 6: aload 0
aload 4
invokevirtual okhttp3.internal.http2.Http2Codec$StreamFinishingSource.endOfInput:(Ljava/io/IOException;)V
7: aload 4
athrow
end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lokhttp3/internal/http2/Http2Codec$StreamFinishingSource;
0 8 1 sink Lokio/Buffer;
0 8 2 byteCount J
1 5 4 read J
6 8 4 e Ljava/io/IOException;
Exception table:
from to target type
0 4 5 Class java.io.IOException
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
sink
byteCount
public void close();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokespecial okio.ForwardingSource.close:()V
1: aload 0
aconst_null
invokevirtual okhttp3.internal.http2.Http2Codec$StreamFinishingSource.endOfInput:(Ljava/io/IOException;)V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lokhttp3/internal/http2/Http2Codec$StreamFinishingSource;
Exceptions:
throws java.io.IOException
private void endOfInput(java.io.IOException);
descriptor: (Ljava/io/IOException;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=6, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield okhttp3.internal.http2.Http2Codec$StreamFinishingSource.completed:Z
ifeq 1
return
1: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield okhttp3.internal.http2.Http2Codec$StreamFinishingSource.completed:Z
2: aload 0
getfield okhttp3.internal.http2.Http2Codec$StreamFinishingSource.this$0:Lokhttp3/internal/http2/Http2Codec;
getfield okhttp3.internal.http2.Http2Codec.streamAllocation:Lokhttp3/internal/connection/StreamAllocation;
iconst_0
aload 0
getfield okhttp3.internal.http2.Http2Codec$StreamFinishingSource.this$0:Lokhttp3/internal/http2/Http2Codec;
aload 0
getfield okhttp3.internal.http2.Http2Codec$StreamFinishingSource.bytesRead:J
aload 1
invokevirtual okhttp3.internal.connection.StreamAllocation.streamFinished:(ZLokhttp3/internal/http/HttpCodec;JLjava/io/IOException;)V
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lokhttp3/internal/http2/Http2Codec$StreamFinishingSource;
0 4 1 e Ljava/io/IOException;
MethodParameters:
Name Flags
e
}
SourceFile: "Http2Codec.java"
NestHost: okhttp3.internal.http2.Http2Codec
InnerClasses:
StreamFinishingSource = okhttp3.internal.http2.Http2Codec$StreamFinishingSource of okhttp3.internal.http2.Http2Codec