public class org.codehaus.classworlds.BytesURLConnection extends java.net.URLConnection
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.codehaus.classworlds.BytesURLConnection
  super_class: java.net.URLConnection
{
  protected byte[] content;
    descriptor: [B
    flags: (0x0004) ACC_PROTECTED

  protected int offset;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int length;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  public void <init>(java.net.URL, byte[]);
    descriptor: (Ljava/net/URL;[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.codehaus.classworlds.BytesURLConnection this
        start local 1 // java.net.URL url
        start local 2 // byte[] content
         0: .line 37
            aload 0 /* this */
            aload 1 /* url */
            invokespecial java.net.URLConnection.<init>:(Ljava/net/URL;)V
         1: .line 38
            aload 0 /* this */
            aload 2 /* content */
            putfield org.codehaus.classworlds.BytesURLConnection.content:[B
         2: .line 39
            return
        end local 2 // byte[] content
        end local 1 // java.net.URL url
        end local 0 // org.codehaus.classworlds.BytesURLConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/codehaus/classworlds/BytesURLConnection;
            0    3     1      url  Ljava/net/URL;
            0    3     2  content  [B
    MethodParameters:
         Name  Flags
      url      
      content  

  public void connect();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.codehaus.classworlds.BytesURLConnection this
         0: .line 43
            return
        end local 0 // org.codehaus.classworlds.BytesURLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/codehaus/classworlds/BytesURLConnection;

  public java.io.InputStream getInputStream();
    descriptor: ()Ljava/io/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.codehaus.classworlds.BytesURLConnection this
         0: .line 47
            new java.io.ByteArrayInputStream
            dup
            aload 0 /* this */
            getfield org.codehaus.classworlds.BytesURLConnection.content:[B
            invokespecial java.io.ByteArrayInputStream.<init>:([B)V
            areturn
        end local 0 // org.codehaus.classworlds.BytesURLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/codehaus/classworlds/BytesURLConnection;
}
SourceFile: "BytesURLConnection.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()