class io.netty.handler.codec.ByteToMessageDecoder$1 implements io.netty.handler.codec.ByteToMessageDecoder$Cumulator
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.netty.handler.codec.ByteToMessageDecoder$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 Lio/netty/handler/codec/ByteToMessageDecoder$1;
public io.netty.buffer.ByteBuf cumulate(io.netty.buffer.ByteBufAllocator, io.netty.buffer.ByteBuf, io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/buffer/ByteBufAllocator;Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 2
invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
aload 2
invokevirtual io.netty.buffer.ByteBuf.maxCapacity:()I
aload 3
invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
isub
if_icmpgt 2
1: aload 2
invokevirtual io.netty.buffer.ByteBuf.refCnt:()I
iconst_1
if_icmpgt 2
aload 2
invokevirtual io.netty.buffer.ByteBuf.isReadOnly:()Z
ifeq 4
2: StackMap locals:
StackMap stack:
aload 1
aload 2
aload 3
invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
invokestatic io.netty.handler.codec.ByteToMessageDecoder.expandCumulation:(Lio/netty/buffer/ByteBufAllocator;Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
astore 4
start local 4 3: goto 5
end local 4 4: StackMap locals:
StackMap stack:
aload 2
astore 4
start local 4 5: StackMap locals: io.netty.buffer.ByteBuf
StackMap stack:
aload 4
aload 3
invokevirtual io.netty.buffer.ByteBuf.writeBytes:(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
pop
6: aload 3
invokevirtual io.netty.buffer.ByteBuf.release:()Z
pop
7: aload 4
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/netty/handler/codec/ByteToMessageDecoder$1;
0 8 1 alloc Lio/netty/buffer/ByteBufAllocator;
0 8 2 cumulation Lio/netty/buffer/ByteBuf;
0 8 3 in Lio/netty/buffer/ByteBuf;
3 4 4 buffer Lio/netty/buffer/ByteBuf;
5 8 4 buffer Lio/netty/buffer/ByteBuf;
MethodParameters:
Name Flags
alloc
cumulation
in
}
SourceFile: "ByteToMessageDecoder.java"
EnclosingMethod: io.netty.handler.codec.ByteToMessageDecoder
NestHost: io.netty.handler.codec.ByteToMessageDecoder
InnerClasses:
io.netty.handler.codec.ByteToMessageDecoder$1
public abstract Cumulator = io.netty.handler.codec.ByteToMessageDecoder$Cumulator of io.netty.handler.codec.ByteToMessageDecoder