public class io.netty.handler.codec.stomp.DefaultStompContentSubframe extends io.netty.buffer.DefaultByteBufHolder implements io.netty.handler.codec.stomp.StompContentSubframe
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.netty.handler.codec.stomp.DefaultStompContentSubframe
  super_class: io.netty.buffer.DefaultByteBufHolder
{
  private io.netty.handler.codec.DecoderResult decoderResult;
    descriptor: Lio/netty/handler/codec/DecoderResult;
    flags: (0x0002) ACC_PRIVATE

  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.stomp.DefaultStompContentSubframe this
        start local 1 // io.netty.buffer.ByteBuf content
         0: .line 30
            aload 0 /* this */
            aload 1 /* content */
            invokespecial io.netty.buffer.DefaultByteBufHolder.<init>:(Lio/netty/buffer/ByteBuf;)V
         1: .line 27
            aload 0 /* this */
            getstatic io.netty.handler.codec.DecoderResult.SUCCESS:Lio/netty/handler/codec/DecoderResult;
            putfield io.netty.handler.codec.stomp.DefaultStompContentSubframe.decoderResult:Lio/netty/handler/codec/DecoderResult;
         2: .line 31
            return
        end local 1 // io.netty.buffer.ByteBuf content
        end local 0 // io.netty.handler.codec.stomp.DefaultStompContentSubframe this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/netty/handler/codec/stomp/DefaultStompContentSubframe;
            0    3     1  content  Lio/netty/buffer/ByteBuf;
    MethodParameters:
         Name  Flags
      content  

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

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

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

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

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

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

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

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

  public io.netty.handler.codec.DecoderResult decoderResult();
    descriptor: ()Lio/netty/handler/codec/DecoderResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.stomp.DefaultStompContentSubframe this
         0: .line 79
            aload 0 /* this */
            getfield io.netty.handler.codec.stomp.DefaultStompContentSubframe.decoderResult:Lio/netty/handler/codec/DecoderResult;
            areturn
        end local 0 // io.netty.handler.codec.stomp.DefaultStompContentSubframe this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/stomp/DefaultStompContentSubframe;

  public void setDecoderResult(io.netty.handler.codec.DecoderResult);
    descriptor: (Lio/netty/handler/codec/DecoderResult;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.stomp.DefaultStompContentSubframe this
        start local 1 // io.netty.handler.codec.DecoderResult decoderResult
         0: .line 84
            aload 0 /* this */
            aload 1 /* decoderResult */
            putfield io.netty.handler.codec.stomp.DefaultStompContentSubframe.decoderResult:Lio/netty/handler/codec/DecoderResult;
         1: .line 85
            return
        end local 1 // io.netty.handler.codec.DecoderResult decoderResult
        end local 0 // io.netty.handler.codec.stomp.DefaultStompContentSubframe this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/netty/handler/codec/stomp/DefaultStompContentSubframe;
            0    2     1  decoderResult  Lio/netty/handler/codec/DecoderResult;
    MethodParameters:
               Name  Flags
      decoderResult  

  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.stomp.DefaultStompContentSubframe this
         0: .line 89
            new java.lang.StringBuilder
            dup
            ldc "DefaultStompContent{decoderResult="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         1: .line 90
            aload 0 /* this */
            getfield io.netty.handler.codec.stomp.DefaultStompContentSubframe.decoderResult:Lio/netty/handler/codec/DecoderResult;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         2: .line 91
            bipush 125
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         3: .line 89
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.netty.handler.codec.stomp.DefaultStompContentSubframe this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/handler/codec/stomp/DefaultStompContentSubframe;

  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.stomp.DefaultStompContentSubframe.copy:()Lio/netty/handler/codec/stomp/StompContentSubframe;
            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.stomp.DefaultStompContentSubframe.retain:(I)Lio/netty/handler/codec/stomp/StompContentSubframe;
            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.stomp.DefaultStompContentSubframe.retain:(I)Lio/netty/handler/codec/stomp/StompContentSubframe;
            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.stomp.DefaultStompContentSubframe.retain:()Lio/netty/handler/codec/stomp/StompContentSubframe;
            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.stomp.DefaultStompContentSubframe.retain:()Lio/netty/handler/codec/stomp/StompContentSubframe;
            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.stomp.DefaultStompContentSubframe.duplicate:()Lio/netty/handler/codec/stomp/StompContentSubframe;
            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.stomp.DefaultStompContentSubframe.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/stomp/StompContentSubframe;
            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.stomp.DefaultStompContentSubframe.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/stomp/StompContentSubframe;
            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.stomp.DefaultStompContentSubframe.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/stomp/StompContentSubframe;
            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.stomp.DefaultStompContentSubframe.touch:()Lio/netty/handler/codec/stomp/StompContentSubframe;
            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.stomp.DefaultStompContentSubframe.touch:()Lio/netty/handler/codec/stomp/StompContentSubframe;
            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.stomp.DefaultStompContentSubframe.retainedDuplicate:()Lio/netty/handler/codec/stomp/StompContentSubframe;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "DefaultStompContentSubframe.java"