public abstract class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage extends io.netty.handler.codec.memcache.AbstractMemcacheObject implements io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
  super_class: io.netty.handler.codec.memcache.AbstractMemcacheObject
{
  private io.netty.buffer.ByteBuf key;
    descriptor: Lio/netty/buffer/ByteBuf;
    flags: (0x0002) ACC_PRIVATE

  private io.netty.buffer.ByteBuf extras;
    descriptor: Lio/netty/buffer/ByteBuf;
    flags: (0x0002) ACC_PRIVATE

  private byte magic;
    descriptor: B
    flags: (0x0002) ACC_PRIVATE

  private byte opcode;
    descriptor: B
    flags: (0x0002) ACC_PRIVATE

  private short keyLength;
    descriptor: S
    flags: (0x0002) ACC_PRIVATE

  private byte extrasLength;
    descriptor: B
    flags: (0x0002) ACC_PRIVATE

  private byte dataType;
    descriptor: B
    flags: (0x0002) ACC_PRIVATE

  private int totalBodyLength;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int opaque;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private long cas;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  protected void <init>(io.netty.buffer.ByteBuf, io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
        start local 1 // io.netty.buffer.ByteBuf key
        start local 2 // io.netty.buffer.ByteBuf extras
         0: .line 55
            aload 0 /* this */
            invokespecial io.netty.handler.codec.memcache.AbstractMemcacheObject.<init>:()V
         1: .line 56
            aload 0 /* this */
            aload 1 /* key */
            putfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.key:Lio/netty/buffer/ByteBuf;
         2: .line 57
            aload 0 /* this */
            aload 1 /* key */
            ifnonnull 3
            iconst_0
            goto 4
      StackMap locals: io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage io.netty.buffer.ByteBuf io.netty.buffer.ByteBuf
      StackMap stack: io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
         3: aload 1 /* key */
            invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
            i2s
      StackMap locals: io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage io.netty.buffer.ByteBuf io.netty.buffer.ByteBuf
      StackMap stack: io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage int
         4: putfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.keyLength:S
         5: .line 58
            aload 0 /* this */
            aload 2 /* extras */
            putfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.extras:Lio/netty/buffer/ByteBuf;
         6: .line 59
            aload 0 /* this */
            aload 2 /* extras */
            ifnonnull 7
            iconst_0
            goto 8
      StackMap locals:
      StackMap stack: io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
         7: aload 2 /* extras */
            invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
            i2b
      StackMap locals: io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage io.netty.buffer.ByteBuf io.netty.buffer.ByteBuf
      StackMap stack: io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage int
         8: putfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.extrasLength:B
         9: .line 60
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.keyLength:S
            aload 0 /* this */
            getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.extrasLength:B
            iadd
            putfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.totalBodyLength:I
        10: .line 61
            return
        end local 2 // io.netty.buffer.ByteBuf extras
        end local 1 // io.netty.buffer.ByteBuf key
        end local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;
            0   11     1     key  Lio/netty/buffer/ByteBuf;
            0   11     2  extras  Lio/netty/buffer/ByteBuf;
    MethodParameters:
        Name  Flags
      key     
      extras  

  public io.netty.buffer.ByteBuf key();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
         0: .line 65
            aload 0 /* this */
            getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.key:Lio/netty/buffer/ByteBuf;
            areturn
        end local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;

  public io.netty.buffer.ByteBuf extras();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
         0: .line 70
            aload 0 /* this */
            getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.extras:Lio/netty/buffer/ByteBuf;
            areturn
        end local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;

  public io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage setKey(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
        start local 1 // io.netty.buffer.ByteBuf key
         0: .line 75
            aload 0 /* this */
            getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.key:Lio/netty/buffer/ByteBuf;
            ifnull 2
         1: .line 76
            aload 0 /* this */
            getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.key:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.release:()Z
            pop
         2: .line 78
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* key */
            putfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.key:Lio/netty/buffer/ByteBuf;
         3: .line 79
            aload 0 /* this */
            getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.keyLength:S
            istore 2 /* oldKeyLength */
        start local 2 // short oldKeyLength
         4: .line 80
            aload 0 /* this */
            aload 1 /* key */
            ifnonnull 5
            iconst_0
            goto 6
      StackMap locals: io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage io.netty.buffer.ByteBuf int
      StackMap stack: io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
         5: aload 1 /* key */
            invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
            i2s
      StackMap locals: io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage io.netty.buffer.ByteBuf int
      StackMap stack: io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage int
         6: putfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.keyLength:S
         7: .line 81
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.totalBodyLength:I
            aload 0 /* this */
            getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.keyLength:S
            iadd
            iload 2 /* oldKeyLength */
            isub
            putfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.totalBodyLength:I
         8: .line 82
            aload 0 /* this */
            areturn
        end local 2 // short oldKeyLength
        end local 1 // io.netty.buffer.ByteBuf key
        end local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;
            0    9     1           key  Lio/netty/buffer/ByteBuf;
            4    9     2  oldKeyLength  S
    MethodParameters:
      Name  Flags
      key   

  public io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage setExtras(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
        start local 1 // io.netty.buffer.ByteBuf extras
         0: .line 87
            aload 0 /* this */
            getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.extras:Lio/netty/buffer/ByteBuf;
            ifnull 2
         1: .line 88
            aload 0 /* this */
            getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.extras:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.release:()Z
            pop
         2: .line 90
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* extras */
            putfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.extras:Lio/netty/buffer/ByteBuf;
         3: .line 91
            aload 0 /* this */
            getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.extrasLength:B
            istore 2 /* oldExtrasLength */
        start local 2 // short oldExtrasLength
         4: .line 92
            aload 0 /* this */
            aload 1 /* extras */
            ifnonnull 5
            iconst_0
            goto 6
      StackMap locals: io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage io.netty.buffer.ByteBuf int
      StackMap stack: io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
         5: aload 1 /* extras */
            invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
            i2b
      StackMap locals: io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage io.netty.buffer.ByteBuf int
      StackMap stack: io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage int
         6: putfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.extrasLength:B
         7: .line 93
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.totalBodyLength:I
            aload 0 /* this */
            getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.extrasLength:B
            iadd
            iload 2 /* oldExtrasLength */
            isub
            putfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.totalBodyLength:I
         8: .line 94
            aload 0 /* this */
            areturn
        end local 2 // short oldExtrasLength
        end local 1 // io.netty.buffer.ByteBuf extras
        end local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;
            0    9     1           extras  Lio/netty/buffer/ByteBuf;
            4    9     2  oldExtrasLength  S
    MethodParameters:
        Name  Flags
      extras  

  public byte magic();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
         0: .line 99
            aload 0 /* this */
            getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.magic:B
            ireturn
        end local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;

  public io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage setMagic(byte);
    descriptor: (B)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
        start local 1 // byte magic
         0: .line 104
            aload 0 /* this */
            iload 1 /* magic */
            putfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.magic:B
         1: .line 105
            aload 0 /* this */
            areturn
        end local 1 // byte magic
        end local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;
            0    2     1  magic  B
    MethodParameters:
       Name  Flags
      magic  

  public long cas();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
         0: .line 110
            aload 0 /* this */
            getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.cas:J
            lreturn
        end local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;

  public io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage setCas(long);
    descriptor: (J)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
        start local 1 // long cas
         0: .line 115
            aload 0 /* this */
            lload 1 /* cas */
            putfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.cas:J
         1: .line 116
            aload 0 /* this */
            areturn
        end local 1 // long cas
        end local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;
            0    2     1   cas  J
    MethodParameters:
      Name  Flags
      cas   

  public int opaque();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
         0: .line 121
            aload 0 /* this */
            getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.opaque:I
            ireturn
        end local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;

  public io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage setOpaque(int);
    descriptor: (I)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
        start local 1 // int opaque
         0: .line 126
            aload 0 /* this */
            iload 1 /* opaque */
            putfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.opaque:I
         1: .line 127
            aload 0 /* this */
            areturn
        end local 1 // int opaque
        end local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;
            0    2     1  opaque  I
    MethodParameters:
        Name  Flags
      opaque  

  public int totalBodyLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
         0: .line 132
            aload 0 /* this */
            getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.totalBodyLength:I
            ireturn
        end local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;

  public io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage setTotalBodyLength(int);
    descriptor: (I)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
        start local 1 // int totalBodyLength
         0: .line 137
            aload 0 /* this */
            iload 1 /* totalBodyLength */
            putfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.totalBodyLength:I
         1: .line 138
            aload 0 /* this */
            areturn
        end local 1 // int totalBodyLength
        end local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;
            0    2     1  totalBodyLength  I
    MethodParameters:
                 Name  Flags
      totalBodyLength  

  public byte dataType();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
         0: .line 143
            aload 0 /* this */
            getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.dataType:B
            ireturn
        end local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;

  public io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage setDataType(byte);
    descriptor: (B)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
        start local 1 // byte dataType
         0: .line 148
            aload 0 /* this */
            iload 1 /* dataType */
            putfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.dataType:B
         1: .line 149
            aload 0 /* this */
            areturn
        end local 1 // byte dataType
        end local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;
            0    2     1  dataType  B
    MethodParameters:
          Name  Flags
      dataType  

  public byte extrasLength();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
         0: .line 154
            aload 0 /* this */
            getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.extrasLength:B
            ireturn
        end local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;

  io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage setExtrasLength(byte);
    descriptor: (B)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
        start local 1 // byte extrasLength
         0: .line 165
            aload 0 /* this */
            iload 1 /* extrasLength */
            putfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.extrasLength:B
         1: .line 166
            aload 0 /* this */
            areturn
        end local 1 // byte extrasLength
        end local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;
            0    2     1  extrasLength  B
    MethodParameters:
              Name  Flags
      extrasLength  

  public short keyLength();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
         0: .line 171
            aload 0 /* this */
            getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.keyLength:S
            ireturn
        end local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;

  io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage setKeyLength(short);
    descriptor: (S)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
        start local 1 // short keyLength
         0: .line 182
            aload 0 /* this */
            iload 1 /* keyLength */
            putfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.keyLength:S
         1: .line 183
            aload 0 /* this */
            areturn
        end local 1 // short keyLength
        end local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;
            0    2     1  keyLength  S
    MethodParameters:
           Name  Flags
      keyLength  

  public byte opcode();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
         0: .line 188
            aload 0 /* this */
            getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.opcode:B
            ireturn
        end local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;

  public io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage setOpcode(byte);
    descriptor: (B)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
        start local 1 // byte opcode
         0: .line 193
            aload 0 /* this */
            iload 1 /* opcode */
            putfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.opcode:B
         1: .line 194
            aload 0 /* this */
            areturn
        end local 1 // byte opcode
        end local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;
            0    2     1  opcode  B
    MethodParameters:
        Name  Flags
      opcode  

  public io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage retain();
    descriptor: ()Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
         0: .line 199
            aload 0 /* this */
            invokespecial io.netty.handler.codec.memcache.AbstractMemcacheObject.retain:()Lio/netty/util/ReferenceCounted;
            pop
         1: .line 200
            aload 0 /* this */
            areturn
        end local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;

  public io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage retain(int);
    descriptor: (I)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
        start local 1 // int increment
         0: .line 205
            aload 0 /* this */
            iload 1 /* increment */
            invokespecial io.netty.handler.codec.memcache.AbstractMemcacheObject.retain:(I)Lio/netty/util/ReferenceCounted;
            pop
         1: .line 206
            aload 0 /* this */
            areturn
        end local 1 // int increment
        end local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;
            0    2     1  increment  I
    MethodParameters:
           Name  Flags
      increment  

  protected void deallocate();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
         0: .line 211
            aload 0 /* this */
            getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.key:Lio/netty/buffer/ByteBuf;
            ifnull 2
         1: .line 212
            aload 0 /* this */
            getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.key:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.release:()Z
            pop
         2: .line 214
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.extras:Lio/netty/buffer/ByteBuf;
            ifnull 4
         3: .line 215
            aload 0 /* this */
            getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.extras:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.release:()Z
            pop
         4: .line 217
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;

  public io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage touch();
    descriptor: ()Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
         0: .line 221
            aload 0 /* this */
            invokespecial io.netty.handler.codec.memcache.AbstractMemcacheObject.touch:()Lio/netty/util/ReferenceCounted;
            pop
         1: .line 222
            aload 0 /* this */
            areturn
        end local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;

  public io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
        start local 1 // java.lang.Object hint
         0: .line 227
            aload 0 /* this */
            getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.key:Lio/netty/buffer/ByteBuf;
            ifnull 2
         1: .line 228
            aload 0 /* this */
            getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.key:Lio/netty/buffer/ByteBuf;
            aload 1 /* hint */
            invokevirtual io.netty.buffer.ByteBuf.touch:(Ljava/lang/Object;)Lio/netty/buffer/ByteBuf;
            pop
         2: .line 230
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.extras:Lio/netty/buffer/ByteBuf;
            ifnull 4
         3: .line 231
            aload 0 /* this */
            getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.extras:Lio/netty/buffer/ByteBuf;
            aload 1 /* hint */
            invokevirtual io.netty.buffer.ByteBuf.touch:(Ljava/lang/Object;)Lio/netty/buffer/ByteBuf;
            pop
         4: .line 233
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object hint
        end local 0 // io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;
            0    5     1  hint  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      hint  

  public io.netty.handler.codec.memcache.MemcacheMessage retain(int);
    descriptor: (I)Lio/netty/handler/codec/memcache/MemcacheMessage;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.retain:(I)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.ReferenceCounted retain(int);
    descriptor: (I)Lio/netty/util/ReferenceCounted;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.retain:(I)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.memcache.MemcacheMessage retain();
    descriptor: ()Lio/netty/handler/codec/memcache/MemcacheMessage;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.retain:()Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.ReferenceCounted retain();
    descriptor: ()Lio/netty/util/ReferenceCounted;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.retain:()Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.ReferenceCounted touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/util/ReferenceCounted;
    flags: (0x1041) ACC_PUBLIC, 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.AbstractBinaryMemcacheMessage.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.memcache.MemcacheMessage touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/handler/codec/memcache/MemcacheMessage;
    flags: (0x1041) ACC_PUBLIC, 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.AbstractBinaryMemcacheMessage.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.memcache.MemcacheMessage touch();
    descriptor: ()Lio/netty/handler/codec/memcache/MemcacheMessage;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.touch:()Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.ReferenceCounted touch();
    descriptor: ()Lio/netty/util/ReferenceCounted;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.touch:()Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "AbstractBinaryMemcacheMessage.java"