public interface org.xnio.BufferAllocator<B extends java.nio.Buffer>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.xnio.BufferAllocator
  super_class: java.lang.Object
{
  public static final org.xnio.BufferAllocator<java.nio.ByteBuffer> BYTE_BUFFER_ALLOCATOR;
    descriptor: Lorg/xnio/BufferAllocator;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lorg/xnio/BufferAllocator<Ljava/nio/ByteBuffer;>;

  public static final org.xnio.BufferAllocator<java.nio.ByteBuffer> DIRECT_BYTE_BUFFER_ALLOCATOR;
    descriptor: Lorg/xnio/BufferAllocator;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lorg/xnio/BufferAllocator<Ljava/nio/ByteBuffer;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 46
            new org.xnio.BufferAllocator$1
            dup
            invokespecial org.xnio.BufferAllocator$1.<init>:()V
            putstatic org.xnio.BufferAllocator.BYTE_BUFFER_ALLOCATOR:Lorg/xnio/BufferAllocator;
         1: .line 55
            new org.xnio.BufferAllocator$2
            dup
            invokespecial org.xnio.BufferAllocator$2.<init>:()V
            putstatic org.xnio.BufferAllocator.DIRECT_BYTE_BUFFER_ALLOCATOR:Lorg/xnio/BufferAllocator;
         2: .line 59
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract B allocate();
    descriptor: (I)Ljava/nio/Buffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: (I)TB;
    MethodParameters:
      Name  Flags
      size  
}
Signature: <B:Ljava/nio/Buffer;>Ljava/lang/Object;
SourceFile: "BufferAllocator.java"
NestMembers:
  org.xnio.BufferAllocator$1  org.xnio.BufferAllocator$2
InnerClasses:
  org.xnio.BufferAllocator$1
  org.xnio.BufferAllocator$2