class net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel$Response implements net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$Response
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel$Response
  super_class: java.lang.Object
{
  private final T connection;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: TT;

  final net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel this$3;
    descriptor: Lnet/bytebuddy/agent/VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>();
    descriptor: (Lnet/bytebuddy/agent/VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel;Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel$Response this
        start local 2 // java.lang.Object connection
         0: .line 628
            aload 0 /* this */
            aload 1
            putfield net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel$Response.this$3:Lnet/bytebuddy/agent/VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 629
            aload 0 /* this */
            aload 2 /* connection */
            putfield net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel$Response.connection:Ljava/lang/Object;
         2: .line 630
            return
        end local 2 // java.lang.Object connection
        end local 0 // net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel$Response this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lnet/bytebuddy/agent/VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel$Response;
            0    3     2  connection  TT;
    Signature: (TT;)V
    MethodParameters:
            Name  Flags
      this$0      final
      connection  

  public int read(byte[]);
    descriptor: ([B)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel$Response this
        start local 1 // byte[] buffer
         0: .line 636
            aload 0 /* this */
            getfield net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel$Response.this$3:Lnet/bytebuddy/agent/VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel;
            aload 0 /* this */
            getfield net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel$Response.connection:Ljava/lang/Object;
            aload 1 /* buffer */
            invokevirtual net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel.read:(Ljava/lang/Object;[B)I
            ireturn
        end local 1 // byte[] buffer
        end local 0 // net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel$Response this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lnet/bytebuddy/agent/VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel$Response;
            0    1     1  buffer  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      buffer  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel$Response this
         0: .line 643
            aload 0 /* this */
            getfield net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel$Response.this$3:Lnet/bytebuddy/agent/VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel;
            aload 0 /* this */
            getfield net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel$Response.connection:Ljava/lang/Object;
            invokevirtual net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel.close:(Ljava/lang/Object;)V
         1: .line 644
            return
        end local 0 // net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel$Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/bytebuddy/agent/VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel$Response;
    Exceptions:
      throws java.io.IOException
}
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