class org.xnio.Buffers$SecureByteBufferPool implements org.xnio.Pool<java.nio.ByteBuffer>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.xnio.Buffers$SecureByteBufferPool
  super_class: java.lang.Object
{
  private final org.xnio.Pool<java.nio.ByteBuffer> delegate;
    descriptor: Lorg/xnio/Pool;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/xnio/Pool<Ljava/nio/ByteBuffer;>;

  void <init>(org.xnio.Pool<java.nio.ByteBuffer>);
    descriptor: (Lorg/xnio/Pool;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.Buffers$SecureByteBufferPool this
        start local 1 // org.xnio.Pool delegate
         0: .line 2343
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 2344
            aload 0 /* this */
            aload 1 /* delegate */
            putfield org.xnio.Buffers$SecureByteBufferPool.delegate:Lorg/xnio/Pool;
         2: .line 2345
            return
        end local 1 // org.xnio.Pool delegate
        end local 0 // org.xnio.Buffers$SecureByteBufferPool this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/xnio/Buffers$SecureByteBufferPool;
            0    3     1  delegate  Lorg/xnio/Pool<Ljava/nio/ByteBuffer;>;
    Signature: (Lorg/xnio/Pool<Ljava/nio/ByteBuffer;>;)V
    MethodParameters:
          Name  Flags
      delegate  final

  public org.xnio.Pooled<java.nio.ByteBuffer> allocate();
    descriptor: ()Lorg/xnio/Pooled;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.xnio.Buffers$SecureByteBufferPool this
         0: .line 2348
            new org.xnio.Buffers$SecurePooledByteBuffer
            dup
            aload 0 /* this */
            getfield org.xnio.Buffers$SecureByteBufferPool.delegate:Lorg/xnio/Pool;
            invokeinterface org.xnio.Pool.allocate:()Lorg/xnio/Pooled;
            invokespecial org.xnio.Buffers$SecurePooledByteBuffer.<init>:(Lorg/xnio/Pooled;)V
            areturn
        end local 0 // org.xnio.Buffers$SecureByteBufferPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/Buffers$SecureByteBufferPool;
    Signature: ()Lorg/xnio/Pooled<Ljava/nio/ByteBuffer;>;
}
Signature: Ljava/lang/Object;Lorg/xnio/Pool<Ljava/nio/ByteBuffer;>;
SourceFile: "Buffers.java"
NestHost: org.xnio.Buffers
InnerClasses:
  private SecureByteBufferPool = org.xnio.Buffers$SecureByteBufferPool of org.xnio.Buffers
  private SecurePooledByteBuffer = org.xnio.Buffers$SecurePooledByteBuffer of org.xnio.Buffers