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