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 // okhttp3.internal.http2.Http2Codec$StreamFinishingSource this
        start local 2 // okio.Source delegate
         0: .line 199
            aload 0 /* this */
            aload 1
            putfield okhttp3.internal.http2.Http2Codec$StreamFinishingSource.this$0:Lokhttp3/internal/http2/Http2Codec;
         1: .line 200
            aload 0 /* this */
            aload 2 /* delegate */
            invokespecial okio.ForwardingSource.<init>:(Lokio/Source;)V
         2: .line 196
            aload 0 /* this */
            iconst_0
            putfield okhttp3.internal.http2.Http2Codec$StreamFinishingSource.completed:Z
         3: .line 197
            aload 0 /* this */
            lconst_0
            putfield okhttp3.internal.http2.Http2Codec$StreamFinishingSource.bytesRead:J
         4: .line 201
            return
        end local 2 // okio.Source delegate
        end local 0 // okhttp3.internal.http2.Http2Codec$StreamFinishingSource this
      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 // okhttp3.internal.http2.Http2Codec$StreamFinishingSource this
        start local 1 // okio.Buffer sink
        start local 2 // long byteCount
         0: .line 205
            aload 0 /* this */
            invokevirtual okhttp3.internal.http2.Http2Codec$StreamFinishingSource.delegate:()Lokio/Source;
            aload 1 /* sink */
            lload 2 /* byteCount */
            invokeinterface okio.Source.read:(Lokio/Buffer;J)J
            lstore 4 /* read */
        start local 4 // long read
         1: .line 206
            lload 4 /* read */
            lconst_0
            lcmp
            ifle 3
         2: .line 207
            aload 0 /* this */
            dup
            getfield okhttp3.internal.http2.Http2Codec$StreamFinishingSource.bytesRead:J
            lload 4 /* read */
            ladd
            putfield okhttp3.internal.http2.Http2Codec$StreamFinishingSource.bytesRead:J
         3: .line 209
      StackMap locals: long
      StackMap stack:
            lload 4 /* read */
         4: lreturn
        end local 4 // long read
         5: .line 210
      StackMap locals: okhttp3.internal.http2.Http2Codec$StreamFinishingSource okio.Buffer long
      StackMap stack: java.io.IOException
            astore 4 /* e */
        start local 4 // java.io.IOException e
         6: .line 211
            aload 0 /* this */
            aload 4 /* e */
            invokevirtual okhttp3.internal.http2.Http2Codec$StreamFinishingSource.endOfInput:(Ljava/io/IOException;)V
         7: .line 212
            aload 4 /* e */
            athrow
        end local 4 // java.io.IOException e
        end local 2 // long byteCount
        end local 1 // okio.Buffer sink
        end local 0 // okhttp3.internal.http2.Http2Codec$StreamFinishingSource this
      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 // okhttp3.internal.http2.Http2Codec$StreamFinishingSource this
         0: .line 217
            aload 0 /* this */
            invokespecial okio.ForwardingSource.close:()V
         1: .line 218
            aload 0 /* this */
            aconst_null
            invokevirtual okhttp3.internal.http2.Http2Codec$StreamFinishingSource.endOfInput:(Ljava/io/IOException;)V
         2: .line 219
            return
        end local 0 // okhttp3.internal.http2.Http2Codec$StreamFinishingSource this
      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 // okhttp3.internal.http2.Http2Codec$StreamFinishingSource this
        start local 1 // java.io.IOException e
         0: .line 222
            aload 0 /* this */
            getfield okhttp3.internal.http2.Http2Codec$StreamFinishingSource.completed:Z
            ifeq 1
            return
         1: .line 223
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield okhttp3.internal.http2.Http2Codec$StreamFinishingSource.completed:Z
         2: .line 224
            aload 0 /* this */
            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 /* this */
            getfield okhttp3.internal.http2.Http2Codec$StreamFinishingSource.this$0:Lokhttp3/internal/http2/Http2Codec;
            aload 0 /* this */
            getfield okhttp3.internal.http2.Http2Codec$StreamFinishingSource.bytesRead:J
            aload 1 /* e */
            invokevirtual okhttp3.internal.connection.StreamAllocation.streamFinished:(ZLokhttp3/internal/http/HttpCodec;JLjava/io/IOException;)V
         3: .line 225
            return
        end local 1 // java.io.IOException e
        end local 0 // okhttp3.internal.http2.Http2Codec$StreamFinishingSource this
      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