public class io.netty.handler.codec.bytes.ByteArrayDecoder extends io.netty.handler.codec.MessageToMessageDecoder<io.netty.buffer.ByteBuf>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.netty.handler.codec.bytes.ByteArrayDecoder
  super_class: io.netty.handler.codec.MessageToMessageDecoder
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.bytes.ByteArrayDecoder this
         0: .line 51
            aload 0 /* this */
            invokespecial io.netty.handler.codec.MessageToMessageDecoder.<init>:()V
            return
        end local 0 // io.netty.handler.codec.bytes.ByteArrayDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/bytes/ByteArrayDecoder;

  protected void decode(io.netty.channel.ChannelHandlerContext, io.netty.buffer.ByteBuf, java.util.List<java.lang.Object>);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // io.netty.handler.codec.bytes.ByteArrayDecoder this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // io.netty.buffer.ByteBuf msg
        start local 3 // java.util.List out
         0: .line 55
            aload 2 /* msg */
            invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
            newarray 8
            astore 4 /* array */
        start local 4 // byte[] array
         1: .line 56
            aload 2 /* msg */
            iconst_0
            aload 4 /* array */
            invokevirtual io.netty.buffer.ByteBuf.getBytes:(I[B)Lio/netty/buffer/ByteBuf;
            pop
         2: .line 58
            aload 3 /* out */
            aload 4 /* array */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 59
            return
        end local 4 // byte[] array
        end local 3 // java.util.List out
        end local 2 // io.netty.buffer.ByteBuf msg
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.handler.codec.bytes.ByteArrayDecoder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/netty/handler/codec/bytes/ByteArrayDecoder;
            0    4     1    ctx  Lio/netty/channel/ChannelHandlerContext;
            0    4     2    msg  Lio/netty/buffer/ByteBuf;
            0    4     3    out  Ljava/util/List<Ljava/lang/Object;>;
            1    4     4  array  [B
    Exceptions:
      throws java.lang.Exception
    Signature: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List<Ljava/lang/Object;>;)V
    MethodParameters:
      Name  Flags
      ctx   
      msg   
      out   

  protected void decode(io.netty.channel.ChannelHandlerContext, java.lang.Object, java.util.List);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Ljava/util/List;)V
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast io.netty.buffer.ByteBuf
            aload 3
            invokevirtual io.netty.handler.codec.bytes.ByteArrayDecoder.decode:(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Lio/netty/handler/codec/MessageToMessageDecoder<Lio/netty/buffer/ByteBuf;>;
SourceFile: "ByteArrayDecoder.java"