public class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseDecoder extends io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder<io.netty.handler.codec.memcache.binary.BinaryMemcacheResponse>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseDecoder
  super_class: io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseDecoder this
         0: .line 30
            aload 0 /* this */
            sipush 8192
            invokespecial io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseDecoder.<init>:(I)V
         1: .line 31
            return
        end local 0 // io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/memcache/binary/BinaryMemcacheResponseDecoder;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseDecoder this
        start local 1 // int chunkSize
         0: .line 34
            aload 0 /* this */
            iload 1 /* chunkSize */
            invokespecial io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder.<init>:(I)V
         1: .line 35
            return
        end local 1 // int chunkSize
        end local 0 // io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseDecoder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/netty/handler/codec/memcache/binary/BinaryMemcacheResponseDecoder;
            0    2     1  chunkSize  I
    MethodParameters:
           Name  Flags
      chunkSize  

  protected io.netty.handler.codec.memcache.binary.BinaryMemcacheResponse decodeHeader(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheResponse;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseDecoder this
        start local 1 // io.netty.buffer.ByteBuf in
         0: .line 39
            new io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
            dup
            invokespecial io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse.<init>:()V
            astore 2 /* header */
        start local 2 // io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse header
         1: .line 40
            aload 2 /* header */
            aload 1 /* in */
            invokevirtual io.netty.buffer.ByteBuf.readByte:()B
            invokevirtual io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse.setMagic:(B)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
            pop
         2: .line 41
            aload 2 /* header */
            aload 1 /* in */
            invokevirtual io.netty.buffer.ByteBuf.readByte:()B
            invokevirtual io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse.setOpcode:(B)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
            pop
         3: .line 42
            aload 2 /* header */
            aload 1 /* in */
            invokevirtual io.netty.buffer.ByteBuf.readShort:()S
            invokevirtual io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse.setKeyLength:(S)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
            pop
         4: .line 43
            aload 2 /* header */
            aload 1 /* in */
            invokevirtual io.netty.buffer.ByteBuf.readByte:()B
            invokevirtual io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse.setExtrasLength:(B)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
            pop
         5: .line 44
            aload 2 /* header */
            aload 1 /* in */
            invokevirtual io.netty.buffer.ByteBuf.readByte:()B
            invokevirtual io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse.setDataType:(B)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
            pop
         6: .line 45
            aload 2 /* header */
            aload 1 /* in */
            invokevirtual io.netty.buffer.ByteBuf.readShort:()S
            invokevirtual io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse.setStatus:(S)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheResponse;
            pop
         7: .line 46
            aload 2 /* header */
            aload 1 /* in */
            invokevirtual io.netty.buffer.ByteBuf.readInt:()I
            invokevirtual io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse.setTotalBodyLength:(I)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
            pop
         8: .line 47
            aload 2 /* header */
            aload 1 /* in */
            invokevirtual io.netty.buffer.ByteBuf.readInt:()I
            invokevirtual io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse.setOpaque:(I)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
            pop
         9: .line 48
            aload 2 /* header */
            aload 1 /* in */
            invokevirtual io.netty.buffer.ByteBuf.readLong:()J
            invokevirtual io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse.setCas:(J)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
            pop
        10: .line 49
            aload 2 /* header */
            areturn
        end local 2 // io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse header
        end local 1 // io.netty.buffer.ByteBuf in
        end local 0 // io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseDecoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lio/netty/handler/codec/memcache/binary/BinaryMemcacheResponseDecoder;
            0   11     1      in  Lio/netty/buffer/ByteBuf;
            1   11     2  header  Lio/netty/handler/codec/memcache/binary/DefaultBinaryMemcacheResponse;
    MethodParameters:
      Name  Flags
      in    

  protected io.netty.handler.codec.memcache.binary.BinaryMemcacheResponse buildInvalidMessage();
    descriptor: ()Lio/netty/handler/codec/memcache/binary/BinaryMemcacheResponse;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseDecoder this
         0: .line 54
            new io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
            dup
            getstatic io.netty.buffer.Unpooled.EMPTY_BUFFER:Lio/netty/buffer/ByteBuf;
            getstatic io.netty.buffer.Unpooled.EMPTY_BUFFER:Lio/netty/buffer/ByteBuf;
            invokespecial io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse.<init>:(Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;)V
            areturn
        end local 0 // io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/memcache/binary/BinaryMemcacheResponseDecoder;

  protected io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage decodeHeader(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseDecoder.decodeHeader:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage buildInvalidMessage();
    descriptor: ()Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseDecoder.buildInvalidMessage:()Lio/netty/handler/codec/memcache/binary/BinaryMemcacheResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheDecoder<Lio/netty/handler/codec/memcache/binary/BinaryMemcacheResponse;>;
SourceFile: "BinaryMemcacheResponseDecoder.java"