class org.xnio.Buffers$6 implements org.xnio.BufferAllocator<java.nio.ByteBuffer>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.xnio.Buffers$6
super_class: java.lang.Object
{
private final java.nio.ByteBuffer val$buffer;
descriptor: Ljava/nio/ByteBuffer;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(java.nio.ByteBuffer);
descriptor: (Ljava/nio/ByteBuffer;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield org.xnio.Buffers$6.val$buffer:Ljava/nio/ByteBuffer;
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$6;
MethodParameters:
Name Flags
val$buffer final
public java.nio.ByteBuffer allocate(int);
descriptor: (I)Ljava/nio/ByteBuffer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.xnio.Buffers$6.val$buffer:Ljava/nio/ByteBuffer;
iload 1
invokestatic org.xnio.Buffers.slice:(Ljava/nio/ByteBuffer;I)Ljava/nio/ByteBuffer;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/Buffers$6;
0 1 1 size I
Exceptions:
throws java.lang.IllegalArgumentException
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: aload 0
iload 1
invokevirtual org.xnio.Buffers$6.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: "Buffers.java"
EnclosingMethod: org.xnio.Buffers.sliceAllocator:(Ljava/nio/ByteBuffer;)Lorg/xnio/BufferAllocator;
NestHost: org.xnio.Buffers
InnerClasses:
org.xnio.Buffers$6