class org.xnio.Pool$2 implements org.xnio.Pool<java.nio.ByteBuffer>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.xnio.Pool$2
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.Pool$2 this
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.xnio.Pool$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/Pool$2;

  public org.xnio.Pooled<java.nio.ByteBuffer> allocate();
    descriptor: ()Lorg/xnio/Pooled;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.Pool$2 this
         0: .line 38
            getstatic org.xnio.ByteBufferPool.MEDIUM_DIRECT:Lorg/xnio/ByteBufferPool;
            invokevirtual org.xnio.ByteBufferPool.allocate:()Ljava/nio/ByteBuffer;
            invokestatic org.xnio.Buffers.globalPooledWrapper:(Ljava/nio/ByteBuffer;)Lorg/xnio/Pooled;
            areturn
        end local 0 // org.xnio.Pool$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/Pool$2;
    Signature: ()Lorg/xnio/Pooled<Ljava/nio/ByteBuffer;>;
}
Signature: Ljava/lang/Object;Lorg/xnio/Pool<Ljava/nio/ByteBuffer;>;
SourceFile: "Pool.java"
EnclosingMethod: org.xnio.Pool
NestHost: org.xnio.Pool
InnerClasses:
  org.xnio.Pool$2