final class okhttp3.internal.http2.Http2Reader$ContinuationSource implements okio.Source
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: okhttp3.internal.http2.Http2Reader$ContinuationSource
  super_class: java.lang.Object
{
  private final okio.BufferedSource source;
    descriptor: Lokio/BufferedSource;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  int length;
    descriptor: I
    flags: (0x0000) 

  byte flags;
    descriptor: B
    flags: (0x0000) 

  int streamId;
    descriptor: I
    flags: (0x0000) 

  int left;
    descriptor: I
    flags: (0x0000) 

  short padding;
    descriptor: S
    flags: (0x0000) 

  void <init>(okio.BufferedSource);
    descriptor: (Lokio/BufferedSource;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // okhttp3.internal.http2.Http2Reader$ContinuationSource this
        start local 1 // okio.BufferedSource source
         0: .line 359
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 360
            aload 0 /* this */
            aload 1 /* source */
            putfield okhttp3.internal.http2.Http2Reader$ContinuationSource.source:Lokio/BufferedSource;
         2: .line 361
            return
        end local 1 // okio.BufferedSource source
        end local 0 // okhttp3.internal.http2.Http2Reader$ContinuationSource this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lokhttp3/internal/http2/Http2Reader$ContinuationSource;
            0    3     1  source  Lokio/BufferedSource;
    MethodParameters:
        Name  Flags
      source  

  public long read(okio.Buffer, long);
    descriptor: (Lokio/Buffer;J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=3
        start local 0 // okhttp3.internal.http2.Http2Reader$ContinuationSource this
        start local 1 // okio.Buffer sink
        start local 2 // long byteCount
         0: .line 364
            goto 5
         1: .line 365
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.http2.Http2Reader$ContinuationSource.source:Lokio/BufferedSource;
            aload 0 /* this */
            getfield okhttp3.internal.http2.Http2Reader$ContinuationSource.padding:S
            i2l
            invokeinterface okio.BufferedSource.skip:(J)V
         2: .line 366
            aload 0 /* this */
            iconst_0
            putfield okhttp3.internal.http2.Http2Reader$ContinuationSource.padding:S
         3: .line 367
            aload 0 /* this */
            getfield okhttp3.internal.http2.Http2Reader$ContinuationSource.flags:B
            iconst_4
            iand
            ifeq 4
            ldc -1
            lreturn
         4: .line 368
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual okhttp3.internal.http2.Http2Reader$ContinuationSource.readContinuationHeader:()V
         5: .line 364
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.http2.Http2Reader$ContinuationSource.left:I
            ifeq 1
         6: .line 372
            aload 0 /* this */
            getfield okhttp3.internal.http2.Http2Reader$ContinuationSource.source:Lokio/BufferedSource;
            aload 1 /* sink */
            lload 2 /* byteCount */
            aload 0 /* this */
            getfield okhttp3.internal.http2.Http2Reader$ContinuationSource.left:I
            i2l
            invokestatic java.lang.Math.min:(JJ)J
            invokeinterface okio.BufferedSource.read:(Lokio/Buffer;J)J
            lstore 4 /* read */
        start local 4 // long read
         7: .line 373
            lload 4 /* read */
            ldc -1
            lcmp
            ifne 8
            ldc -1
            lreturn
         8: .line 374
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            dup
            getfield okhttp3.internal.http2.Http2Reader$ContinuationSource.left:I
            i2l
            lload 4 /* read */
            lsub
            l2i
            putfield okhttp3.internal.http2.Http2Reader$ContinuationSource.left:I
         9: .line 375
            lload 4 /* read */
            lreturn
        end local 4 // long read
        end local 2 // long byteCount
        end local 1 // okio.Buffer sink
        end local 0 // okhttp3.internal.http2.Http2Reader$ContinuationSource this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lokhttp3/internal/http2/Http2Reader$ContinuationSource;
            0   10     1       sink  Lokio/Buffer;
            0   10     2  byteCount  J
            7   10     4       read  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      sink       
      byteCount  

  public okio.Timeout timeout();
    descriptor: ()Lokio/Timeout;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // okhttp3.internal.http2.Http2Reader$ContinuationSource this
         0: .line 379
            aload 0 /* this */
            getfield okhttp3.internal.http2.Http2Reader$ContinuationSource.source:Lokio/BufferedSource;
            invokeinterface okio.BufferedSource.timeout:()Lokio/Timeout;
            areturn
        end local 0 // okhttp3.internal.http2.Http2Reader$ContinuationSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/internal/http2/Http2Reader$ContinuationSource;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // okhttp3.internal.http2.Http2Reader$ContinuationSource this
         0: .line 383
            return
        end local 0 // okhttp3.internal.http2.Http2Reader$ContinuationSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/internal/http2/Http2Reader$ContinuationSource;
    Exceptions:
      throws java.io.IOException

  private void readContinuationHeader();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // okhttp3.internal.http2.Http2Reader$ContinuationSource this
         0: .line 386
            aload 0 /* this */
            getfield okhttp3.internal.http2.Http2Reader$ContinuationSource.streamId:I
            istore 1 /* previousStreamId */
        start local 1 // int previousStreamId
         1: .line 388
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield okhttp3.internal.http2.Http2Reader$ContinuationSource.source:Lokio/BufferedSource;
            invokestatic okhttp3.internal.http2.Http2Reader.readMedium:(Lokio/BufferedSource;)I
            dup_x1
            putfield okhttp3.internal.http2.Http2Reader$ContinuationSource.left:I
            putfield okhttp3.internal.http2.Http2Reader$ContinuationSource.length:I
         2: .line 389
            aload 0 /* this */
            getfield okhttp3.internal.http2.Http2Reader$ContinuationSource.source:Lokio/BufferedSource;
            invokeinterface okio.BufferedSource.readByte:()B
            sipush 255
            iand
            i2b
            istore 2 /* type */
        start local 2 // byte type
         3: .line 390
            aload 0 /* this */
            aload 0 /* this */
            getfield okhttp3.internal.http2.Http2Reader$ContinuationSource.source:Lokio/BufferedSource;
            invokeinterface okio.BufferedSource.readByte:()B
            sipush 255
            iand
            i2b
            putfield okhttp3.internal.http2.Http2Reader$ContinuationSource.flags:B
         4: .line 391
            getstatic okhttp3.internal.http2.Http2Reader.logger:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 5
            getstatic okhttp3.internal.http2.Http2Reader.logger:Ljava/util/logging/Logger;
            iconst_1
            aload 0 /* this */
            getfield okhttp3.internal.http2.Http2Reader$ContinuationSource.streamId:I
            aload 0 /* this */
            getfield okhttp3.internal.http2.Http2Reader$ContinuationSource.length:I
            iload 2 /* type */
            aload 0 /* this */
            getfield okhttp3.internal.http2.Http2Reader$ContinuationSource.flags:B
            invokestatic okhttp3.internal.http2.Http2.frameLog:(ZIIBB)Ljava/lang/String;
            invokevirtual java.util.logging.Logger.fine:(Ljava/lang/String;)V
         5: .line 392
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield okhttp3.internal.http2.Http2Reader$ContinuationSource.source:Lokio/BufferedSource;
            invokeinterface okio.BufferedSource.readInt:()I
            ldc 2147483647
            iand
            putfield okhttp3.internal.http2.Http2Reader$ContinuationSource.streamId:I
         6: .line 393
            iload 2 /* type */
            bipush 9
            if_icmpeq 7
            ldc "%s != TYPE_CONTINUATION"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 2 /* type */
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
            aastore
            invokestatic okhttp3.internal.http2.Http2.ioException:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/IOException;
            athrow
         7: .line 394
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.http2.Http2Reader$ContinuationSource.streamId:I
            iload 1 /* previousStreamId */
            if_icmpeq 8
            ldc "TYPE_CONTINUATION streamId changed"
            iconst_0
            anewarray java.lang.Object
            invokestatic okhttp3.internal.http2.Http2.ioException:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/IOException;
            athrow
         8: .line 395
      StackMap locals:
      StackMap stack:
            return
        end local 2 // byte type
        end local 1 // int previousStreamId
        end local 0 // okhttp3.internal.http2.Http2Reader$ContinuationSource this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    9     0              this  Lokhttp3/internal/http2/Http2Reader$ContinuationSource;
            1    9     1  previousStreamId  I
            3    9     2              type  B
    Exceptions:
      throws java.io.IOException
}
SourceFile: "Http2Reader.java"
NestHost: okhttp3.internal.http2.Http2Reader
InnerClasses:
  final ContinuationSource = okhttp3.internal.http2.Http2Reader$ContinuationSource of okhttp3.internal.http2.Http2Reader