class sun.net.www.protocol.http.EmptyInputStream extends java.io.InputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.net.www.protocol.http.EmptyInputStream
  super_class: java.io.InputStream
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.EmptyInputStream this
         0: .line 3836
            aload 0 /* this */
            invokespecial java.io.InputStream.<init>:()V
            return
        end local 0 // sun.net.www.protocol.http.EmptyInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/protocol/http/EmptyInputStream;

  public int available();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.EmptyInputStream this
         0: .line 3840
            iconst_0
            ireturn
        end local 0 // sun.net.www.protocol.http.EmptyInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/protocol/http/EmptyInputStream;

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.EmptyInputStream this
         0: .line 3844
            iconst_m1
            ireturn
        end local 0 // sun.net.www.protocol.http.EmptyInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/protocol/http/EmptyInputStream;
}
SourceFile: "HttpURLConnection.java"