public abstract class net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel<T> implements net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel
  super_class: java.lang.Object
{
  private static final byte[] BLANK;
    descriptor: [B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 584
            iconst_1
            newarray 8
            putstatic net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel.BLANK:[B
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel this
         0: .line 579
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/agent/VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel<TT;>;

  public net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$Response execute(java.lang.String, java.lang.String[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/String;)Lnet/bytebuddy/agent/VirtualMachine$ForHotSpot$Connection$Response;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel this
        start local 1 // java.lang.String protocol
        start local 2 // java.lang.String[] argument
         0: .line 590
            aload 0 /* this */
            invokevirtual net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel.connect:()Ljava/lang/Object;
            astore 3 /* connection */
        start local 3 // java.lang.Object connection
         1: .line 592
            aload 0 /* this */
            aload 3 /* connection */
            aload 1 /* protocol */
            ldc "UTF-8"
            invokevirtual java.lang.String.getBytes:(Ljava/lang/String;)[B
            invokevirtual net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel.write:(Ljava/lang/Object;[B)V
         2: .line 593
            aload 0 /* this */
            aload 3 /* connection */
            getstatic net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel.BLANK:[B
            invokevirtual net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel.write:(Ljava/lang/Object;[B)V
         3: .line 594
            aload 2 /* argument */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 9
      StackMap locals: net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel java.lang.String java.lang.String[] java.lang.Object top int int java.lang.String[]
      StackMap stack:
         4: aload 7
            iload 5
            aaload
            astore 4 /* anArgument */
        start local 4 // java.lang.String anArgument
         5: .line 595
            aload 4 /* anArgument */
            ifnull 7
         6: .line 596
            aload 0 /* this */
            aload 3 /* connection */
            aload 4 /* anArgument */
            ldc "UTF-8"
            invokevirtual java.lang.String.getBytes:(Ljava/lang/String;)[B
            invokevirtual net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel.write:(Ljava/lang/Object;[B)V
         7: .line 598
      StackMap locals: net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel java.lang.String java.lang.String[] java.lang.Object java.lang.String int int java.lang.String[]
      StackMap stack:
            aload 0 /* this */
            aload 3 /* connection */
            getstatic net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel.BLANK:[B
            invokevirtual net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel.write:(Ljava/lang/Object;[B)V
        end local 4 // java.lang.String anArgument
         8: .line 594
            iinc 5 1
      StackMap locals: net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel java.lang.String java.lang.String[] java.lang.Object top int int java.lang.String[]
      StackMap stack:
         9: iload 5
            iload 6
            if_icmplt 4
        10: .line 600
            new net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel$Response
            dup
            aload 0 /* this */
            aload 3 /* connection */
            invokespecial net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel$Response.<init>:(Lnet/bytebuddy/agent/VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel;Ljava/lang/Object;)V
        11: areturn
        12: .line 601
      StackMap locals: net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel java.lang.String java.lang.String[] java.lang.Object
      StackMap stack: java.lang.Throwable
            astore 4 /* throwable */
        start local 4 // java.lang.Throwable throwable
        13: .line 602
            aload 0 /* this */
            aload 3 /* connection */
            invokevirtual net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel.close:(Ljava/lang/Object;)V
        14: .line 603
            aload 4 /* throwable */
            instanceof java.lang.RuntimeException
            ifeq 16
        15: .line 604
            aload 4 /* throwable */
            checkcast java.lang.RuntimeException
            athrow
        16: .line 605
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 4 /* throwable */
            instanceof java.io.IOException
            ifeq 18
        17: .line 606
            aload 4 /* throwable */
            checkcast java.io.IOException
            athrow
        18: .line 608
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            aload 4 /* throwable */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 4 // java.lang.Throwable throwable
        end local 3 // java.lang.Object connection
        end local 2 // java.lang.String[] argument
        end local 1 // java.lang.String protocol
        end local 0 // net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   19     0        this  Lnet/bytebuddy/agent/VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel<TT;>;
            0   19     1    protocol  Ljava/lang/String;
            0   19     2    argument  [Ljava/lang/String;
            1   19     3  connection  TT;
            5    8     4  anArgument  Ljava/lang/String;
           13   19     4   throwable  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1    11      12  Class java.lang.Throwable
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      protocol  
      argument  

  protected abstract T connect();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    Signature: ()TT;

  protected abstract void close();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    Signature: (TT;)V
    MethodParameters:
            Name  Flags
      connection  

  protected abstract void write(T, );
    descriptor: (Ljava/lang/Object;[B)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    Signature: (TT;[B)V
    MethodParameters:
            Name  Flags
      connection  
      buffer      

  protected abstract int read(T, );
    descriptor: (Ljava/lang/Object;[B)I
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    Signature: (TT;[B)I
    MethodParameters:
            Name  Flags
      connection  
      buffer      
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lnet/bytebuddy/agent/VirtualMachine$ForHotSpot$Connection;
SourceFile: "VirtualMachine.java"
NestHost: net.bytebuddy.agent.VirtualMachine
InnerClasses:
  public ForHotSpot = net.bytebuddy.agent.VirtualMachine$ForHotSpot of net.bytebuddy.agent.VirtualMachine
  public abstract Connection = net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection of net.bytebuddy.agent.VirtualMachine$ForHotSpot
  public abstract OnPersistentByteChannel = net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel of net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection
  private Response = net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel$Response of net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel
  public abstract Response = net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$Response of net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection