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 // io.netty.handler.codec.ByteToMessageDecoder$1 this
         0: .line 75
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.netty.handler.codec.ByteToMessageDecoder$1 this
      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 // io.netty.handler.codec.ByteToMessageDecoder$1 this
        start local 1 // io.netty.buffer.ByteBufAllocator alloc
        start local 2 // io.netty.buffer.ByteBuf cumulation
        start local 3 // io.netty.buffer.ByteBuf in
         0: .line 79
            aload 2 /* cumulation */
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
            aload 2 /* cumulation */
            invokevirtual io.netty.buffer.ByteBuf.maxCapacity:()I
            aload 3 /* in */
            invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
            isub
            if_icmpgt 2
         1: .line 80
            aload 2 /* cumulation */
            invokevirtual io.netty.buffer.ByteBuf.refCnt:()I
            iconst_1
            if_icmpgt 2
            aload 2 /* cumulation */
            invokevirtual io.netty.buffer.ByteBuf.isReadOnly:()Z
            ifeq 4
         2: .line 88
      StackMap locals:
      StackMap stack:
            aload 1 /* alloc */
            aload 2 /* cumulation */
            aload 3 /* in */
            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 /* buffer */
        start local 4 // io.netty.buffer.ByteBuf buffer
         3: .line 89
            goto 5
        end local 4 // io.netty.buffer.ByteBuf buffer
         4: .line 90
      StackMap locals:
      StackMap stack:
            aload 2 /* cumulation */
            astore 4 /* buffer */
        start local 4 // io.netty.buffer.ByteBuf buffer
         5: .line 92
      StackMap locals: io.netty.buffer.ByteBuf
      StackMap stack:
            aload 4 /* buffer */
            aload 3 /* in */
            invokevirtual io.netty.buffer.ByteBuf.writeBytes:(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
            pop
         6: .line 93
            aload 3 /* in */
            invokevirtual io.netty.buffer.ByteBuf.release:()Z
            pop
         7: .line 94
            aload 4 /* buffer */
            areturn
        end local 4 // io.netty.buffer.ByteBuf buffer
        end local 3 // io.netty.buffer.ByteBuf in
        end local 2 // io.netty.buffer.ByteBuf cumulation
        end local 1 // io.netty.buffer.ByteBufAllocator alloc
        end local 0 // io.netty.handler.codec.ByteToMessageDecoder$1 this
      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