public final class io.netty.channel.sctp.SctpMessage extends io.netty.buffer.DefaultByteBufHolder
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.netty.channel.sctp.SctpMessage
  super_class: io.netty.buffer.DefaultByteBufHolder
{
  private final int streamIdentifier;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int protocolIdentifier;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean unordered;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.sun.nio.sctp.MessageInfo msgInfo;
    descriptor: Lcom/sun/nio/sctp/MessageInfo;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(int, int, io.netty.buffer.ByteBuf);
    descriptor: (IILio/netty/buffer/ByteBuf;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.netty.channel.sctp.SctpMessage this
        start local 1 // int protocolIdentifier
        start local 2 // int streamIdentifier
        start local 3 // io.netty.buffer.ByteBuf payloadBuffer
         0: .line 39
            aload 0 /* this */
            iload 1 /* protocolIdentifier */
            iload 2 /* streamIdentifier */
            iconst_0
            aload 3 /* payloadBuffer */
            invokespecial io.netty.channel.sctp.SctpMessage.<init>:(IIZLio/netty/buffer/ByteBuf;)V
         1: .line 40
            return
        end local 3 // io.netty.buffer.ByteBuf payloadBuffer
        end local 2 // int streamIdentifier
        end local 1 // int protocolIdentifier
        end local 0 // io.netty.channel.sctp.SctpMessage this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lio/netty/channel/sctp/SctpMessage;
            0    2     1  protocolIdentifier  I
            0    2     2    streamIdentifier  I
            0    2     3       payloadBuffer  Lio/netty/buffer/ByteBuf;
    MethodParameters:
                    Name  Flags
      protocolIdentifier  
      streamIdentifier    
      payloadBuffer       

  public void <init>(int, int, boolean, io.netty.buffer.ByteBuf);
    descriptor: (IIZLio/netty/buffer/ByteBuf;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // io.netty.channel.sctp.SctpMessage this
        start local 1 // int protocolIdentifier
        start local 2 // int streamIdentifier
        start local 3 // boolean unordered
        start local 4 // io.netty.buffer.ByteBuf payloadBuffer
         0: .line 50
            aload 0 /* this */
            aload 4 /* payloadBuffer */
            invokespecial io.netty.buffer.DefaultByteBufHolder.<init>:(Lio/netty/buffer/ByteBuf;)V
         1: .line 51
            aload 0 /* this */
            iload 1 /* protocolIdentifier */
            putfield io.netty.channel.sctp.SctpMessage.protocolIdentifier:I
         2: .line 52
            aload 0 /* this */
            iload 2 /* streamIdentifier */
            putfield io.netty.channel.sctp.SctpMessage.streamIdentifier:I
         3: .line 53
            aload 0 /* this */
            iload 3 /* unordered */
            putfield io.netty.channel.sctp.SctpMessage.unordered:Z
         4: .line 54
            aload 0 /* this */
            aconst_null
            putfield io.netty.channel.sctp.SctpMessage.msgInfo:Lcom/sun/nio/sctp/MessageInfo;
         5: .line 55
            return
        end local 4 // io.netty.buffer.ByteBuf payloadBuffer
        end local 3 // boolean unordered
        end local 2 // int streamIdentifier
        end local 1 // int protocolIdentifier
        end local 0 // io.netty.channel.sctp.SctpMessage this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    6     0                this  Lio/netty/channel/sctp/SctpMessage;
            0    6     1  protocolIdentifier  I
            0    6     2    streamIdentifier  I
            0    6     3           unordered  Z
            0    6     4       payloadBuffer  Lio/netty/buffer/ByteBuf;
    MethodParameters:
                    Name  Flags
      protocolIdentifier  
      streamIdentifier    
      unordered           
      payloadBuffer       

  public void <init>(com.sun.nio.sctp.MessageInfo, io.netty.buffer.ByteBuf);
    descriptor: (Lcom/sun/nio/sctp/MessageInfo;Lio/netty/buffer/ByteBuf;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.channel.sctp.SctpMessage this
        start local 1 // com.sun.nio.sctp.MessageInfo msgInfo
        start local 2 // io.netty.buffer.ByteBuf payloadBuffer
         0: .line 63
            aload 0 /* this */
            aload 2 /* payloadBuffer */
            invokespecial io.netty.buffer.DefaultByteBufHolder.<init>:(Lio/netty/buffer/ByteBuf;)V
         1: .line 64
            aload 1 /* msgInfo */
            ifnonnull 3
         2: .line 65
            new java.lang.NullPointerException
            dup
            ldc "msgInfo"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 67
      StackMap locals: io.netty.channel.sctp.SctpMessage com.sun.nio.sctp.MessageInfo io.netty.buffer.ByteBuf
      StackMap stack:
            aload 0 /* this */
            aload 1 /* msgInfo */
            putfield io.netty.channel.sctp.SctpMessage.msgInfo:Lcom/sun/nio/sctp/MessageInfo;
         4: .line 68
            aload 0 /* this */
            aload 1 /* msgInfo */
            invokevirtual com.sun.nio.sctp.MessageInfo.streamNumber:()I
            putfield io.netty.channel.sctp.SctpMessage.streamIdentifier:I
         5: .line 69
            aload 0 /* this */
            aload 1 /* msgInfo */
            invokevirtual com.sun.nio.sctp.MessageInfo.payloadProtocolID:()I
            putfield io.netty.channel.sctp.SctpMessage.protocolIdentifier:I
         6: .line 70
            aload 0 /* this */
            aload 1 /* msgInfo */
            invokevirtual com.sun.nio.sctp.MessageInfo.isUnordered:()Z
            putfield io.netty.channel.sctp.SctpMessage.unordered:Z
         7: .line 71
            return
        end local 2 // io.netty.buffer.ByteBuf payloadBuffer
        end local 1 // com.sun.nio.sctp.MessageInfo msgInfo
        end local 0 // io.netty.channel.sctp.SctpMessage this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0           this  Lio/netty/channel/sctp/SctpMessage;
            0    8     1        msgInfo  Lcom/sun/nio/sctp/MessageInfo;
            0    8     2  payloadBuffer  Lio/netty/buffer/ByteBuf;
    MethodParameters:
               Name  Flags
      msgInfo        
      payloadBuffer  

  public int streamIdentifier();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.sctp.SctpMessage this
         0: .line 77
            aload 0 /* this */
            getfield io.netty.channel.sctp.SctpMessage.streamIdentifier:I
            ireturn
        end local 0 // io.netty.channel.sctp.SctpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/sctp/SctpMessage;

  public int protocolIdentifier();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.sctp.SctpMessage this
         0: .line 84
            aload 0 /* this */
            getfield io.netty.channel.sctp.SctpMessage.protocolIdentifier:I
            ireturn
        end local 0 // io.netty.channel.sctp.SctpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/sctp/SctpMessage;

  public boolean isUnordered();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.sctp.SctpMessage this
         0: .line 91
            aload 0 /* this */
            getfield io.netty.channel.sctp.SctpMessage.unordered:Z
            ireturn
        end local 0 // io.netty.channel.sctp.SctpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/sctp/SctpMessage;

  public com.sun.nio.sctp.MessageInfo messageInfo();
    descriptor: ()Lcom/sun/nio/sctp/MessageInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.sctp.SctpMessage this
         0: .line 99
            aload 0 /* this */
            getfield io.netty.channel.sctp.SctpMessage.msgInfo:Lcom/sun/nio/sctp/MessageInfo;
            areturn
        end local 0 // io.netty.channel.sctp.SctpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/sctp/SctpMessage;

  public boolean isComplete();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.sctp.SctpMessage this
         0: .line 106
            aload 0 /* this */
            getfield io.netty.channel.sctp.SctpMessage.msgInfo:Lcom/sun/nio/sctp/MessageInfo;
            ifnull 2
         1: .line 107
            aload 0 /* this */
            getfield io.netty.channel.sctp.SctpMessage.msgInfo:Lcom/sun/nio/sctp/MessageInfo;
            invokevirtual com.sun.nio.sctp.MessageInfo.isComplete:()Z
            ireturn
         2: .line 110
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 0 // io.netty.channel.sctp.SctpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/channel/sctp/SctpMessage;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.netty.channel.sctp.SctpMessage this
        start local 1 // java.lang.Object o
         0: .line 116
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 2
         1: .line 117
            iconst_1
            ireturn
         2: .line 120
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 3
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 4
         3: .line 121
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 124
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.netty.channel.sctp.SctpMessage
            astore 2 /* sctpFrame */
        start local 2 // io.netty.channel.sctp.SctpMessage sctpFrame
         5: .line 126
            aload 0 /* this */
            getfield io.netty.channel.sctp.SctpMessage.protocolIdentifier:I
            aload 2 /* sctpFrame */
            getfield io.netty.channel.sctp.SctpMessage.protocolIdentifier:I
            if_icmpeq 7
         6: .line 127
            iconst_0
            ireturn
         7: .line 130
      StackMap locals: io.netty.channel.sctp.SctpMessage
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.channel.sctp.SctpMessage.streamIdentifier:I
            aload 2 /* sctpFrame */
            getfield io.netty.channel.sctp.SctpMessage.streamIdentifier:I
            if_icmpeq 9
         8: .line 131
            iconst_0
            ireturn
         9: .line 134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.channel.sctp.SctpMessage.unordered:Z
            aload 2 /* sctpFrame */
            getfield io.netty.channel.sctp.SctpMessage.unordered:Z
            if_icmpeq 11
        10: .line 135
            iconst_0
            ireturn
        11: .line 138
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.netty.channel.sctp.SctpMessage.content:()Lio/netty/buffer/ByteBuf;
            aload 2 /* sctpFrame */
            invokevirtual io.netty.channel.sctp.SctpMessage.content:()Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.netty.channel.sctp.SctpMessage sctpFrame
        end local 1 // java.lang.Object o
        end local 0 // io.netty.channel.sctp.SctpMessage this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lio/netty/channel/sctp/SctpMessage;
            0   12     1          o  Ljava/lang/Object;
            5   12     2  sctpFrame  Lio/netty/channel/sctp/SctpMessage;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.netty.channel.sctp.SctpMessage this
         0: .line 143
            aload 0 /* this */
            getfield io.netty.channel.sctp.SctpMessage.streamIdentifier:I
            istore 1 /* result */
        start local 1 // int result
         1: .line 144
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.netty.channel.sctp.SctpMessage.protocolIdentifier:I
            iadd
            istore 1 /* result */
         2: .line 146
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.netty.channel.sctp.SctpMessage.unordered:Z
            ifeq 3
            sipush 1231
            goto 4
      StackMap locals: io.netty.channel.sctp.SctpMessage int
      StackMap stack: int
         3: sipush 1237
      StackMap locals: io.netty.channel.sctp.SctpMessage int
      StackMap stack: int int
         4: iadd
            istore 1 /* result */
         5: .line 147
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            invokevirtual io.netty.channel.sctp.SctpMessage.content:()Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.hashCode:()I
            iadd
            istore 1 /* result */
         6: .line 148
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // io.netty.channel.sctp.SctpMessage this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lio/netty/channel/sctp/SctpMessage;
            1    7     1  result  I

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

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

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

  public io.netty.channel.sctp.SctpMessage replace(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/channel/sctp/SctpMessage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.netty.channel.sctp.SctpMessage this
        start local 1 // io.netty.buffer.ByteBuf content
         0: .line 168
            aload 0 /* this */
            getfield io.netty.channel.sctp.SctpMessage.msgInfo:Lcom/sun/nio/sctp/MessageInfo;
            ifnonnull 2
         1: .line 169
            new io.netty.channel.sctp.SctpMessage
            dup
            aload 0 /* this */
            getfield io.netty.channel.sctp.SctpMessage.protocolIdentifier:I
            aload 0 /* this */
            getfield io.netty.channel.sctp.SctpMessage.streamIdentifier:I
            aload 0 /* this */
            getfield io.netty.channel.sctp.SctpMessage.unordered:Z
            aload 1 /* content */
            invokespecial io.netty.channel.sctp.SctpMessage.<init>:(IIZLio/netty/buffer/ByteBuf;)V
            areturn
         2: .line 171
      StackMap locals:
      StackMap stack:
            new io.netty.channel.sctp.SctpMessage
            dup
            aload 0 /* this */
            getfield io.netty.channel.sctp.SctpMessage.msgInfo:Lcom/sun/nio/sctp/MessageInfo;
            aload 1 /* content */
            invokespecial io.netty.channel.sctp.SctpMessage.<init>:(Lcom/sun/nio/sctp/MessageInfo;Lio/netty/buffer/ByteBuf;)V
            areturn
        end local 1 // io.netty.buffer.ByteBuf content
        end local 0 // io.netty.channel.sctp.SctpMessage this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/netty/channel/sctp/SctpMessage;
            0    3     1  content  Lio/netty/buffer/ByteBuf;
    MethodParameters:
         Name  Flags
      content  

  public io.netty.channel.sctp.SctpMessage retain();
    descriptor: ()Lio/netty/channel/sctp/SctpMessage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.sctp.SctpMessage this
         0: .line 177
            aload 0 /* this */
            invokespecial io.netty.buffer.DefaultByteBufHolder.retain:()Lio/netty/buffer/ByteBufHolder;
            pop
         1: .line 178
            aload 0 /* this */
            areturn
        end local 0 // io.netty.channel.sctp.SctpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/sctp/SctpMessage;

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

  public io.netty.channel.sctp.SctpMessage touch();
    descriptor: ()Lio/netty/channel/sctp/SctpMessage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.sctp.SctpMessage this
         0: .line 189
            aload 0 /* this */
            invokespecial io.netty.buffer.DefaultByteBufHolder.touch:()Lio/netty/buffer/ByteBufHolder;
            pop
         1: .line 190
            aload 0 /* this */
            areturn
        end local 0 // io.netty.channel.sctp.SctpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/sctp/SctpMessage;

  public io.netty.channel.sctp.SctpMessage touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/channel/sctp/SctpMessage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.sctp.SctpMessage this
        start local 1 // java.lang.Object hint
         0: .line 195
            aload 0 /* this */
            aload 1 /* hint */
            invokespecial io.netty.buffer.DefaultByteBufHolder.touch:(Ljava/lang/Object;)Lio/netty/buffer/ByteBufHolder;
            pop
         1: .line 196
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object hint
        end local 0 // io.netty.channel.sctp.SctpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/sctp/SctpMessage;
            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.channel.sctp.SctpMessage this
         0: .line 201
            new java.lang.StringBuilder
            dup
            ldc "SctpFrame{streamIdentifier="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         1: .line 202
            aload 0 /* this */
            getfield io.netty.channel.sctp.SctpMessage.streamIdentifier:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", protocolIdentifier="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.netty.channel.sctp.SctpMessage.protocolIdentifier:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         2: .line 203
            ldc ", unordered="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.netty.channel.sctp.SctpMessage.unordered:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
         3: .line 204
            ldc ", data="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual io.netty.channel.sctp.SctpMessage.contentToString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            bipush 125
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         4: .line 201
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.netty.channel.sctp.SctpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/netty/channel/sctp/SctpMessage;

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