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 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 2783
            aload 0 /* this */
            aload 1
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.this$0:Lsun/net/www/protocol/http/HttpURLConnection;
         1: .line 2784
            aload 0 /* this */
            aload 2 /* is */
            invokespecial java.io.FilterInputStream.<init>:(Ljava/io/InputStream;)V
         2: .line 2779
            aload 0 /* this */
            iconst_0
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.marked:Z
         3: .line 2780
            aload 0 /* this */
            iconst_0
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.inCache:I
         4: .line 2781
            aload 0 /* this */
            iconst_0
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.markCount:I
         5: .line 2785
            aload 0 /* this */
            aconst_null
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.cacheRequest:Ljava/net/CacheRequest;
         6: .line 2786
            aload 0 /* this */
            aconst_null
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.outputStream:Ljava/io/OutputStream;
         7: .line 2787
            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 2789
            aload 0 /* this */
            aload 1
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.this$0:Lsun/net/www/protocol/http/HttpURLConnection;
         1: .line 2790
            aload 0 /* this */
            aload 2 /* is */
            invokespecial java.io.FilterInputStream.<init>:(Ljava/io/InputStream;)V
         2: .line 2779
            aload 0 /* this */
            iconst_0
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.marked:Z
         3: .line 2780
            aload 0 /* this */
            iconst_0
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.inCache:I
         4: .line 2781
            aload 0 /* this */
            iconst_0
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.markCount:I
         5: .line 2791
            aload 0 /* this */
            aload 3 /* cacheRequest */
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.cacheRequest:Ljava/net/CacheRequest;
         6: .line 2793
            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 2794
            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 2795
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.cacheRequest:Ljava/net/CacheRequest;
            invokevirtual java.net.CacheRequest.abort:()V
        10: .line 2796
            aload 0 /* this */
            aconst_null
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.cacheRequest:Ljava/net/CacheRequest;
        11: .line 2797
            aload 0 /* this */
            aconst_null
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.outputStream:Ljava/io/OutputStream;
        12: .line 2799
      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 2820
            aload 0 /* this */
            iload 1 /* readlimit */
            invokespecial java.io.FilterInputStream.mark:(I)V
         1: .line 2821
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.cacheRequest:Ljava/net/CacheRequest;
            ifnull 4
         2: .line 2822
            aload 0 /* this */
            iconst_1
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.marked:Z
         3: .line 2823
            aload 0 /* this */
            iconst_0
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.markCount:I
         4: .line 2825
      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 2850
            aload 0 /* this */
            invokespecial java.io.FilterInputStream.reset:()V
         1: .line 2851
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.cacheRequest:Ljava/net/CacheRequest;
            ifnull 4
         2: .line 2852
            aload 0 /* this */
            iconst_0
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.marked:Z
         3: .line 2853
            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 2855
      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

  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 2860
            iconst_1
            newarray 8
            astore 1 /* b */
        start local 1 // byte[] b
         1: .line 2861
            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
         2: .line 2862
            iload 2 /* ret */
            iconst_m1
            if_icmpne 3
            iload 2 /* ret */
            goto 4
      StackMap locals: byte[] int
      StackMap stack:
         3: aload 1 /* b */
            iconst_0
            baload
            sipush 255
            iand
      StackMap locals:
      StackMap stack: int
         4: ireturn
        end local 2 // int ret
        end local 1 // byte[] b
         5: .line 2863
      StackMap locals: sun.net.www.protocol.http.HttpURLConnection$HttpInputStream
      StackMap stack: java.io.IOException
            astore 1 /* ioex */
        start local 1 // java.io.IOException ioex
         6: .line 2864
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.cacheRequest:Ljava/net/CacheRequest;
            ifnull 8
         7: .line 2865
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.cacheRequest:Ljava/net/CacheRequest;
            invokevirtual java.net.CacheRequest.abort:()V
         8: .line 2867
      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    9     0  this  Lsun/net/www/protocol/http/HttpURLConnection$HttpInputStream;
            1    5     1     b  [B
            2    5     2   ret  I
            6    9     1  ioex  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     4       5  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 2873
            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 2879
            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
         1: .line 2882
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.inCache:I
            ifle 9
         2: .line 2883
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.inCache:I
            iload 4 /* newLen */
            if_icmplt 6
         3: .line 2884
            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
         4: .line 2885
            iconst_0
            istore 5 /* nWrite */
        start local 5 // int nWrite
         5: .line 2886
            goto 10
        end local 5 // int nWrite
         6: .line 2887
      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
         7: .line 2888
            aload 0 /* this */
            iconst_0
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.inCache:I
         8: .line 2890
            goto 10
        end local 5 // int nWrite
         9: .line 2891
      StackMap locals:
      StackMap stack:
            iload 4 /* newLen */
            istore 5 /* nWrite */
        start local 5 // int nWrite
        10: .line 2893
      StackMap locals: int
      StackMap stack:
            iload 5 /* nWrite */
            ifle 12
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.outputStream:Ljava/io/OutputStream;
            ifnull 12
        11: .line 2894
            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
        12: .line 2895
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.marked:Z
            ifeq 14
        13: .line 2896
            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
        14: .line 2898
      StackMap locals:
      StackMap stack:
            iload 4 /* newLen */
        15: ireturn
        end local 5 // int nWrite
        end local 4 // int newLen
        16: .line 2899
      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
        17: .line 2900
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.cacheRequest:Ljava/net/CacheRequest;
            ifnull 19
        18: .line 2901
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.cacheRequest:Ljava/net/CacheRequest;
            invokevirtual java.net.CacheRequest.abort:()V
        19: .line 2903
      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   20     0    this  Lsun/net/www/protocol/http/HttpURLConnection$HttpInputStream;
            0   20     1       b  [B
            0   20     2     off  I
            0   20     3     len  I
            1   16     4  newLen  I
            5    6     5  nWrite  I
            7    9     5  nWrite  I
           10   16     5  nWrite  I
           17   20     4    ioex  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0    15      16  Class java.io.IOException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  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 2910
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.outputStream:Ljava/io/OutputStream;
            ifnull 5
         1: .line 2911
            aload 0 /* this */
            invokevirtual sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read:()I
            iconst_m1
            if_icmpeq 4
         2: .line 2912
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.cacheRequest:Ljava/net/CacheRequest;
            invokevirtual java.net.CacheRequest.abort:()V
         3: .line 2913
            goto 5
         4: .line 2914
      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
         5: .line 2917
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial java.io.FilterInputStream.close:()V
         6: .line 2918
            goto 15
      StackMap locals:
      StackMap stack: java.io.IOException
         7: astore 1 /* ioex */
        start local 1 // java.io.IOException ioex
         8: .line 2919
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.cacheRequest:Ljava/net/CacheRequest;
            ifnull 10
         9: .line 2920
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.cacheRequest:Ljava/net/CacheRequest;
            invokevirtual java.net.CacheRequest.abort:()V
        10: .line 2922
      StackMap locals: java.io.IOException
      StackMap stack:
            aload 1 /* ioex */
            athrow
        end local 1 // java.io.IOException ioex
        11: .line 2923
      StackMap locals: sun.net.www.protocol.http.HttpURLConnection$HttpInputStream
      StackMap stack: java.lang.Throwable
            astore 2
        12: .line 2924
            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;
        13: .line 2925
            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
        14: .line 2926
            aload 2
            athrow
        15: .line 2924
      StackMap locals:
      StackMap stack:
            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 2925
            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 2927
            return
        end local 0 // sun.net.www.protocol.http.HttpURLConnection$HttpInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lsun/net/www/protocol/http/HttpURLConnection$HttpInputStream;
            8   11     1  ioex  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     6       7  Class java.io.IOException
           0    11      11  any
    Exceptions:
      throws java.io.IOException

  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 2937
            lload 1 /* n */
            lstore 3 /* remaining */
        start local 3 // long remaining
         1: .line 2939
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.skipBuffer:[B
            ifnonnull 3
         2: .line 2940
            aload 0 /* this */
            sipush 8096
            newarray 8
            putfield sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.skipBuffer:[B
         3: .line 2942
      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
         4: .line 2944
            lload 1 /* n */
            lconst_0
            lcmp
            ifgt 12
         5: .line 2945
            lconst_0
            lreturn
         6: .line 2949
      StackMap locals: sun.net.www.protocol.http.HttpURLConnection$HttpInputStream long long top byte[]
      StackMap stack:
            aload 0 /* this */
            aload 6 /* localSkipBuffer */
            iconst_0
         7: .line 2950
            ldc 8096
            lload 3 /* remaining */
            invokestatic java.lang.Math.min:(JJ)J
            l2i
         8: .line 2949
            invokevirtual sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read:([BII)I
            istore 5 /* nr */
        start local 5 // int nr
         9: .line 2951
            iload 5 /* nr */
            ifge 11
        10: .line 2952
            goto 13
        11: .line 2954
      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
        12: .line 2948
      StackMap locals: sun.net.www.protocol.http.HttpURLConnection$HttpInputStream long long top byte[]
      StackMap stack:
            lload 3 /* remaining */
            lconst_0
            lcmp
            ifgt 6
        13: .line 2957
      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   14     0             this  Lsun/net/www/protocol/http/HttpURLConnection$HttpInputStream;
            0   14     1                n  J
            1   14     3        remaining  J
            9   12     5               nr  I
            4   14     6  localSkipBuffer  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      n     
}
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