class sun.net.www.protocol.http.HttpURLConnection$ErrorStream extends java.io.InputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.net.www.protocol.http.HttpURLConnection$ErrorStream
  super_class: java.io.InputStream
{
  java.nio.ByteBuffer buffer;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0000) 

  java.io.InputStream is;
    descriptor: Ljava/io/InputStream;
    flags: (0x0000) 

  private void <init>(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.net.www.protocol.http.HttpURLConnection$ErrorStream this
        start local 1 // java.nio.ByteBuffer buf
         0: .line 3697
            aload 0 /* this */
            invokespecial java.io.InputStream.<init>:()V
         1: .line 3698
            aload 0 /* this */
            aload 1 /* buf */
            putfield sun.net.www.protocol.http.HttpURLConnection$ErrorStream.buffer:Ljava/nio/ByteBuffer;
         2: .line 3699
            aload 0 /* this */
            aconst_null
            putfield sun.net.www.protocol.http.HttpURLConnection$ErrorStream.is:Ljava/io/InputStream;
         3: .line 3700
            return
        end local 1 // java.nio.ByteBuffer buf
        end local 0 // sun.net.www.protocol.http.HttpURLConnection$ErrorStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/net/www/protocol/http/HttpURLConnection$ErrorStream;
            0    4     1   buf  Ljava/nio/ByteBuffer;
    MethodParameters:
      Name  Flags
      buf   

  private void <init>(java.nio.ByteBuffer, java.io.InputStream);
    descriptor: (Ljava/nio/ByteBuffer;Ljava/io/InputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.net.www.protocol.http.HttpURLConnection$ErrorStream this
        start local 1 // java.nio.ByteBuffer buf
        start local 2 // java.io.InputStream is
         0: .line 3702
            aload 0 /* this */
            invokespecial java.io.InputStream.<init>:()V
         1: .line 3703
            aload 0 /* this */
            aload 1 /* buf */
            putfield sun.net.www.protocol.http.HttpURLConnection$ErrorStream.buffer:Ljava/nio/ByteBuffer;
         2: .line 3704
            aload 0 /* this */
            aload 2 /* is */
            putfield sun.net.www.protocol.http.HttpURLConnection$ErrorStream.is:Ljava/io/InputStream;
         3: .line 3705
            return
        end local 2 // java.io.InputStream is
        end local 1 // java.nio.ByteBuffer buf
        end local 0 // sun.net.www.protocol.http.HttpURLConnection$ErrorStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/net/www/protocol/http/HttpURLConnection$ErrorStream;
            0    4     1   buf  Ljava/nio/ByteBuffer;
            0    4     2    is  Ljava/io/InputStream;
    MethodParameters:
      Name  Flags
      buf   
      is    

  public static java.io.InputStream getErrorStream(java.io.InputStream, long, sun.net.www.http.HttpClient);
    descriptor: (Ljava/io/InputStream;JLsun/net/www/http/HttpClient;)Ljava/io/InputStream;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=13, args_size=3
        start local 0 // java.io.InputStream is
        start local 1 // long cl
        start local 3 // sun.net.www.http.HttpClient http
         0: .line 3712
            lload 1 /* cl */
            lconst_0
            lcmp
            ifne 2
         1: .line 3713
            aconst_null
            areturn
         2: .line 3719
      StackMap locals:
      StackMap stack:
            aload 3 /* http */
            invokevirtual sun.net.www.http.HttpClient.getReadTimeout:()I
            istore 4 /* oldTimeout */
        start local 4 // int oldTimeout
         3: .line 3720
            aload 3 /* http */
            getstatic sun.net.www.protocol.http.HttpURLConnection.timeout4ESBuffer:I
            iconst_5
            idiv
            invokevirtual sun.net.www.http.HttpClient.setReadTimeout:(I)V
         4: .line 3722
            lconst_0
            lstore 5 /* expected */
        start local 5 // long expected
         5: .line 3723
            iconst_0
            istore 7 /* isChunked */
        start local 7 // boolean isChunked
         6: .line 3725
            lload 1 /* cl */
            lconst_0
            lcmp
            ifge 10
         7: .line 3726
            getstatic sun.net.www.protocol.http.HttpURLConnection.bufSize4ES:I
            i2l
            lstore 5 /* expected */
         8: .line 3727
            iconst_1
            istore 7 /* isChunked */
         9: .line 3728
            goto 11
        10: .line 3729
      StackMap locals: int long int
      StackMap stack:
            lload 1 /* cl */
            lstore 5 /* expected */
        11: .line 3731
      StackMap locals:
      StackMap stack:
            lload 5 /* expected */
            getstatic sun.net.www.protocol.http.HttpURLConnection.bufSize4ES:I
            i2l
            lcmp
            ifgt 45
        12: .line 3732
            lload 5 /* expected */
            l2i
            istore 8 /* exp */
        start local 8 // int exp
        13: .line 3733
            iload 8 /* exp */
            newarray 8
            astore 9 /* buffer */
        start local 9 // byte[] buffer
        14: .line 3734
            iconst_0
            istore 10 /* count */
        start local 10 // int count
        15: iconst_0
            istore 11 /* time */
        start local 11 // int time
        16: iconst_0
            istore 12 /* len */
        start local 12 // int len
        17: .line 3737
      StackMap locals: java.io.InputStream long sun.net.www.http.HttpClient int long int int byte[] int int int
      StackMap stack:
            aload 0 /* is */
            aload 9 /* buffer */
            iload 10 /* count */
        18: .line 3738
            aload 9 /* buffer */
            arraylength
            iload 10 /* count */
            isub
        19: .line 3737
            invokevirtual java.io.InputStream.read:([BII)I
            istore 12 /* len */
        20: .line 3739
            iload 12 /* len */
            ifge 27
        21: .line 3740
            iload 7 /* isChunked */
            ifeq 23
        22: .line 3744
            goto 33
        23: .line 3747
      StackMap locals:
      StackMap stack:
            new java.io.IOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "the server closes before sending "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        24: .line 3748
            lload 1 /* cl */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
        25: .line 3749
            ldc " bytes of data"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        26: .line 3747
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        27: .line 3751
      StackMap locals:
      StackMap stack:
            iload 10 /* count */
            iload 12 /* len */
            iadd
            istore 10 /* count */
        28: .line 3752
            goto 31
      StackMap locals:
      StackMap stack: java.net.SocketTimeoutException
        29: pop
        30: .line 3753
            iload 11 /* time */
            getstatic sun.net.www.protocol.http.HttpURLConnection.timeout4ESBuffer:I
            iconst_5
            idiv
            iadd
            istore 11 /* time */
        31: .line 3755
      StackMap locals:
      StackMap stack:
            iload 10 /* count */
            iload 8 /* exp */
            if_icmpge 33
            iload 11 /* time */
            getstatic sun.net.www.protocol.http.HttpURLConnection.timeout4ESBuffer:I
        32: .line 3735
            if_icmplt 17
        33: .line 3758
      StackMap locals:
      StackMap stack:
            aload 3 /* http */
            iload 4 /* oldTimeout */
            invokevirtual sun.net.www.http.HttpClient.setReadTimeout:(I)V
        34: .line 3762
            iload 10 /* count */
            ifne 36
        35: .line 3766
            aconst_null
            areturn
        36: .line 3767
      StackMap locals:
      StackMap stack:
            iload 10 /* count */
            i2l
            lload 5 /* expected */
            lcmp
            ifne 37
            iload 7 /* isChunked */
            ifeq 38
      StackMap locals:
      StackMap stack:
        37: iload 7 /* isChunked */
            ifeq 41
            iload 12 /* len */
            ifge 41
        38: .line 3770
      StackMap locals:
      StackMap stack:
            aload 0 /* is */
            invokevirtual java.io.InputStream.close:()V
        39: .line 3771
            new sun.net.www.protocol.http.HttpURLConnection$ErrorStream
            dup
            aload 9 /* buffer */
            iconst_0
            iload 10 /* count */
            invokestatic java.nio.ByteBuffer.wrap:([BII)Ljava/nio/ByteBuffer;
            invokespecial sun.net.www.protocol.http.HttpURLConnection$ErrorStream.<init>:(Ljava/nio/ByteBuffer;)V
        40: areturn
        41: .line 3774
      StackMap locals:
      StackMap stack:
            new sun.net.www.protocol.http.HttpURLConnection$ErrorStream
            dup
        42: .line 3775
            aload 9 /* buffer */
            iconst_0
            iload 10 /* count */
            invokestatic java.nio.ByteBuffer.wrap:([BII)Ljava/nio/ByteBuffer;
            aload 0 /* is */
        43: .line 3774
            invokespecial sun.net.www.protocol.http.HttpURLConnection$ErrorStream.<init>:(Ljava/nio/ByteBuffer;Ljava/io/InputStream;)V
        44: areturn
        end local 12 // int len
        end local 11 // int time
        end local 10 // int count
        end local 9 // byte[] buffer
        end local 8 // int exp
        45: .line 3778
      StackMap locals: java.io.InputStream long sun.net.www.http.HttpClient int long int
      StackMap stack:
            aconst_null
            areturn
        end local 7 // boolean isChunked
        end local 5 // long expected
        end local 4 // int oldTimeout
        46: .line 3779
      StackMap locals: java.io.InputStream long sun.net.www.http.HttpClient
      StackMap stack: java.io.IOException
            pop
        47: .line 3781
            aconst_null
            areturn
        end local 3 // sun.net.www.http.HttpClient http
        end local 1 // long cl
        end local 0 // java.io.InputStream is
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   48     0          is  Ljava/io/InputStream;
            0   48     1          cl  J
            0   48     3        http  Lsun/net/www/http/HttpClient;
            3   46     4  oldTimeout  I
            5   46     5    expected  J
            6   46     7   isChunked  Z
           13   45     8         exp  I
           14   45     9      buffer  [B
           15   45    10       count  I
           16   45    11        time  I
           17   45    12         len  I
      Exception table:
        from    to  target  type
          17    22      29  Class java.net.SocketTimeoutException
          23    28      29  Class java.net.SocketTimeoutException
           2    35      46  Class java.io.IOException
          36    40      46  Class java.io.IOException
          41    44      46  Class java.io.IOException
    MethodParameters:
      Name  Flags
      is    
      cl    
      http  

  public int available();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.HttpURLConnection$ErrorStream this
         0: .line 3787
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$ErrorStream.is:Ljava/io/InputStream;
            ifnonnull 2
         1: .line 3788
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$ErrorStream.buffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.remaining:()I
            ireturn
         2: .line 3790
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$ErrorStream.buffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.remaining:()I
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$ErrorStream.is:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.available:()I
            iadd
            ireturn
        end local 0 // sun.net.www.protocol.http.HttpURLConnection$ErrorStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/net/www/protocol/http/HttpURLConnection$ErrorStream;
    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$ErrorStream this
         0: .line 3795
            iconst_1
            newarray 8
            astore 1 /* b */
        start local 1 // byte[] b
         1: .line 3796
            aload 0 /* this */
            aload 1 /* b */
            invokevirtual sun.net.www.protocol.http.HttpURLConnection$ErrorStream.read:([B)I
            istore 2 /* ret */
        start local 2 // int ret
         2: .line 3797
            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
        end local 0 // sun.net.www.protocol.http.HttpURLConnection$ErrorStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/net/www/protocol/http/HttpURLConnection$ErrorStream;
            1    5     1     b  [B
            2    5     2   ret  I
    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$ErrorStream this
        start local 1 // byte[] b
         0: .line 3802
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokevirtual sun.net.www.protocol.http.HttpURLConnection$ErrorStream.read:([BII)I
            ireturn
        end local 1 // byte[] b
        end local 0 // sun.net.www.protocol.http.HttpURLConnection$ErrorStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/protocol/http/HttpURLConnection$ErrorStream;
            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=4, locals=6, args_size=4
        start local 0 // sun.net.www.protocol.http.HttpURLConnection$ErrorStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 3807
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$ErrorStream.buffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 4 /* rem */
        start local 4 // int rem
         1: .line 3808
            iload 4 /* rem */
            ifle 7
         2: .line 3809
            iload 4 /* rem */
            iload 3 /* len */
            if_icmpge 3
            iload 4 /* rem */
            goto 4
      StackMap locals: int
      StackMap stack:
         3: iload 3 /* len */
      StackMap locals:
      StackMap stack: int
         4: istore 5 /* ret */
        start local 5 // int ret
         5: .line 3810
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$ErrorStream.buffer:Ljava/nio/ByteBuffer;
            aload 1 /* b */
            iload 2 /* off */
            iload 5 /* ret */
            invokevirtual java.nio.ByteBuffer.get:([BII)Ljava/nio/ByteBuffer;
            pop
         6: .line 3811
            iload 5 /* ret */
            ireturn
        end local 5 // int ret
         7: .line 3813
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$ErrorStream.is:Ljava/io/InputStream;
            ifnonnull 9
         8: .line 3814
            iconst_m1
            ireturn
         9: .line 3816
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$ErrorStream.is:Ljava/io/InputStream;
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual java.io.InputStream.read:([BII)I
            ireturn
        end local 4 // int rem
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // sun.net.www.protocol.http.HttpURLConnection$ErrorStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lsun/net/www/protocol/http/HttpURLConnection$ErrorStream;
            0   10     1     b  [B
            0   10     2   off  I
            0   10     3   len  I
            1   10     4   rem  I
            5    7     5   ret  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.HttpURLConnection$ErrorStream this
         0: .line 3823
            aload 0 /* this */
            aconst_null
            putfield sun.net.www.protocol.http.HttpURLConnection$ErrorStream.buffer:Ljava/nio/ByteBuffer;
         1: .line 3824
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$ErrorStream.is:Ljava/io/InputStream;
            ifnull 3
         2: .line 3825
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$ErrorStream.is:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.close:()V
         3: .line 3827
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.net.www.protocol.http.HttpURLConnection$ErrorStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/net/www/protocol/http/HttpURLConnection$ErrorStream;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "HttpURLConnection.java"
NestHost: sun.net.www.protocol.http.HttpURLConnection
InnerClasses:
  ErrorStream = sun.net.www.protocol.http.HttpURLConnection$ErrorStream of sun.net.www.protocol.http.HttpURLConnection