class org.xnio.Buffers$7 implements org.xnio.Pool<B>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.xnio.Buffers$7
super_class: java.lang.Object
{
private final org.xnio.BufferAllocator val$allocator;
descriptor: Lorg/xnio/BufferAllocator;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final int val$size;
descriptor: I
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.xnio.BufferAllocator, int);
descriptor: (Lorg/xnio/BufferAllocator;I)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield org.xnio.Buffers$7.val$allocator:Lorg/xnio/BufferAllocator;
aload 0
iload 2
putfield org.xnio.Buffers$7.val$size:I
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/Buffers$7;
MethodParameters:
Name Flags
val$allocator final
val$size final
public org.xnio.Pooled<B> allocate();
descriptor: ()Lorg/xnio/Pooled;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.xnio.Buffers$7.val$allocator:Lorg/xnio/BufferAllocator;
aload 0
getfield org.xnio.Buffers$7.val$size:I
invokeinterface org.xnio.BufferAllocator.allocate:(I)Ljava/nio/Buffer;
invokestatic org.xnio.Buffers.pooledWrapper:(Ljava/nio/Buffer;)Lorg/xnio/Pooled;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/Buffers$7;
Signature: ()Lorg/xnio/Pooled<TB;>;
}
Signature: Ljava/lang/Object;Lorg/xnio/Pool<TB;>;
SourceFile: "Buffers.java"
EnclosingMethod: org.xnio.Buffers.allocatedBufferPool:(Lorg/xnio/BufferAllocator;I)Lorg/xnio/Pool;
NestHost: org.xnio.Buffers
InnerClasses:
org.xnio.Buffers$7