final class org.xnio.ByteBufferPool$DefaultCache implements org.xnio.ByteBufferPool$Cache
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.xnio.ByteBufferPool$DefaultCache
super_class: java.lang.Object
{
final org.xnio.ByteBufferPool this$0;
descriptor: Lorg/xnio/ByteBufferPool;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(org.xnio.ByteBufferPool);
descriptor: (Lorg/xnio/ByteBufferPool;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield org.xnio.ByteBufferPool$DefaultCache.this$0:Lorg/xnio/ByteBufferPool;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/ByteBufferPool$DefaultCache;
MethodParameters:
Name Flags
this$0 final
public void free(java.nio.ByteBuffer);
descriptor: (Ljava/nio/ByteBuffer;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.xnio.ByteBufferPool$DefaultCache.this$0:Lorg/xnio/ByteBufferPool;
aload 1
invokevirtual org.xnio.ByteBufferPool.freeMaster:(Ljava/nio/ByteBuffer;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/xnio/ByteBufferPool$DefaultCache;
0 2 1 bb Ljava/nio/ByteBuffer;
MethodParameters:
Name Flags
bb final
public java.nio.ByteBuffer allocate();
descriptor: ()Ljava/nio/ByteBuffer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.xnio.ByteBufferPool$DefaultCache.this$0:Lorg/xnio/ByteBufferPool;
invokevirtual org.xnio.ByteBufferPool.allocateMaster:()Ljava/nio/ByteBuffer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/ByteBufferPool$DefaultCache;
public void flushBuffer(java.nio.ByteBuffer);
descriptor: (Ljava/nio/ByteBuffer;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual org.xnio.ByteBufferPool$DefaultCache.free:(Ljava/nio/ByteBuffer;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/xnio/ByteBufferPool$DefaultCache;
0 2 1 bb Ljava/nio/ByteBuffer;
MethodParameters:
Name Flags
bb final
public void destroy();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=1, args_size=1
start local 0 0: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/ByteBufferPool$DefaultCache;
public void flush();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=1, args_size=1
start local 0 0: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/ByteBufferPool$DefaultCache;
}
SourceFile: "ByteBufferPool.java"
NestHost: org.xnio.ByteBufferPool
InnerClasses:
abstract Cache = org.xnio.ByteBufferPool$Cache of org.xnio.ByteBufferPool
final DefaultCache = org.xnio.ByteBufferPool$DefaultCache of org.xnio.ByteBufferPool