class io.vertx.core.buffer.impl.VertxByteBufAllocator$2 extends io.vertx.core.buffer.impl.VertxByteBufAllocator
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.core.buffer.impl.VertxByteBufAllocator$2
super_class: io.vertx.core.buffer.impl.VertxByteBufAllocator
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial io.vertx.core.buffer.impl.VertxByteBufAllocator.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/buffer/impl/VertxByteBufAllocator$2;
protected io.netty.buffer.ByteBuf newHeapBuffer(int, int);
descriptor: (II)Lio/netty/buffer/ByteBuf;
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new io.vertx.core.buffer.impl.VertxHeapByteBuf
dup
aload 0
iload 1
iload 2
invokespecial io.vertx.core.buffer.impl.VertxHeapByteBuf.<init>:(Lio/netty/buffer/ByteBufAllocator;II)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/buffer/impl/VertxByteBufAllocator$2;
0 1 1 initialCapacity I
0 1 2 maxCapacity I
MethodParameters:
Name Flags
initialCapacity
maxCapacity
}
SourceFile: "VertxByteBufAllocator.java"
EnclosingMethod: io.vertx.core.buffer.impl.VertxByteBufAllocator
NestHost: io.vertx.core.buffer.impl.VertxByteBufAllocator
InnerClasses:
io.vertx.core.buffer.impl.VertxByteBufAllocator$2