class org.xnio.Buffers$SecureByteBufferPool implements org.xnio.Pool<java.nio.ByteBuffer>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.xnio.Buffers$SecureByteBufferPool
super_class: java.lang.Object
{
private final org.xnio.Pool<java.nio.ByteBuffer> delegate;
descriptor: Lorg/xnio/Pool;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lorg/xnio/Pool<Ljava/nio/ByteBuffer;>;
void <init>(org.xnio.Pool<java.nio.ByteBuffer>);
descriptor: (Lorg/xnio/Pool;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.xnio.Buffers$SecureByteBufferPool.delegate:Lorg/xnio/Pool;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/xnio/Buffers$SecureByteBufferPool;
0 3 1 delegate Lorg/xnio/Pool<Ljava/nio/ByteBuffer;>;
Signature: (Lorg/xnio/Pool<Ljava/nio/ByteBuffer;>;)V
MethodParameters:
Name Flags
delegate final
public org.xnio.Pooled<java.nio.ByteBuffer> allocate();
descriptor: ()Lorg/xnio/Pooled;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.xnio.Buffers$SecurePooledByteBuffer
dup
aload 0
getfield org.xnio.Buffers$SecureByteBufferPool.delegate:Lorg/xnio/Pool;
invokeinterface org.xnio.Pool.allocate:()Lorg/xnio/Pooled;
invokespecial org.xnio.Buffers$SecurePooledByteBuffer.<init>:(Lorg/xnio/Pooled;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/Buffers$SecureByteBufferPool;
Signature: ()Lorg/xnio/Pooled<Ljava/nio/ByteBuffer;>;
}
Signature: Ljava/lang/Object;Lorg/xnio/Pool<Ljava/nio/ByteBuffer;>;
SourceFile: "Buffers.java"
NestHost: org.xnio.Buffers
InnerClasses:
private SecureByteBufferPool = org.xnio.Buffers$SecureByteBufferPool of org.xnio.Buffers
private SecurePooledByteBuffer = org.xnio.Buffers$SecurePooledByteBuffer of org.xnio.Buffers