class org.xnio.BufferAllocator$2 implements org.xnio.BufferAllocator<java.nio.ByteBuffer>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.xnio.BufferAllocator$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.BufferAllocator$2 this
         0: .line 55
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.xnio.BufferAllocator$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/BufferAllocator$2;

  public java.nio.ByteBuffer allocate(int);
    descriptor: (I)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.xnio.BufferAllocator$2 this
        start local 1 // int size
         0: .line 57
            iload 1 /* size */
            invokestatic java.nio.ByteBuffer.allocateDirect:(I)Ljava/nio/ByteBuffer;
            areturn
        end local 1 // int size
        end local 0 // org.xnio.BufferAllocator$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/BufferAllocator$2;
            0    1     1  size  I
    MethodParameters:
      Name  Flags
      size  final

  public java.nio.Buffer allocate(int);
    descriptor: (I)Ljava/nio/Buffer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual org.xnio.BufferAllocator$2.allocate:(I)Ljava/nio/ByteBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.IllegalArgumentException
}
Signature: Ljava/lang/Object;Lorg/xnio/BufferAllocator<Ljava/nio/ByteBuffer;>;
SourceFile: "BufferAllocator.java"
EnclosingMethod: org.xnio.BufferAllocator
NestHost: org.xnio.BufferAllocator
InnerClasses:
  org.xnio.BufferAllocator$2