public class io.netty.handler.codec.redis.DefaultBulkStringRedisContent extends io.netty.buffer.DefaultByteBufHolder implements io.netty.handler.codec.redis.BulkStringRedisContent
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.netty.handler.codec.redis.DefaultBulkStringRedisContent
  super_class: io.netty.buffer.DefaultByteBufHolder
{
  public void <init>(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.redis.DefaultBulkStringRedisContent this
        start local 1 // io.netty.buffer.ByteBuf content
         0: .line 35
            aload 0 /* this */
            aload 1 /* content */
            invokespecial io.netty.buffer.DefaultByteBufHolder.<init>:(Lio/netty/buffer/ByteBuf;)V
         1: .line 36
            return
        end local 1 // io.netty.buffer.ByteBuf content
        end local 0 // io.netty.handler.codec.redis.DefaultBulkStringRedisContent this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/netty/handler/codec/redis/DefaultBulkStringRedisContent;
            0    2     1  content  Lio/netty/buffer/ByteBuf;
    MethodParameters:
         Name  Flags
      content  

  public io.netty.handler.codec.redis.BulkStringRedisContent copy();
    descriptor: ()Lio/netty/handler/codec/redis/BulkStringRedisContent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.redis.DefaultBulkStringRedisContent this
         0: .line 40
            aload 0 /* this */
            invokespecial io.netty.buffer.DefaultByteBufHolder.copy:()Lio/netty/buffer/ByteBufHolder;
            checkcast io.netty.handler.codec.redis.BulkStringRedisContent
            areturn
        end local 0 // io.netty.handler.codec.redis.DefaultBulkStringRedisContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/redis/DefaultBulkStringRedisContent;

  public io.netty.handler.codec.redis.BulkStringRedisContent duplicate();
    descriptor: ()Lio/netty/handler/codec/redis/BulkStringRedisContent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.redis.DefaultBulkStringRedisContent this
         0: .line 45
            aload 0 /* this */
            invokespecial io.netty.buffer.DefaultByteBufHolder.duplicate:()Lio/netty/buffer/ByteBufHolder;
            checkcast io.netty.handler.codec.redis.BulkStringRedisContent
            areturn
        end local 0 // io.netty.handler.codec.redis.DefaultBulkStringRedisContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/redis/DefaultBulkStringRedisContent;

  public io.netty.handler.codec.redis.BulkStringRedisContent retainedDuplicate();
    descriptor: ()Lio/netty/handler/codec/redis/BulkStringRedisContent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.redis.DefaultBulkStringRedisContent this
         0: .line 50
            aload 0 /* this */
            invokespecial io.netty.buffer.DefaultByteBufHolder.retainedDuplicate:()Lio/netty/buffer/ByteBufHolder;
            checkcast io.netty.handler.codec.redis.BulkStringRedisContent
            areturn
        end local 0 // io.netty.handler.codec.redis.DefaultBulkStringRedisContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/redis/DefaultBulkStringRedisContent;

  public io.netty.handler.codec.redis.BulkStringRedisContent replace(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/redis/BulkStringRedisContent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.redis.DefaultBulkStringRedisContent this
        start local 1 // io.netty.buffer.ByteBuf content
         0: .line 55
            new io.netty.handler.codec.redis.DefaultBulkStringRedisContent
            dup
            aload 1 /* content */
            invokespecial io.netty.handler.codec.redis.DefaultBulkStringRedisContent.<init>:(Lio/netty/buffer/ByteBuf;)V
            areturn
        end local 1 // io.netty.buffer.ByteBuf content
        end local 0 // io.netty.handler.codec.redis.DefaultBulkStringRedisContent this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/netty/handler/codec/redis/DefaultBulkStringRedisContent;
            0    1     1  content  Lio/netty/buffer/ByteBuf;
    MethodParameters:
         Name  Flags
      content  

  public io.netty.handler.codec.redis.BulkStringRedisContent retain();
    descriptor: ()Lio/netty/handler/codec/redis/BulkStringRedisContent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.redis.DefaultBulkStringRedisContent this
         0: .line 60
            aload 0 /* this */
            invokespecial io.netty.buffer.DefaultByteBufHolder.retain:()Lio/netty/buffer/ByteBufHolder;
            pop
         1: .line 61
            aload 0 /* this */
            areturn
        end local 0 // io.netty.handler.codec.redis.DefaultBulkStringRedisContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/redis/DefaultBulkStringRedisContent;

  public io.netty.handler.codec.redis.BulkStringRedisContent retain(int);
    descriptor: (I)Lio/netty/handler/codec/redis/BulkStringRedisContent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.redis.DefaultBulkStringRedisContent this
        start local 1 // int increment
         0: .line 66
            aload 0 /* this */
            iload 1 /* increment */
            invokespecial io.netty.buffer.DefaultByteBufHolder.retain:(I)Lio/netty/buffer/ByteBufHolder;
            pop
         1: .line 67
            aload 0 /* this */
            areturn
        end local 1 // int increment
        end local 0 // io.netty.handler.codec.redis.DefaultBulkStringRedisContent this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/netty/handler/codec/redis/DefaultBulkStringRedisContent;
            0    2     1  increment  I
    MethodParameters:
           Name  Flags
      increment  

  public io.netty.handler.codec.redis.BulkStringRedisContent touch();
    descriptor: ()Lio/netty/handler/codec/redis/BulkStringRedisContent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.redis.DefaultBulkStringRedisContent this
         0: .line 72
            aload 0 /* this */
            invokespecial io.netty.buffer.DefaultByteBufHolder.touch:()Lio/netty/buffer/ByteBufHolder;
            pop
         1: .line 73
            aload 0 /* this */
            areturn
        end local 0 // io.netty.handler.codec.redis.DefaultBulkStringRedisContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/redis/DefaultBulkStringRedisContent;

  public io.netty.handler.codec.redis.BulkStringRedisContent touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/handler/codec/redis/BulkStringRedisContent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.redis.DefaultBulkStringRedisContent this
        start local 1 // java.lang.Object hint
         0: .line 78
            aload 0 /* this */
            aload 1 /* hint */
            invokespecial io.netty.buffer.DefaultByteBufHolder.touch:(Ljava/lang/Object;)Lio/netty/buffer/ByteBufHolder;
            pop
         1: .line 79
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object hint
        end local 0 // io.netty.handler.codec.redis.DefaultBulkStringRedisContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/redis/DefaultBulkStringRedisContent;
            0    2     1  hint  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      hint  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.redis.DefaultBulkStringRedisContent this
         0: .line 84
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokestatic io.netty.util.internal.StringUtil.simpleClassName:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         1: .line 85
            bipush 91
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         2: .line 86
            ldc "content="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 87
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.redis.DefaultBulkStringRedisContent.content:()Lio/netty/buffer/ByteBuf;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         4: .line 88
            bipush 93
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         5: .line 84
            areturn
        end local 0 // io.netty.handler.codec.redis.DefaultBulkStringRedisContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/netty/handler/codec/redis/DefaultBulkStringRedisContent;

  public io.netty.buffer.ByteBufHolder copy();
    descriptor: ()Lio/netty/buffer/ByteBufHolder;
    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.redis.DefaultBulkStringRedisContent.copy:()Lio/netty/handler/codec/redis/BulkStringRedisContent;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder retain(int);
    descriptor: (I)Lio/netty/buffer/ByteBufHolder;
    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.redis.DefaultBulkStringRedisContent.retain:(I)Lio/netty/handler/codec/redis/BulkStringRedisContent;
            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.redis.DefaultBulkStringRedisContent.retain:(I)Lio/netty/handler/codec/redis/BulkStringRedisContent;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder retain();
    descriptor: ()Lio/netty/buffer/ByteBufHolder;
    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.redis.DefaultBulkStringRedisContent.retain:()Lio/netty/handler/codec/redis/BulkStringRedisContent;
            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.redis.DefaultBulkStringRedisContent.retain:()Lio/netty/handler/codec/redis/BulkStringRedisContent;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder duplicate();
    descriptor: ()Lio/netty/buffer/ByteBufHolder;
    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.redis.DefaultBulkStringRedisContent.duplicate:()Lio/netty/handler/codec/redis/BulkStringRedisContent;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder replace(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBufHolder;
    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.redis.DefaultBulkStringRedisContent.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/redis/BulkStringRedisContent;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/buffer/ByteBufHolder;
    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.redis.DefaultBulkStringRedisContent.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/redis/BulkStringRedisContent;
            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.redis.DefaultBulkStringRedisContent.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/redis/BulkStringRedisContent;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder touch();
    descriptor: ()Lio/netty/buffer/ByteBufHolder;
    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.redis.DefaultBulkStringRedisContent.touch:()Lio/netty/handler/codec/redis/BulkStringRedisContent;
            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.redis.DefaultBulkStringRedisContent.touch:()Lio/netty/handler/codec/redis/BulkStringRedisContent;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder retainedDuplicate();
    descriptor: ()Lio/netty/buffer/ByteBufHolder;
    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.redis.DefaultBulkStringRedisContent.retainedDuplicate:()Lio/netty/handler/codec/redis/BulkStringRedisContent;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "DefaultBulkStringRedisContent.java"