class sun.net.www.protocol.http.HttpURLConnection$HttpInputStream extends java.io.FilterInputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.net.www.protocol.http.HttpURLConnection$HttpInputStream
  super_class: java.io.FilterInputStream
{
  private java.net.CacheRequest cacheRequest;
    descriptor: Ljava/net/CacheRequest;
    flags: (0x0002) ACC_PRIVATE

  private java.io.OutputStream outputStream;
    descriptor: Ljava/io/OutputStream;
    flags: (0x0002) ACC_PRIVATE

  private boolean marked;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private int inCache;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int markCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean closed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private byte[] skipBuffer;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private static final int SKIP_BUFFER_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 8096

  final sun.net.www.protocol.http.HttpURLConnection this$0;
    descriptor: Lsun/net/www/protocol/http/HttpURLConnection;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(sun.net.www.protocol.http.HttpURLConnection, java.io.InputStream);
    descriptor: (Lsun/net/www/protocol/http/HttpURLConnection;Ljava/io/InputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.net.www.protocol.http.HttpURLConnection$HttpInputStream this
        start local 2 // java.io.InputStream is
         0: .line 3407
            aload 0 /* this */
            aload 1
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.this$0:Lsun/net/www/protocol/http/HttpURLConnection;
         1: .line 3408
            aload 0 /* this */
            aload 2 /* is */
            invokespecial java.io.FilterInputStream.<init>:(Ljava/io/InputStream;)V
         2: .line 3402
            aload 0 /* this */
            iconst_0
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.marked:Z
         3: .line 3403
            aload 0 /* this */
            iconst_0
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.inCache:I
         4: .line 3404
            aload 0 /* this */
            iconst_0
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.markCount:I
         5: .line 3409
            aload 0 /* this */
            aconst_null
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.cacheRequest:Ljava/net/CacheRequest;
         6: .line 3410
            aload 0 /* this */
            aconst_null
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.outputStream:Ljava/io/OutputStream;
         7: .line 3411
            return
        end local 2 // java.io.InputStream is
        end local 0 // sun.net.www.protocol.http.HttpURLConnection$HttpInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/net/www/protocol/http/HttpURLConnection$HttpInputStream;
            0    8     2    is  Ljava/io/InputStream;
    MethodParameters:
        Name  Flags
      this$0  final
      is      

  public void <init>(sun.net.www.protocol.http.HttpURLConnection, java.io.InputStream, java.net.CacheRequest);
    descriptor: (Lsun/net/www/protocol/http/HttpURLConnection;Ljava/io/InputStream;Ljava/net/CacheRequest;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // sun.net.www.protocol.http.HttpURLConnection$HttpInputStream this
        start local 2 // java.io.InputStream is
        start local 3 // java.net.CacheRequest cacheRequest
         0: .line 3413
            aload 0 /* this */
            aload 1
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.this$0:Lsun/net/www/protocol/http/HttpURLConnection;
         1: .line 3414
            aload 0 /* this */
            aload 2 /* is */
            invokespecial java.io.FilterInputStream.<init>:(Ljava/io/InputStream;)V
         2: .line 3402
            aload 0 /* this */
            iconst_0
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.marked:Z
         3: .line 3403
            aload 0 /* this */
            iconst_0
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.inCache:I
         4: .line 3404
            aload 0 /* this */
            iconst_0
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.markCount:I
         5: .line 3415
            aload 0 /* this */
            aload 3 /* cacheRequest */
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.cacheRequest:Ljava/net/CacheRequest;
         6: .line 3417
            aload 0 /* this */
            aload 3 /* cacheRequest */
            invokevirtual java.net.CacheRequest.getBody:()Ljava/io/OutputStream;
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.outputStream:Ljava/io/OutputStream;
         7: .line 3418
            goto 12
      StackMap locals: sun.net.www.protocol.http.HttpURLConnection$HttpInputStream sun.net.www.protocol.http.HttpURLConnection java.io.InputStream java.net.CacheRequest
      StackMap stack: java.io.IOException
         8: pop
         9: .line 3419
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.cacheRequest:Ljava/net/CacheRequest;
            invokevirtual java.net.CacheRequest.abort:()V
        10: .line 3420
            aload 0 /* this */
            aconst_null
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.cacheRequest:Ljava/net/CacheRequest;
        11: .line 3421
            aload 0 /* this */
            aconst_null
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.outputStream:Ljava/io/OutputStream;
        12: .line 3423
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.net.CacheRequest cacheRequest
        end local 2 // java.io.InputStream is
        end local 0 // sun.net.www.protocol.http.HttpURLConnection$HttpInputStream this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   13     0          this  Lsun/net/www/protocol/http/HttpURLConnection$HttpInputStream;
            0   13     2            is  Ljava/io/InputStream;
            0   13     3  cacheRequest  Ljava/net/CacheRequest;
      Exception table:
        from    to  target  type
           6     7       8  Class java.io.IOException
    MethodParameters:
              Name  Flags
      this$0        final
      is            
      cacheRequest  

  public synchronized void mark(int);
    descriptor: (I)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.net.www.protocol.http.HttpURLConnection$HttpInputStream this
        start local 1 // int readlimit
         0: .line 3444
            aload 0 /* this */
            iload 1 /* readlimit */
            invokespecial java.io.FilterInputStream.mark:(I)V
         1: .line 3445
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.cacheRequest:Ljava/net/CacheRequest;
            ifnull 4
         2: .line 3446
            aload 0 /* this */
            iconst_1
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.marked:Z
         3: .line 3447
            aload 0 /* this */
            iconst_0
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.markCount:I
         4: .line 3449
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int readlimit
        end local 0 // sun.net.www.protocol.http.HttpURLConnection$HttpInputStream this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lsun/net/www/protocol/http/HttpURLConnection$HttpInputStream;
            0    5     1  readlimit  I
    MethodParameters:
           Name  Flags
      readlimit  

  public synchronized void reset();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.HttpURLConnection$HttpInputStream this
         0: .line 3474
            aload 0 /* this */
            invokespecial java.io.FilterInputStream.reset:()V
         1: .line 3475
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.cacheRequest:Ljava/net/CacheRequest;
            ifnull 4
         2: .line 3476
            aload 0 /* this */
            iconst_0
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.marked:Z
         3: .line 3477
            aload 0 /* this */
            dup
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.inCache:I
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.markCount:I
            iadd
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.inCache:I
         4: .line 3479
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.net.www.protocol.http.HttpURLConnection$HttpInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/net/www/protocol/http/HttpURLConnection$HttpInputStream;
    Exceptions:
      throws java.io.IOException

  private void ensureOpen();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.HttpURLConnection$HttpInputStream this
         0: .line 3482
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.closed:Z
            ifeq 2
         1: .line 3483
            new java.io.IOException
            dup
            ldc "stream is closed"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 3484
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.net.www.protocol.http.HttpURLConnection$HttpInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/net/www/protocol/http/HttpURLConnection$HttpInputStream;
    Exceptions:
      throws java.io.IOException

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.net.www.protocol.http.HttpURLConnection$HttpInputStream this
         0: .line 3488
            aload 0 /* this */
            invokevirtual sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.ensureOpen:()V
         1: .line 3490
            iconst_1
            newarray 8
            astore 1 /* b */
        start local 1 // byte[] b
         2: .line 3491
            aload 0 /* this */
            aload 1 /* b */
            invokevirtual sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read:([B)I
            istore 2 /* ret */
        start local 2 // int ret
         3: .line 3492
            iload 2 /* ret */
            iconst_m1
            if_icmpne 4
            iload 2 /* ret */
            goto 5
      StackMap locals: byte[] int
      StackMap stack:
         4: aload 1 /* b */
            iconst_0
            baload
            sipush 255
            iand
      StackMap locals:
      StackMap stack: int
         5: ireturn
        end local 2 // int ret
        end local 1 // byte[] b
         6: .line 3493
      StackMap locals: sun.net.www.protocol.http.HttpURLConnection$HttpInputStream
      StackMap stack: java.io.IOException
            astore 1 /* ioex */
        start local 1 // java.io.IOException ioex
         7: .line 3494
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.cacheRequest:Ljava/net/CacheRequest;
            ifnull 9
         8: .line 3495
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.cacheRequest:Ljava/net/CacheRequest;
            invokevirtual java.net.CacheRequest.abort:()V
         9: .line 3497
      StackMap locals: java.io.IOException
      StackMap stack:
            aload 1 /* ioex */
            athrow
        end local 1 // java.io.IOException ioex
        end local 0 // sun.net.www.protocol.http.HttpURLConnection$HttpInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lsun/net/www/protocol/http/HttpURLConnection$HttpInputStream;
            2    6     1     b  [B
            3    6     2   ret  I
            7   10     1  ioex  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           1     5       6  Class java.io.IOException
    Exceptions:
      throws java.io.IOException

  public int read(byte[]);
    descriptor: ([B)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.net.www.protocol.http.HttpURLConnection$HttpInputStream this
        start local 1 // byte[] b
         0: .line 3503
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokevirtual sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read:([BII)I
            ireturn
        end local 1 // byte[] b
        end local 0 // sun.net.www.protocol.http.HttpURLConnection$HttpInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/protocol/http/HttpURLConnection$HttpInputStream;
            0    1     1     b  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public int read(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // sun.net.www.protocol.http.HttpURLConnection$HttpInputStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 3508
            aload 0 /* this */
            invokevirtual sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.ensureOpen:()V
         1: .line 3510
            aload 0 /* this */
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokespecial java.io.FilterInputStream.read:([BII)I
            istore 4 /* newLen */
        start local 4 // int newLen
         2: .line 3513
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.inCache:I
            ifle 10
         3: .line 3514
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.inCache:I
            iload 4 /* newLen */
            if_icmplt 7
         4: .line 3515
            aload 0 /* this */
            dup
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.inCache:I
            iload 4 /* newLen */
            isub
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.inCache:I
         5: .line 3516
            iconst_0
            istore 5 /* nWrite */
        start local 5 // int nWrite
         6: .line 3517
            goto 11
        end local 5 // int nWrite
         7: .line 3518
      StackMap locals: int
      StackMap stack:
            iload 4 /* newLen */
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.inCache:I
            isub
            istore 5 /* nWrite */
        start local 5 // int nWrite
         8: .line 3519
            aload 0 /* this */
            iconst_0
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.inCache:I
         9: .line 3521
            goto 11
        end local 5 // int nWrite
        10: .line 3522
      StackMap locals:
      StackMap stack:
            iload 4 /* newLen */
            istore 5 /* nWrite */
        start local 5 // int nWrite
        11: .line 3524
      StackMap locals: int
      StackMap stack:
            iload 5 /* nWrite */
            ifle 13
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.outputStream:Ljava/io/OutputStream;
            ifnull 13
        12: .line 3525
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.outputStream:Ljava/io/OutputStream;
            aload 1 /* b */
            iload 2 /* off */
            iload 4 /* newLen */
            iload 5 /* nWrite */
            isub
            iadd
            iload 5 /* nWrite */
            invokevirtual java.io.OutputStream.write:([BII)V
        13: .line 3526
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.marked:Z
            ifeq 15
        14: .line 3527
            aload 0 /* this */
            dup
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.markCount:I
            iload 4 /* newLen */
            iadd
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.markCount:I
        15: .line 3529
      StackMap locals:
      StackMap stack:
            iload 4 /* newLen */
        16: ireturn
        end local 5 // int nWrite
        end local 4 // int newLen
        17: .line 3530
      StackMap locals: sun.net.www.protocol.http.HttpURLConnection$HttpInputStream byte[] int int
      StackMap stack: java.io.IOException
            astore 4 /* ioex */
        start local 4 // java.io.IOException ioex
        18: .line 3531
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.cacheRequest:Ljava/net/CacheRequest;
            ifnull 20
        19: .line 3532
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.cacheRequest:Ljava/net/CacheRequest;
            invokevirtual java.net.CacheRequest.abort:()V
        20: .line 3534
      StackMap locals: java.io.IOException
      StackMap stack:
            aload 4 /* ioex */
            athrow
        end local 4 // java.io.IOException ioex
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // sun.net.www.protocol.http.HttpURLConnection$HttpInputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   21     0    this  Lsun/net/www/protocol/http/HttpURLConnection$HttpInputStream;
            0   21     1       b  [B
            0   21     2     off  I
            0   21     3     len  I
            2   17     4  newLen  I
            6    7     5  nWrite  I
            8   10     5  nWrite  I
           11   17     5  nWrite  I
           18   21     4    ioex  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           1    16      17  Class java.io.IOException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public long skip(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=2
        start local 0 // sun.net.www.protocol.http.HttpURLConnection$HttpInputStream this
        start local 1 // long n
         0: .line 3546
            aload 0 /* this */
            invokevirtual sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.ensureOpen:()V
         1: .line 3547
            lload 1 /* n */
            lstore 3 /* remaining */
        start local 3 // long remaining
         2: .line 3549
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.skipBuffer:[B
            ifnonnull 4
         3: .line 3550
            aload 0 /* this */
            sipush 8096
            newarray 8
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.skipBuffer:[B
         4: .line 3552
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.skipBuffer:[B
            astore 6 /* localSkipBuffer */
        start local 6 // byte[] localSkipBuffer
         5: .line 3554
            lload 1 /* n */
            lconst_0
            lcmp
            ifgt 13
         6: .line 3555
            lconst_0
            lreturn
         7: .line 3559
      StackMap locals: sun.net.www.protocol.http.HttpURLConnection$HttpInputStream long long top byte[]
      StackMap stack:
            aload 0 /* this */
            aload 6 /* localSkipBuffer */
            iconst_0
         8: .line 3560
            ldc 8096
            lload 3 /* remaining */
            invokestatic java.lang.Math.min:(JJ)J
            l2i
         9: .line 3559
            invokevirtual sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read:([BII)I
            istore 5 /* nr */
        start local 5 // int nr
        10: .line 3561
            iload 5 /* nr */
            ifge 12
        11: .line 3562
            goto 14
        12: .line 3564
      StackMap locals: sun.net.www.protocol.http.HttpURLConnection$HttpInputStream long long int byte[]
      StackMap stack:
            lload 3 /* remaining */
            iload 5 /* nr */
            i2l
            lsub
            lstore 3 /* remaining */
        end local 5 // int nr
        13: .line 3558
      StackMap locals: sun.net.www.protocol.http.HttpURLConnection$HttpInputStream long long top byte[]
      StackMap stack:
            lload 3 /* remaining */
            lconst_0
            lcmp
            ifgt 7
        14: .line 3567
      StackMap locals:
      StackMap stack:
            lload 1 /* n */
            lload 3 /* remaining */
            lsub
            lreturn
        end local 6 // byte[] localSkipBuffer
        end local 3 // long remaining
        end local 1 // long n
        end local 0 // sun.net.www.protocol.http.HttpURLConnection$HttpInputStream this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   15     0             this  Lsun/net/www/protocol/http/HttpURLConnection$HttpInputStream;
            0   15     1                n  J
            2   15     3        remaining  J
           10   13     5               nr  I
            5   15     6  localSkipBuffer  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      n     

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.net.www.protocol.http.HttpURLConnection$HttpInputStream this
         0: .line 3572
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.closed:Z
            ifeq 2
         1: .line 3573
            return
         2: .line 3576
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.outputStream:Ljava/io/OutputStream;
            ifnull 7
         3: .line 3577
            aload 0 /* this */
            invokevirtual sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read:()I
            iconst_m1
            if_icmpeq 6
         4: .line 3578
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.cacheRequest:Ljava/net/CacheRequest;
            invokevirtual java.net.CacheRequest.abort:()V
         5: .line 3579
            goto 7
         6: .line 3580
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.outputStream:Ljava/io/OutputStream;
            invokevirtual java.io.OutputStream.close:()V
         7: .line 3583
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial java.io.FilterInputStream.close:()V
         8: .line 3584
            goto 18
      StackMap locals:
      StackMap stack: java.io.IOException
         9: astore 1 /* ioex */
        start local 1 // java.io.IOException ioex
        10: .line 3585
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.cacheRequest:Ljava/net/CacheRequest;
            ifnull 12
        11: .line 3586
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.cacheRequest:Ljava/net/CacheRequest;
            invokevirtual java.net.CacheRequest.abort:()V
        12: .line 3588
      StackMap locals: java.io.IOException
      StackMap stack:
            aload 1 /* ioex */
            athrow
        end local 1 // java.io.IOException ioex
        13: .line 3589
      StackMap locals: sun.net.www.protocol.http.HttpURLConnection$HttpInputStream
      StackMap stack: java.lang.Throwable
            astore 2
        14: .line 3590
            aload 0 /* this */
            iconst_1
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.closed:Z
        15: .line 3591
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.this$0:Lsun/net/www/protocol/http/HttpURLConnection;
            aconst_null
            putfield sun.net.www.protocol.http.HttpURLConnection.http:Lsun/net/www/http/HttpClient;
        16: .line 3592
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.this$0:Lsun/net/www/protocol/http/HttpURLConnection;
            iconst_1
            invokevirtual sun.net.www.protocol.http.HttpURLConnection.checkResponseCredentials:(Z)V
        17: .line 3593
            aload 2
            athrow
        18: .line 3590
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.closed:Z
        19: .line 3591
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.this$0:Lsun/net/www/protocol/http/HttpURLConnection;
            aconst_null
            putfield sun.net.www.protocol.http.HttpURLConnection.http:Lsun/net/www/http/HttpClient;
        20: .line 3592
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.this$0:Lsun/net/www/protocol/http/HttpURLConnection;
            iconst_1
            invokevirtual sun.net.www.protocol.http.HttpURLConnection.checkResponseCredentials:(Z)V
        21: .line 3594
            return
        end local 0 // sun.net.www.protocol.http.HttpURLConnection$HttpInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   22     0  this  Lsun/net/www/protocol/http/HttpURLConnection$HttpInputStream;
           10   13     1  ioex  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           2     8       9  Class java.io.IOException
           2    13      13  any
    Exceptions:
      throws java.io.IOException
}
SourceFile: "HttpURLConnection.java"
NestHost: sun.net.www.protocol.http.HttpURLConnection
InnerClasses:
  HttpInputStream = sun.net.www.protocol.http.HttpURLConnection$HttpInputStream of sun.net.www.protocol.http.HttpURLConnection