final class io.netty.handler.codec.ReplayingDecoderByteBuf extends io.netty.buffer.ByteBuf
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.handler.codec.ReplayingDecoderByteBuf
  super_class: io.netty.buffer.ByteBuf
{
  private static final io.netty.util.Signal REPLAY;
    descriptor: Lio/netty/util/Signal;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

  private boolean terminated;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

  static final io.netty.handler.codec.ReplayingDecoderByteBuf EMPTY_BUFFER;
    descriptor: Lio/netty/handler/codec/ReplayingDecoderByteBuf;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 40
            getstatic io.netty.handler.codec.ReplayingDecoder.REPLAY:Lio/netty/util/Signal;
            putstatic io.netty.handler.codec.ReplayingDecoderByteBuf.REPLAY:Lio/netty/util/Signal;
         1: .line 46
            new io.netty.handler.codec.ReplayingDecoderByteBuf
            dup
            getstatic io.netty.buffer.Unpooled.EMPTY_BUFFER:Lio/netty/buffer/ByteBuf;
            invokespecial io.netty.handler.codec.ReplayingDecoderByteBuf.<init>:(Lio/netty/buffer/ByteBuf;)V
            putstatic io.netty.handler.codec.ReplayingDecoderByteBuf.EMPTY_BUFFER:Lio/netty/handler/codec/ReplayingDecoderByteBuf;
         2: .line 49
            getstatic io.netty.handler.codec.ReplayingDecoderByteBuf.EMPTY_BUFFER:Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.terminate:()V
         3: .line 50
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 52
            aload 0 /* this */
            invokespecial io.netty.buffer.ByteBuf.<init>:()V
            return
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  void <init>(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // io.netty.buffer.ByteBuf buffer
         0: .line 54
            aload 0 /* this */
            invokespecial io.netty.buffer.ByteBuf.<init>:()V
         1: .line 55
            aload 0 /* this */
            aload 1 /* buffer */
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.setCumulation:(Lio/netty/buffer/ByteBuf;)V
         2: .line 56
            return
        end local 1 // io.netty.buffer.ByteBuf buffer
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    3     1  buffer  Lio/netty/buffer/ByteBuf;
    MethodParameters:
        Name  Flags
      buffer  

  void setCumulation(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // io.netty.buffer.ByteBuf buffer
         0: .line 59
            aload 0 /* this */
            aload 1 /* buffer */
            putfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
         1: .line 60
            return
        end local 1 // io.netty.buffer.ByteBuf buffer
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    2     1  buffer  Lio/netty/buffer/ByteBuf;
    MethodParameters:
        Name  Flags
      buffer  

  void terminate();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 63
            aload 0 /* this */
            iconst_1
            putfield io.netty.handler.codec.ReplayingDecoderByteBuf.terminated:Z
         1: .line 64
            return
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public int capacity();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 68
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.terminated:Z
            ifeq 2
         1: .line 69
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.capacity:()I
            ireturn
         2: .line 71
      StackMap locals:
      StackMap stack:
            ldc 2147483647
            ireturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public io.netty.buffer.ByteBuf capacity(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int newCapacity
         0: .line 77
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 1 // int newCapacity
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  newCapacity  I
    MethodParameters:
             Name  Flags
      newCapacity  

  public int maxCapacity();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 82
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.capacity:()I
            ireturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

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

  public boolean isReadOnly();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 92
            iconst_0
            ireturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public io.netty.buffer.ByteBuf asReadOnly();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 98
            aload 0 /* this */
            invokestatic io.netty.buffer.Unpooled.unmodifiableBuffer:(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
            areturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public boolean isDirect();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 103
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.isDirect:()Z
            ireturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public boolean hasArray();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 108
            iconst_0
            ireturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public byte[] array();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 113
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public int arrayOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 118
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public boolean hasMemoryAddress();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 123
            iconst_0
            ireturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public long memoryAddress();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 128
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public io.netty.buffer.ByteBuf clear();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 133
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // java.lang.Object obj
         0: .line 138
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    2     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public int compareTo(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // io.netty.buffer.ByteBuf buffer
         0: .line 143
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 1 // io.netty.buffer.ByteBuf buffer
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  buffer  Lio/netty/buffer/ByteBuf;
    MethodParameters:
        Name  Flags
      buffer  

  public io.netty.buffer.ByteBuf copy();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 148
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public io.netty.buffer.ByteBuf copy(int, int);
    descriptor: (II)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // int length
         0: .line 153
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkIndex:(II)V
         1: .line 154
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.buffer.ByteBuf.copy:(II)Lio/netty/buffer/ByteBuf;
            areturn
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    2     1   index  I
            0    2     2  length  I
    MethodParameters:
        Name  Flags
      index   
      length  

  public io.netty.buffer.ByteBuf discardReadBytes();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 159
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public io.netty.buffer.ByteBuf ensureWritable(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int writableBytes
         0: .line 164
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 1 // int writableBytes
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  writableBytes  I
    MethodParameters:
               Name  Flags
      writableBytes  

  public int ensureWritable(int, boolean);
    descriptor: (IZ)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int minWritableBytes
        start local 2 // boolean force
         0: .line 169
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 2 // boolean force
        end local 1 // int minWritableBytes
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  minWritableBytes  I
            0    1     2             force  Z
    MethodParameters:
                  Name  Flags
      minWritableBytes  
      force             

  public io.netty.buffer.ByteBuf duplicate();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 174
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public io.netty.buffer.ByteBuf retainedDuplicate();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 179
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public boolean getBoolean(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
         0: .line 184
            aload 0 /* this */
            iload 1 /* index */
            iconst_1
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkIndex:(II)V
         1: .line 185
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.ByteBuf.getBoolean:(I)Z
            ireturn
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public byte getByte(int);
    descriptor: (I)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
         0: .line 190
            aload 0 /* this */
            iload 1 /* index */
            iconst_1
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkIndex:(II)V
         1: .line 191
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.ByteBuf.getByte:(I)B
            ireturn
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public short getUnsignedByte(int);
    descriptor: (I)S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
         0: .line 196
            aload 0 /* this */
            iload 1 /* index */
            iconst_1
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkIndex:(II)V
         1: .line 197
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.ByteBuf.getUnsignedByte:(I)S
            ireturn
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public io.netty.buffer.ByteBuf getBytes(int, byte[], int, int);
    descriptor: (I[BII)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // byte[] dst
        start local 3 // int dstIndex
        start local 4 // int length
         0: .line 202
            aload 0 /* this */
            iload 1 /* index */
            iload 4 /* length */
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkIndex:(II)V
         1: .line 203
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* index */
            aload 2 /* dst */
            iload 3 /* dstIndex */
            iload 4 /* length */
            invokevirtual io.netty.buffer.ByteBuf.getBytes:(I[BII)Lio/netty/buffer/ByteBuf;
            pop
         2: .line 204
            aload 0 /* this */
            areturn
        end local 4 // int length
        end local 3 // int dstIndex
        end local 2 // byte[] dst
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    3     1     index  I
            0    3     2       dst  [B
            0    3     3  dstIndex  I
            0    3     4    length  I
    MethodParameters:
          Name  Flags
      index     
      dst       
      dstIndex  
      length    

  public io.netty.buffer.ByteBuf getBytes(int, byte[]);
    descriptor: (I[B)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // byte[] dst
         0: .line 209
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* dst */
            arraylength
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkIndex:(II)V
         1: .line 210
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* index */
            aload 2 /* dst */
            invokevirtual io.netty.buffer.ByteBuf.getBytes:(I[B)Lio/netty/buffer/ByteBuf;
            pop
         2: .line 211
            aload 0 /* this */
            areturn
        end local 2 // byte[] dst
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    3     1  index  I
            0    3     2    dst  [B
    MethodParameters:
       Name  Flags
      index  
      dst    

  public io.netty.buffer.ByteBuf getBytes(int, java.nio.ByteBuffer);
    descriptor: (ILjava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // java.nio.ByteBuffer dst
         0: .line 216
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 2 // java.nio.ByteBuffer dst
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  index  I
            0    1     2    dst  Ljava/nio/ByteBuffer;
    MethodParameters:
       Name  Flags
      index  
      dst    

  public io.netty.buffer.ByteBuf getBytes(int, io.netty.buffer.ByteBuf, int, int);
    descriptor: (ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // io.netty.buffer.ByteBuf dst
        start local 3 // int dstIndex
        start local 4 // int length
         0: .line 221
            aload 0 /* this */
            iload 1 /* index */
            iload 4 /* length */
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkIndex:(II)V
         1: .line 222
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* index */
            aload 2 /* dst */
            iload 3 /* dstIndex */
            iload 4 /* length */
            invokevirtual io.netty.buffer.ByteBuf.getBytes:(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
            pop
         2: .line 223
            aload 0 /* this */
            areturn
        end local 4 // int length
        end local 3 // int dstIndex
        end local 2 // io.netty.buffer.ByteBuf dst
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    3     1     index  I
            0    3     2       dst  Lio/netty/buffer/ByteBuf;
            0    3     3  dstIndex  I
            0    3     4    length  I
    MethodParameters:
          Name  Flags
      index     
      dst       
      dstIndex  
      length    

  public io.netty.buffer.ByteBuf getBytes(int, io.netty.buffer.ByteBuf, int);
    descriptor: (ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // io.netty.buffer.ByteBuf dst
        start local 3 // int length
         0: .line 228
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 3 // int length
        end local 2 // io.netty.buffer.ByteBuf dst
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1   index  I
            0    1     2     dst  Lio/netty/buffer/ByteBuf;
            0    1     3  length  I
    MethodParameters:
        Name  Flags
      index   
      dst     
      length  

  public io.netty.buffer.ByteBuf getBytes(int, io.netty.buffer.ByteBuf);
    descriptor: (ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // io.netty.buffer.ByteBuf dst
         0: .line 233
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 2 // io.netty.buffer.ByteBuf dst
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  index  I
            0    1     2    dst  Lio/netty/buffer/ByteBuf;
    MethodParameters:
       Name  Flags
      index  
      dst    

  public int getBytes(int, java.nio.channels.GatheringByteChannel, int);
    descriptor: (ILjava/nio/channels/GatheringByteChannel;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // java.nio.channels.GatheringByteChannel out
        start local 3 // int length
         0: .line 238
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 3 // int length
        end local 2 // java.nio.channels.GatheringByteChannel out
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1   index  I
            0    1     2     out  Ljava/nio/channels/GatheringByteChannel;
            0    1     3  length  I
    MethodParameters:
        Name  Flags
      index   
      out     
      length  

  public int getBytes(int, java.nio.channels.FileChannel, long, int);
    descriptor: (ILjava/nio/channels/FileChannel;JI)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=6, args_size=5
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // java.nio.channels.FileChannel out
        start local 3 // long position
        start local 5 // int length
         0: .line 243
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 5 // int length
        end local 3 // long position
        end local 2 // java.nio.channels.FileChannel out
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1     index  I
            0    1     2       out  Ljava/nio/channels/FileChannel;
            0    1     3  position  J
            0    1     5    length  I
    MethodParameters:
          Name  Flags
      index     
      out       
      position  
      length    

  public io.netty.buffer.ByteBuf getBytes(int, java.io.OutputStream, int);
    descriptor: (ILjava/io/OutputStream;I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // java.io.OutputStream out
        start local 3 // int length
         0: .line 248
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 3 // int length
        end local 2 // java.io.OutputStream out
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1   index  I
            0    1     2     out  Ljava/io/OutputStream;
            0    1     3  length  I
    MethodParameters:
        Name  Flags
      index   
      out     
      length  

  public int getInt(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
         0: .line 253
            aload 0 /* this */
            iload 1 /* index */
            iconst_4
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkIndex:(II)V
         1: .line 254
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.ByteBuf.getInt:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int getIntLE(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
         0: .line 259
            aload 0 /* this */
            iload 1 /* index */
            iconst_4
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkIndex:(II)V
         1: .line 260
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.ByteBuf.getIntLE:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public long getUnsignedInt(int);
    descriptor: (I)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
         0: .line 265
            aload 0 /* this */
            iload 1 /* index */
            iconst_4
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkIndex:(II)V
         1: .line 266
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.ByteBuf.getUnsignedInt:(I)J
            lreturn
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public long getUnsignedIntLE(int);
    descriptor: (I)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
         0: .line 271
            aload 0 /* this */
            iload 1 /* index */
            iconst_4
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkIndex:(II)V
         1: .line 272
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.ByteBuf.getUnsignedIntLE:(I)J
            lreturn
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public long getLong(int);
    descriptor: (I)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
         0: .line 277
            aload 0 /* this */
            iload 1 /* index */
            bipush 8
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkIndex:(II)V
         1: .line 278
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.ByteBuf.getLong:(I)J
            lreturn
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public long getLongLE(int);
    descriptor: (I)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
         0: .line 283
            aload 0 /* this */
            iload 1 /* index */
            bipush 8
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkIndex:(II)V
         1: .line 284
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.ByteBuf.getLongLE:(I)J
            lreturn
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int getMedium(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
         0: .line 289
            aload 0 /* this */
            iload 1 /* index */
            iconst_3
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkIndex:(II)V
         1: .line 290
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.ByteBuf.getMedium:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int getMediumLE(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
         0: .line 295
            aload 0 /* this */
            iload 1 /* index */
            iconst_3
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkIndex:(II)V
         1: .line 296
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.ByteBuf.getMediumLE:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int getUnsignedMedium(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
         0: .line 301
            aload 0 /* this */
            iload 1 /* index */
            iconst_3
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkIndex:(II)V
         1: .line 302
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.ByteBuf.getUnsignedMedium:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int getUnsignedMediumLE(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
         0: .line 307
            aload 0 /* this */
            iload 1 /* index */
            iconst_3
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkIndex:(II)V
         1: .line 308
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.ByteBuf.getUnsignedMediumLE:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public short getShort(int);
    descriptor: (I)S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
         0: .line 313
            aload 0 /* this */
            iload 1 /* index */
            iconst_2
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkIndex:(II)V
         1: .line 314
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.ByteBuf.getShort:(I)S
            ireturn
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public short getShortLE(int);
    descriptor: (I)S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
         0: .line 319
            aload 0 /* this */
            iload 1 /* index */
            iconst_2
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkIndex:(II)V
         1: .line 320
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.ByteBuf.getShortLE:(I)S
            ireturn
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int getUnsignedShort(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
         0: .line 325
            aload 0 /* this */
            iload 1 /* index */
            iconst_2
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkIndex:(II)V
         1: .line 326
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.ByteBuf.getUnsignedShort:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int getUnsignedShortLE(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
         0: .line 331
            aload 0 /* this */
            iload 1 /* index */
            iconst_2
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkIndex:(II)V
         1: .line 332
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.ByteBuf.getUnsignedShortLE:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public char getChar(int);
    descriptor: (I)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
         0: .line 337
            aload 0 /* this */
            iload 1 /* index */
            iconst_2
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkIndex:(II)V
         1: .line 338
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.ByteBuf.getChar:(I)C
            ireturn
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public float getFloat(int);
    descriptor: (I)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
         0: .line 343
            aload 0 /* this */
            iload 1 /* index */
            iconst_4
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkIndex:(II)V
         1: .line 344
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.ByteBuf.getFloat:(I)F
            freturn
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public double getDouble(int);
    descriptor: (I)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
         0: .line 349
            aload 0 /* this */
            iload 1 /* index */
            bipush 8
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkIndex:(II)V
         1: .line 350
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* index */
            invokevirtual io.netty.buffer.ByteBuf.getDouble:(I)D
            dreturn
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public java.lang.CharSequence getCharSequence(int, int, java.nio.charset.Charset);
    descriptor: (IILjava/nio/charset/Charset;)Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // int length
        start local 3 // java.nio.charset.Charset charset
         0: .line 355
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkIndex:(II)V
         1: .line 356
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* index */
            iload 2 /* length */
            aload 3 /* charset */
            invokevirtual io.netty.buffer.ByteBuf.getCharSequence:(IILjava/nio/charset/Charset;)Ljava/lang/CharSequence;
            areturn
        end local 3 // java.nio.charset.Charset charset
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    2     1    index  I
            0    2     2   length  I
            0    2     3  charset  Ljava/nio/charset/Charset;
    MethodParameters:
         Name  Flags
      index    
      length   
      charset  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 361
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public int indexOf(int, int, byte);
    descriptor: (IIB)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int fromIndex
        start local 2 // int toIndex
        start local 3 // byte value
         0: .line 366
            iload 1 /* fromIndex */
            iload 2 /* toIndex */
            if_icmpne 2
         1: .line 367
            iconst_m1
            ireturn
         2: .line 370
      StackMap locals:
      StackMap stack:
            iload 1 /* fromIndex */
            iload 2 /* toIndex */
            invokestatic java.lang.Math.max:(II)I
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
            if_icmple 4
         3: .line 371
            getstatic io.netty.handler.codec.ReplayingDecoderByteBuf.REPLAY:Lio/netty/util/Signal;
            athrow
         4: .line 374
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* fromIndex */
            iload 2 /* toIndex */
            iload 3 /* value */
            invokevirtual io.netty.buffer.ByteBuf.indexOf:(IIB)I
            ireturn
        end local 3 // byte value
        end local 2 // int toIndex
        end local 1 // int fromIndex
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    5     1  fromIndex  I
            0    5     2    toIndex  I
            0    5     3      value  B
    MethodParameters:
           Name  Flags
      fromIndex  
      toIndex    
      value      

  public int bytesBefore(byte);
    descriptor: (B)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // byte value
         0: .line 379
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* value */
            invokevirtual io.netty.buffer.ByteBuf.bytesBefore:(B)I
            istore 2 /* bytes */
        start local 2 // int bytes
         1: .line 380
            iload 2 /* bytes */
            ifge 3
         2: .line 381
            getstatic io.netty.handler.codec.ReplayingDecoderByteBuf.REPLAY:Lio/netty/util/Signal;
            athrow
         3: .line 383
      StackMap locals: int
      StackMap stack:
            iload 2 /* bytes */
            ireturn
        end local 2 // int bytes
        end local 1 // byte value
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    4     1  value  B
            1    4     2  bytes  I
    MethodParameters:
       Name  Flags
      value  

  public int bytesBefore(int, byte);
    descriptor: (IB)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int length
        start local 2 // byte value
         0: .line 388
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.readerIndex:()I
            iload 1 /* length */
            iload 2 /* value */
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.bytesBefore:(IIB)I
            ireturn
        end local 2 // byte value
        end local 1 // int length
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  length  I
            0    1     2   value  B
    MethodParameters:
        Name  Flags
      length  
      value   

  public int bytesBefore(int, int, byte);
    descriptor: (IIB)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // int length
        start local 3 // byte value
         0: .line 393
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
            istore 4 /* writerIndex */
        start local 4 // int writerIndex
         1: .line 394
            iload 1 /* index */
            iload 4 /* writerIndex */
            if_icmplt 3
         2: .line 395
            getstatic io.netty.handler.codec.ReplayingDecoderByteBuf.REPLAY:Lio/netty/util/Signal;
            athrow
         3: .line 398
      StackMap locals: int
      StackMap stack:
            iload 1 /* index */
            iload 4 /* writerIndex */
            iload 2 /* length */
            isub
            if_icmpgt 5
         4: .line 399
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* index */
            iload 2 /* length */
            iload 3 /* value */
            invokevirtual io.netty.buffer.ByteBuf.bytesBefore:(IIB)I
            ireturn
         5: .line 402
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* index */
            iload 4 /* writerIndex */
            iload 1 /* index */
            isub
            iload 3 /* value */
            invokevirtual io.netty.buffer.ByteBuf.bytesBefore:(IIB)I
            istore 5 /* res */
        start local 5 // int res
         6: .line 403
            iload 5 /* res */
            ifge 8
         7: .line 404
            getstatic io.netty.handler.codec.ReplayingDecoderByteBuf.REPLAY:Lio/netty/util/Signal;
            athrow
         8: .line 406
      StackMap locals: int
      StackMap stack:
            iload 5 /* res */
            ireturn
        end local 5 // int res
        end local 4 // int writerIndex
        end local 3 // byte value
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    9     1        index  I
            0    9     2       length  I
            0    9     3        value  B
            1    9     4  writerIndex  I
            6    9     5          res  I
    MethodParameters:
        Name  Flags
      index   
      length  
      value   

  public int forEachByte(io.netty.util.ByteProcessor);
    descriptor: (Lio/netty/util/ByteProcessor;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // io.netty.util.ByteProcessor processor
         0: .line 412
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            aload 1 /* processor */
            invokevirtual io.netty.buffer.ByteBuf.forEachByte:(Lio/netty/util/ByteProcessor;)I
            istore 2 /* ret */
        start local 2 // int ret
         1: .line 413
            iload 2 /* ret */
            ifge 3
         2: .line 414
            getstatic io.netty.handler.codec.ReplayingDecoderByteBuf.REPLAY:Lio/netty/util/Signal;
            athrow
         3: .line 416
      StackMap locals: int
      StackMap stack:
            iload 2 /* ret */
            ireturn
        end local 2 // int ret
        end local 1 // io.netty.util.ByteProcessor processor
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    4     1  processor  Lio/netty/util/ByteProcessor;
            1    4     2        ret  I
    MethodParameters:
           Name  Flags
      processor  

  public int forEachByte(int, int, io.netty.util.ByteProcessor);
    descriptor: (IILio/netty/util/ByteProcessor;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // int length
        start local 3 // io.netty.util.ByteProcessor processor
         0: .line 422
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
            istore 4 /* writerIndex */
        start local 4 // int writerIndex
         1: .line 423
            iload 1 /* index */
            iload 4 /* writerIndex */
            if_icmplt 3
         2: .line 424
            getstatic io.netty.handler.codec.ReplayingDecoderByteBuf.REPLAY:Lio/netty/util/Signal;
            athrow
         3: .line 427
      StackMap locals: int
      StackMap stack:
            iload 1 /* index */
            iload 4 /* writerIndex */
            iload 2 /* length */
            isub
            if_icmpgt 5
         4: .line 428
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* index */
            iload 2 /* length */
            aload 3 /* processor */
            invokevirtual io.netty.buffer.ByteBuf.forEachByte:(IILio/netty/util/ByteProcessor;)I
            ireturn
         5: .line 431
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* index */
            iload 4 /* writerIndex */
            iload 1 /* index */
            isub
            aload 3 /* processor */
            invokevirtual io.netty.buffer.ByteBuf.forEachByte:(IILio/netty/util/ByteProcessor;)I
            istore 5 /* ret */
        start local 5 // int ret
         6: .line 432
            iload 5 /* ret */
            ifge 8
         7: .line 433
            getstatic io.netty.handler.codec.ReplayingDecoderByteBuf.REPLAY:Lio/netty/util/Signal;
            athrow
         8: .line 435
      StackMap locals: int
      StackMap stack:
            iload 5 /* ret */
            ireturn
        end local 5 // int ret
        end local 4 // int writerIndex
        end local 3 // io.netty.util.ByteProcessor processor
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    9     1        index  I
            0    9     2       length  I
            0    9     3    processor  Lio/netty/util/ByteProcessor;
            1    9     4  writerIndex  I
            6    9     5          ret  I
    MethodParameters:
           Name  Flags
      index      
      length     
      processor  

  public int forEachByteDesc(io.netty.util.ByteProcessor);
    descriptor: (Lio/netty/util/ByteProcessor;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // io.netty.util.ByteProcessor processor
         0: .line 441
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.terminated:Z
            ifeq 2
         1: .line 442
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            aload 1 /* processor */
            invokevirtual io.netty.buffer.ByteBuf.forEachByteDesc:(Lio/netty/util/ByteProcessor;)I
            ireturn
         2: .line 444
      StackMap locals:
      StackMap stack:
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 1 // io.netty.util.ByteProcessor processor
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    3     1  processor  Lio/netty/util/ByteProcessor;
    MethodParameters:
           Name  Flags
      processor  

  public int forEachByteDesc(int, int, io.netty.util.ByteProcessor);
    descriptor: (IILio/netty/util/ByteProcessor;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // int length
        start local 3 // io.netty.util.ByteProcessor processor
         0: .line 450
            iload 1 /* index */
            iload 2 /* length */
            iadd
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
            if_icmple 2
         1: .line 451
            getstatic io.netty.handler.codec.ReplayingDecoderByteBuf.REPLAY:Lio/netty/util/Signal;
            athrow
         2: .line 454
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* index */
            iload 2 /* length */
            aload 3 /* processor */
            invokevirtual io.netty.buffer.ByteBuf.forEachByteDesc:(IILio/netty/util/ByteProcessor;)I
            ireturn
        end local 3 // io.netty.util.ByteProcessor processor
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    3     1      index  I
            0    3     2     length  I
            0    3     3  processor  Lio/netty/util/ByteProcessor;
    MethodParameters:
           Name  Flags
      index      
      length     
      processor  

  public io.netty.buffer.ByteBuf markReaderIndex();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 459
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.markReaderIndex:()Lio/netty/buffer/ByteBuf;
            pop
         1: .line 460
            aload 0 /* this */
            areturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public io.netty.buffer.ByteBuf markWriterIndex();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 465
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public java.nio.ByteOrder order();
    descriptor: ()Ljava/nio/ByteOrder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 470
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.order:()Ljava/nio/ByteOrder;
            areturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public io.netty.buffer.ByteBuf order(java.nio.ByteOrder);
    descriptor: (Ljava/nio/ByteOrder;)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // java.nio.ByteOrder endianness
         0: .line 475
            aload 1 /* endianness */
            ifnonnull 2
         1: .line 476
            new java.lang.NullPointerException
            dup
            ldc "endianness"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 478
      StackMap locals:
      StackMap stack:
            aload 1 /* endianness */
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.order:()Ljava/nio/ByteOrder;
            if_acmpne 4
         3: .line 479
            aload 0 /* this */
            areturn
         4: .line 482
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.swapped:Lio/netty/buffer/SwappedByteBuf;
            astore 2 /* swapped */
        start local 2 // io.netty.buffer.SwappedByteBuf swapped
         5: .line 483
            aload 2 /* swapped */
            ifnonnull 7
         6: .line 484
            aload 0 /* this */
            new io.netty.buffer.SwappedByteBuf
            dup
            aload 0 /* this */
            invokespecial io.netty.buffer.SwappedByteBuf.<init>:(Lio/netty/buffer/ByteBuf;)V
            dup
            astore 2 /* swapped */
            putfield io.netty.handler.codec.ReplayingDecoderByteBuf.swapped:Lio/netty/buffer/SwappedByteBuf;
         7: .line 486
      StackMap locals: io.netty.buffer.SwappedByteBuf
      StackMap stack:
            aload 2 /* swapped */
            areturn
        end local 2 // io.netty.buffer.SwappedByteBuf swapped
        end local 1 // java.nio.ByteOrder endianness
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    8     1  endianness  Ljava/nio/ByteOrder;
            5    8     2     swapped  Lio/netty/buffer/SwappedByteBuf;
    MethodParameters:
            Name  Flags
      endianness  

  public boolean isReadable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 491
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.terminated:Z
            ifeq 1
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.isReadable:()Z
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public boolean isReadable(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int size
         0: .line 496
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.terminated:Z
            ifeq 1
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* size */
            invokevirtual io.netty.buffer.ByteBuf.isReadable:(I)Z
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // int size
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    3     1  size  I
    MethodParameters:
      Name  Flags
      size  

  public int readableBytes();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 501
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.terminated:Z
            ifeq 2
         1: .line 502
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
            ireturn
         2: .line 504
      StackMap locals:
      StackMap stack:
            ldc 2147483647
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.readerIndex:()I
            isub
            ireturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public boolean readBoolean();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 510
            aload 0 /* this */
            iconst_1
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkReadableBytes:(I)V
         1: .line 511
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.readBoolean:()Z
            ireturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public byte readByte();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 516
            aload 0 /* this */
            iconst_1
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkReadableBytes:(I)V
         1: .line 517
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.readByte:()B
            ireturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public short readUnsignedByte();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 522
            aload 0 /* this */
            iconst_1
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkReadableBytes:(I)V
         1: .line 523
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.readUnsignedByte:()S
            ireturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public io.netty.buffer.ByteBuf readBytes(byte[], int, int);
    descriptor: ([BII)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // byte[] dst
        start local 2 // int dstIndex
        start local 3 // int length
         0: .line 528
            aload 0 /* this */
            iload 3 /* length */
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkReadableBytes:(I)V
         1: .line 529
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            aload 1 /* dst */
            iload 2 /* dstIndex */
            iload 3 /* length */
            invokevirtual io.netty.buffer.ByteBuf.readBytes:([BII)Lio/netty/buffer/ByteBuf;
            pop
         2: .line 530
            aload 0 /* this */
            areturn
        end local 3 // int length
        end local 2 // int dstIndex
        end local 1 // byte[] dst
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    3     1       dst  [B
            0    3     2  dstIndex  I
            0    3     3    length  I
    MethodParameters:
          Name  Flags
      dst       
      dstIndex  
      length    

  public io.netty.buffer.ByteBuf readBytes(byte[]);
    descriptor: ([B)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // byte[] dst
         0: .line 535
            aload 0 /* this */
            aload 1 /* dst */
            arraylength
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkReadableBytes:(I)V
         1: .line 536
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            aload 1 /* dst */
            invokevirtual io.netty.buffer.ByteBuf.readBytes:([B)Lio/netty/buffer/ByteBuf;
            pop
         2: .line 537
            aload 0 /* this */
            areturn
        end local 1 // byte[] dst
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    3     1   dst  [B
    MethodParameters:
      Name  Flags
      dst   

  public io.netty.buffer.ByteBuf readBytes(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // java.nio.ByteBuffer dst
         0: .line 542
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 1 // java.nio.ByteBuffer dst
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1   dst  Ljava/nio/ByteBuffer;
    MethodParameters:
      Name  Flags
      dst   

  public io.netty.buffer.ByteBuf readBytes(io.netty.buffer.ByteBuf, int, int);
    descriptor: (Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // io.netty.buffer.ByteBuf dst
        start local 2 // int dstIndex
        start local 3 // int length
         0: .line 547
            aload 0 /* this */
            iload 3 /* length */
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkReadableBytes:(I)V
         1: .line 548
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            aload 1 /* dst */
            iload 2 /* dstIndex */
            iload 3 /* length */
            invokevirtual io.netty.buffer.ByteBuf.readBytes:(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
            pop
         2: .line 549
            aload 0 /* this */
            areturn
        end local 3 // int length
        end local 2 // int dstIndex
        end local 1 // io.netty.buffer.ByteBuf dst
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    3     1       dst  Lio/netty/buffer/ByteBuf;
            0    3     2  dstIndex  I
            0    3     3    length  I
    MethodParameters:
          Name  Flags
      dst       
      dstIndex  
      length    

  public io.netty.buffer.ByteBuf readBytes(io.netty.buffer.ByteBuf, int);
    descriptor: (Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // io.netty.buffer.ByteBuf dst
        start local 2 // int length
         0: .line 554
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 2 // int length
        end local 1 // io.netty.buffer.ByteBuf dst
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1     dst  Lio/netty/buffer/ByteBuf;
            0    1     2  length  I
    MethodParameters:
        Name  Flags
      dst     
      length  

  public io.netty.buffer.ByteBuf readBytes(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // io.netty.buffer.ByteBuf dst
         0: .line 559
            aload 0 /* this */
            aload 1 /* dst */
            invokevirtual io.netty.buffer.ByteBuf.writableBytes:()I
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkReadableBytes:(I)V
         1: .line 560
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            aload 1 /* dst */
            invokevirtual io.netty.buffer.ByteBuf.readBytes:(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
            pop
         2: .line 561
            aload 0 /* this */
            areturn
        end local 1 // io.netty.buffer.ByteBuf dst
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    3     1   dst  Lio/netty/buffer/ByteBuf;
    MethodParameters:
      Name  Flags
      dst   

  public int readBytes(java.nio.channels.GatheringByteChannel, int);
    descriptor: (Ljava/nio/channels/GatheringByteChannel;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // java.nio.channels.GatheringByteChannel out
        start local 2 // int length
         0: .line 566
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 2 // int length
        end local 1 // java.nio.channels.GatheringByteChannel out
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1     out  Ljava/nio/channels/GatheringByteChannel;
            0    1     2  length  I
    MethodParameters:
        Name  Flags
      out     
      length  

  public int readBytes(java.nio.channels.FileChannel, long, int);
    descriptor: (Ljava/nio/channels/FileChannel;JI)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=5, args_size=4
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // java.nio.channels.FileChannel out
        start local 2 // long position
        start local 4 // int length
         0: .line 571
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 4 // int length
        end local 2 // long position
        end local 1 // java.nio.channels.FileChannel out
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1       out  Ljava/nio/channels/FileChannel;
            0    1     2  position  J
            0    1     4    length  I
    MethodParameters:
          Name  Flags
      out       
      position  
      length    

  public io.netty.buffer.ByteBuf readBytes(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int length
         0: .line 576
            aload 0 /* this */
            iload 1 /* length */
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkReadableBytes:(I)V
         1: .line 577
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* length */
            invokevirtual io.netty.buffer.ByteBuf.readBytes:(I)Lio/netty/buffer/ByteBuf;
            areturn
        end local 1 // int length
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    2     1  length  I
    MethodParameters:
        Name  Flags
      length  

  public io.netty.buffer.ByteBuf readSlice(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int length
         0: .line 582
            aload 0 /* this */
            iload 1 /* length */
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkReadableBytes:(I)V
         1: .line 583
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* length */
            invokevirtual io.netty.buffer.ByteBuf.readSlice:(I)Lio/netty/buffer/ByteBuf;
            areturn
        end local 1 // int length
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    2     1  length  I
    MethodParameters:
        Name  Flags
      length  

  public io.netty.buffer.ByteBuf readRetainedSlice(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int length
         0: .line 588
            aload 0 /* this */
            iload 1 /* length */
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkReadableBytes:(I)V
         1: .line 589
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* length */
            invokevirtual io.netty.buffer.ByteBuf.readRetainedSlice:(I)Lio/netty/buffer/ByteBuf;
            areturn
        end local 1 // int length
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    2     1  length  I
    MethodParameters:
        Name  Flags
      length  

  public io.netty.buffer.ByteBuf readBytes(java.io.OutputStream, int);
    descriptor: (Ljava/io/OutputStream;I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // java.io.OutputStream out
        start local 2 // int length
         0: .line 594
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 2 // int length
        end local 1 // java.io.OutputStream out
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1     out  Ljava/io/OutputStream;
            0    1     2  length  I
    MethodParameters:
        Name  Flags
      out     
      length  

  public int readerIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 599
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.readerIndex:()I
            ireturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public io.netty.buffer.ByteBuf readerIndex(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int readerIndex
         0: .line 604
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* readerIndex */
            invokevirtual io.netty.buffer.ByteBuf.readerIndex:(I)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 605
            aload 0 /* this */
            areturn
        end local 1 // int readerIndex
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    2     1  readerIndex  I
    MethodParameters:
             Name  Flags
      readerIndex  

  public int readInt();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 610
            aload 0 /* this */
            iconst_4
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkReadableBytes:(I)V
         1: .line 611
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.readInt:()I
            ireturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public int readIntLE();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 616
            aload 0 /* this */
            iconst_4
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkReadableBytes:(I)V
         1: .line 617
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.readIntLE:()I
            ireturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public long readUnsignedInt();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 622
            aload 0 /* this */
            iconst_4
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkReadableBytes:(I)V
         1: .line 623
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.readUnsignedInt:()J
            lreturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public long readUnsignedIntLE();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 628
            aload 0 /* this */
            iconst_4
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkReadableBytes:(I)V
         1: .line 629
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.readUnsignedIntLE:()J
            lreturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public long readLong();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 634
            aload 0 /* this */
            bipush 8
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkReadableBytes:(I)V
         1: .line 635
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.readLong:()J
            lreturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public long readLongLE();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 640
            aload 0 /* this */
            bipush 8
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkReadableBytes:(I)V
         1: .line 641
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.readLongLE:()J
            lreturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public int readMedium();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 646
            aload 0 /* this */
            iconst_3
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkReadableBytes:(I)V
         1: .line 647
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.readMedium:()I
            ireturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public int readMediumLE();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 652
            aload 0 /* this */
            iconst_3
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkReadableBytes:(I)V
         1: .line 653
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.readMediumLE:()I
            ireturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public int readUnsignedMedium();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 658
            aload 0 /* this */
            iconst_3
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkReadableBytes:(I)V
         1: .line 659
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.readUnsignedMedium:()I
            ireturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public int readUnsignedMediumLE();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 664
            aload 0 /* this */
            iconst_3
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkReadableBytes:(I)V
         1: .line 665
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.readUnsignedMediumLE:()I
            ireturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public short readShort();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 670
            aload 0 /* this */
            iconst_2
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkReadableBytes:(I)V
         1: .line 671
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.readShort:()S
            ireturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public short readShortLE();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 676
            aload 0 /* this */
            iconst_2
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkReadableBytes:(I)V
         1: .line 677
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.readShortLE:()S
            ireturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public int readUnsignedShort();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 682
            aload 0 /* this */
            iconst_2
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkReadableBytes:(I)V
         1: .line 683
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.readUnsignedShort:()I
            ireturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public int readUnsignedShortLE();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 688
            aload 0 /* this */
            iconst_2
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkReadableBytes:(I)V
         1: .line 689
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.readUnsignedShortLE:()I
            ireturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public char readChar();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 694
            aload 0 /* this */
            iconst_2
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkReadableBytes:(I)V
         1: .line 695
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.readChar:()C
            ireturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public float readFloat();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 700
            aload 0 /* this */
            iconst_4
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkReadableBytes:(I)V
         1: .line 701
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.readFloat:()F
            freturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public double readDouble();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 706
            aload 0 /* this */
            bipush 8
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkReadableBytes:(I)V
         1: .line 707
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.readDouble:()D
            dreturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public java.lang.CharSequence readCharSequence(int, java.nio.charset.Charset);
    descriptor: (ILjava/nio/charset/Charset;)Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int length
        start local 2 // java.nio.charset.Charset charset
         0: .line 712
            aload 0 /* this */
            iload 1 /* length */
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkReadableBytes:(I)V
         1: .line 713
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* length */
            aload 2 /* charset */
            invokevirtual io.netty.buffer.ByteBuf.readCharSequence:(ILjava/nio/charset/Charset;)Ljava/lang/CharSequence;
            areturn
        end local 2 // java.nio.charset.Charset charset
        end local 1 // int length
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    2     1   length  I
            0    2     2  charset  Ljava/nio/charset/Charset;
    MethodParameters:
         Name  Flags
      length   
      charset  

  public io.netty.buffer.ByteBuf resetReaderIndex();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 718
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.resetReaderIndex:()Lio/netty/buffer/ByteBuf;
            pop
         1: .line 719
            aload 0 /* this */
            areturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public io.netty.buffer.ByteBuf resetWriterIndex();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 724
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public io.netty.buffer.ByteBuf setBoolean(int, boolean);
    descriptor: (IZ)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // boolean value
         0: .line 729
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 2 // boolean value
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  index  I
            0    1     2  value  Z
    MethodParameters:
       Name  Flags
      index  
      value  

  public io.netty.buffer.ByteBuf setByte(int, int);
    descriptor: (II)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 734
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  index  I
            0    1     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  public io.netty.buffer.ByteBuf setBytes(int, byte[], int, int);
    descriptor: (I[BII)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=5, args_size=5
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // byte[] src
        start local 3 // int srcIndex
        start local 4 // int length
         0: .line 739
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 4 // int length
        end local 3 // int srcIndex
        end local 2 // byte[] src
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1     index  I
            0    1     2       src  [B
            0    1     3  srcIndex  I
            0    1     4    length  I
    MethodParameters:
          Name  Flags
      index     
      src       
      srcIndex  
      length    

  public io.netty.buffer.ByteBuf setBytes(int, byte[]);
    descriptor: (I[B)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // byte[] src
         0: .line 744
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 2 // byte[] src
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  index  I
            0    1     2    src  [B
    MethodParameters:
       Name  Flags
      index  
      src    

  public io.netty.buffer.ByteBuf setBytes(int, java.nio.ByteBuffer);
    descriptor: (ILjava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // java.nio.ByteBuffer src
         0: .line 749
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 2 // java.nio.ByteBuffer src
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  index  I
            0    1     2    src  Ljava/nio/ByteBuffer;
    MethodParameters:
       Name  Flags
      index  
      src    

  public io.netty.buffer.ByteBuf setBytes(int, io.netty.buffer.ByteBuf, int, int);
    descriptor: (ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=5, args_size=5
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // io.netty.buffer.ByteBuf src
        start local 3 // int srcIndex
        start local 4 // int length
         0: .line 754
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 4 // int length
        end local 3 // int srcIndex
        end local 2 // io.netty.buffer.ByteBuf src
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1     index  I
            0    1     2       src  Lio/netty/buffer/ByteBuf;
            0    1     3  srcIndex  I
            0    1     4    length  I
    MethodParameters:
          Name  Flags
      index     
      src       
      srcIndex  
      length    

  public io.netty.buffer.ByteBuf setBytes(int, io.netty.buffer.ByteBuf, int);
    descriptor: (ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // io.netty.buffer.ByteBuf src
        start local 3 // int length
         0: .line 759
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 3 // int length
        end local 2 // io.netty.buffer.ByteBuf src
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1   index  I
            0    1     2     src  Lio/netty/buffer/ByteBuf;
            0    1     3  length  I
    MethodParameters:
        Name  Flags
      index   
      src     
      length  

  public io.netty.buffer.ByteBuf setBytes(int, io.netty.buffer.ByteBuf);
    descriptor: (ILio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // io.netty.buffer.ByteBuf src
         0: .line 764
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 2 // io.netty.buffer.ByteBuf src
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  index  I
            0    1     2    src  Lio/netty/buffer/ByteBuf;
    MethodParameters:
       Name  Flags
      index  
      src    

  public int setBytes(int, java.io.InputStream, int);
    descriptor: (ILjava/io/InputStream;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // java.io.InputStream in
        start local 3 // int length
         0: .line 769
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 3 // int length
        end local 2 // java.io.InputStream in
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1   index  I
            0    1     2      in  Ljava/io/InputStream;
            0    1     3  length  I
    MethodParameters:
        Name  Flags
      index   
      in      
      length  

  public io.netty.buffer.ByteBuf setZero(int, int);
    descriptor: (II)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // int length
         0: .line 774
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1   index  I
            0    1     2  length  I
    MethodParameters:
        Name  Flags
      index   
      length  

  public int setBytes(int, java.nio.channels.ScatteringByteChannel, int);
    descriptor: (ILjava/nio/channels/ScatteringByteChannel;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // java.nio.channels.ScatteringByteChannel in
        start local 3 // int length
         0: .line 779
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 3 // int length
        end local 2 // java.nio.channels.ScatteringByteChannel in
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1   index  I
            0    1     2      in  Ljava/nio/channels/ScatteringByteChannel;
            0    1     3  length  I
    MethodParameters:
        Name  Flags
      index   
      in      
      length  

  public int setBytes(int, java.nio.channels.FileChannel, long, int);
    descriptor: (ILjava/nio/channels/FileChannel;JI)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=6, args_size=5
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // java.nio.channels.FileChannel in
        start local 3 // long position
        start local 5 // int length
         0: .line 784
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 5 // int length
        end local 3 // long position
        end local 2 // java.nio.channels.FileChannel in
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1     index  I
            0    1     2        in  Ljava/nio/channels/FileChannel;
            0    1     3  position  J
            0    1     5    length  I
    MethodParameters:
          Name  Flags
      index     
      in        
      position  
      length    

  public io.netty.buffer.ByteBuf setIndex(int, int);
    descriptor: (II)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int readerIndex
        start local 2 // int writerIndex
         0: .line 789
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 2 // int writerIndex
        end local 1 // int readerIndex
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  readerIndex  I
            0    1     2  writerIndex  I
    MethodParameters:
             Name  Flags
      readerIndex  
      writerIndex  

  public io.netty.buffer.ByteBuf setInt(int, int);
    descriptor: (II)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 794
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  index  I
            0    1     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  public io.netty.buffer.ByteBuf setIntLE(int, int);
    descriptor: (II)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 799
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  index  I
            0    1     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  public io.netty.buffer.ByteBuf setLong(int, long);
    descriptor: (IJ)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=3
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // long value
         0: .line 804
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 2 // long value
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  index  I
            0    1     2  value  J
    MethodParameters:
       Name  Flags
      index  
      value  

  public io.netty.buffer.ByteBuf setLongLE(int, long);
    descriptor: (IJ)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=3
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // long value
         0: .line 809
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 2 // long value
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  index  I
            0    1     2  value  J
    MethodParameters:
       Name  Flags
      index  
      value  

  public io.netty.buffer.ByteBuf setMedium(int, int);
    descriptor: (II)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 814
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  index  I
            0    1     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  public io.netty.buffer.ByteBuf setMediumLE(int, int);
    descriptor: (II)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 819
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  index  I
            0    1     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  public io.netty.buffer.ByteBuf setShort(int, int);
    descriptor: (II)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 824
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  index  I
            0    1     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  public io.netty.buffer.ByteBuf setShortLE(int, int);
    descriptor: (II)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 829
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  index  I
            0    1     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  public io.netty.buffer.ByteBuf setChar(int, int);
    descriptor: (II)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 834
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  index  I
            0    1     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  public io.netty.buffer.ByteBuf setFloat(int, float);
    descriptor: (IF)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // float value
         0: .line 839
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 2 // float value
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  index  I
            0    1     2  value  F
    MethodParameters:
       Name  Flags
      index  
      value  

  public io.netty.buffer.ByteBuf setDouble(int, double);
    descriptor: (ID)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=3
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // double value
         0: .line 844
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 2 // double value
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  index  I
            0    1     2  value  D
    MethodParameters:
       Name  Flags
      index  
      value  

  public io.netty.buffer.ByteBuf skipBytes(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int length
         0: .line 849
            aload 0 /* this */
            iload 1 /* length */
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkReadableBytes:(I)V
         1: .line 850
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* length */
            invokevirtual io.netty.buffer.ByteBuf.skipBytes:(I)Lio/netty/buffer/ByteBuf;
            pop
         2: .line 851
            aload 0 /* this */
            areturn
        end local 1 // int length
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    3     1  length  I
    MethodParameters:
        Name  Flags
      length  

  public io.netty.buffer.ByteBuf slice();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 856
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public io.netty.buffer.ByteBuf retainedSlice();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 861
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public io.netty.buffer.ByteBuf slice(int, int);
    descriptor: (II)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // int length
         0: .line 866
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkIndex:(II)V
         1: .line 867
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.buffer.ByteBuf.slice:(II)Lio/netty/buffer/ByteBuf;
            areturn
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    2     1   index  I
            0    2     2  length  I
    MethodParameters:
        Name  Flags
      index   
      length  

  public io.netty.buffer.ByteBuf retainedSlice(int, int);
    descriptor: (II)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // int length
         0: .line 872
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkIndex:(II)V
         1: .line 873
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.buffer.ByteBuf.slice:(II)Lio/netty/buffer/ByteBuf;
            areturn
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    2     1   index  I
            0    2     2  length  I
    MethodParameters:
        Name  Flags
      index   
      length  

  public int nioBufferCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 878
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.nioBufferCount:()I
            ireturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public java.nio.ByteBuffer nioBuffer();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 883
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public java.nio.ByteBuffer nioBuffer(int, int);
    descriptor: (II)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // int length
         0: .line 888
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkIndex:(II)V
         1: .line 889
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.buffer.ByteBuf.nioBuffer:(II)Ljava/nio/ByteBuffer;
            areturn
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    2     1   index  I
            0    2     2  length  I
    MethodParameters:
        Name  Flags
      index   
      length  

  public java.nio.ByteBuffer[] nioBuffers();
    descriptor: ()[Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 894
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public java.nio.ByteBuffer[] nioBuffers(int, int);
    descriptor: (II)[Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // int length
         0: .line 899
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkIndex:(II)V
         1: .line 900
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.buffer.ByteBuf.nioBuffers:(II)[Ljava/nio/ByteBuffer;
            areturn
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    2     1   index  I
            0    2     2  length  I
    MethodParameters:
        Name  Flags
      index   
      length  

  public java.nio.ByteBuffer internalNioBuffer(int, int);
    descriptor: (II)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // int length
         0: .line 905
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkIndex:(II)V
         1: .line 906
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.buffer.ByteBuf.internalNioBuffer:(II)Ljava/nio/ByteBuffer;
            areturn
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    2     1   index  I
            0    2     2  length  I
    MethodParameters:
        Name  Flags
      index   
      length  

  public java.lang.String toString(int, int, java.nio.charset.Charset);
    descriptor: (IILjava/nio/charset/Charset;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // int length
        start local 3 // java.nio.charset.Charset charset
         0: .line 911
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.checkIndex:(II)V
         1: .line 912
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* index */
            iload 2 /* length */
            aload 3 /* charset */
            invokevirtual io.netty.buffer.ByteBuf.toString:(IILjava/nio/charset/Charset;)Ljava/lang/String;
            areturn
        end local 3 // java.nio.charset.Charset charset
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    2     1    index  I
            0    2     2   length  I
            0    2     3  charset  Ljava/nio/charset/Charset;
    MethodParameters:
         Name  Flags
      index    
      length   
      charset  

  public java.lang.String toString(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // java.nio.charset.Charset charsetName
         0: .line 917
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 1 // java.nio.charset.Charset charsetName
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  charsetName  Ljava/nio/charset/Charset;
    MethodParameters:
             Name  Flags
      charsetName  

  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.ReplayingDecoderByteBuf this
         0: .line 922
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokestatic io.netty.util.internal.StringUtil.simpleClassName:(Ljava/lang/Object;)Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            bipush 40
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         1: .line 923
            ldc "ridx="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 924
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.readerIndex:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         3: .line 925
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 926
            ldc "widx="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         5: .line 927
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.ReplayingDecoderByteBuf.writerIndex:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         6: .line 928
            bipush 41
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         7: .line 922
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public boolean isWritable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 933
            iconst_0
            ireturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public boolean isWritable(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int size
         0: .line 938
            iconst_0
            ireturn
        end local 1 // int size
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  size  I
    MethodParameters:
      Name  Flags
      size  

  public int writableBytes();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 943
            iconst_0
            ireturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public int maxWritableBytes();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 948
            iconst_0
            ireturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public io.netty.buffer.ByteBuf writeBoolean(boolean);
    descriptor: (Z)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // boolean value
         0: .line 953
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 1 // boolean value
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  value  Z
    MethodParameters:
       Name  Flags
      value  

  public io.netty.buffer.ByteBuf writeByte(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int value
         0: .line 958
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 1 // int value
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public io.netty.buffer.ByteBuf writeBytes(byte[], int, int);
    descriptor: ([BII)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // byte[] src
        start local 2 // int srcIndex
        start local 3 // int length
         0: .line 963
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 3 // int length
        end local 2 // int srcIndex
        end local 1 // byte[] src
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1       src  [B
            0    1     2  srcIndex  I
            0    1     3    length  I
    MethodParameters:
          Name  Flags
      src       
      srcIndex  
      length    

  public io.netty.buffer.ByteBuf writeBytes(byte[]);
    descriptor: ([B)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // byte[] src
         0: .line 968
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 1 // byte[] src
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1   src  [B
    MethodParameters:
      Name  Flags
      src   

  public io.netty.buffer.ByteBuf writeBytes(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // java.nio.ByteBuffer src
         0: .line 973
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 1 // java.nio.ByteBuffer src
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1   src  Ljava/nio/ByteBuffer;
    MethodParameters:
      Name  Flags
      src   

  public io.netty.buffer.ByteBuf writeBytes(io.netty.buffer.ByteBuf, int, int);
    descriptor: (Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // io.netty.buffer.ByteBuf src
        start local 2 // int srcIndex
        start local 3 // int length
         0: .line 978
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 3 // int length
        end local 2 // int srcIndex
        end local 1 // io.netty.buffer.ByteBuf src
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1       src  Lio/netty/buffer/ByteBuf;
            0    1     2  srcIndex  I
            0    1     3    length  I
    MethodParameters:
          Name  Flags
      src       
      srcIndex  
      length    

  public io.netty.buffer.ByteBuf writeBytes(io.netty.buffer.ByteBuf, int);
    descriptor: (Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // io.netty.buffer.ByteBuf src
        start local 2 // int length
         0: .line 983
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 2 // int length
        end local 1 // io.netty.buffer.ByteBuf src
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1     src  Lio/netty/buffer/ByteBuf;
            0    1     2  length  I
    MethodParameters:
        Name  Flags
      src     
      length  

  public io.netty.buffer.ByteBuf writeBytes(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // io.netty.buffer.ByteBuf src
         0: .line 988
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 1 // io.netty.buffer.ByteBuf src
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1   src  Lio/netty/buffer/ByteBuf;
    MethodParameters:
      Name  Flags
      src   

  public int writeBytes(java.io.InputStream, int);
    descriptor: (Ljava/io/InputStream;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // java.io.InputStream in
        start local 2 // int length
         0: .line 993
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 2 // int length
        end local 1 // java.io.InputStream in
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1      in  Ljava/io/InputStream;
            0    1     2  length  I
    MethodParameters:
        Name  Flags
      in      
      length  

  public int writeBytes(java.nio.channels.ScatteringByteChannel, int);
    descriptor: (Ljava/nio/channels/ScatteringByteChannel;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // java.nio.channels.ScatteringByteChannel in
        start local 2 // int length
         0: .line 998
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 2 // int length
        end local 1 // java.nio.channels.ScatteringByteChannel in
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1      in  Ljava/nio/channels/ScatteringByteChannel;
            0    1     2  length  I
    MethodParameters:
        Name  Flags
      in      
      length  

  public int writeBytes(java.nio.channels.FileChannel, long, int);
    descriptor: (Ljava/nio/channels/FileChannel;JI)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=5, args_size=4
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // java.nio.channels.FileChannel in
        start local 2 // long position
        start local 4 // int length
         0: .line 1003
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 4 // int length
        end local 2 // long position
        end local 1 // java.nio.channels.FileChannel in
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1        in  Ljava/nio/channels/FileChannel;
            0    1     2  position  J
            0    1     4    length  I
    MethodParameters:
          Name  Flags
      in        
      position  
      length    

  public io.netty.buffer.ByteBuf writeInt(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int value
         0: .line 1008
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 1 // int value
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public io.netty.buffer.ByteBuf writeIntLE(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int value
         0: .line 1013
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 1 // int value
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public io.netty.buffer.ByteBuf writeLong(long);
    descriptor: (J)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // long value
         0: .line 1018
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 1 // long value
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  value  J
    MethodParameters:
       Name  Flags
      value  

  public io.netty.buffer.ByteBuf writeLongLE(long);
    descriptor: (J)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // long value
         0: .line 1023
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 1 // long value
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  value  J
    MethodParameters:
       Name  Flags
      value  

  public io.netty.buffer.ByteBuf writeMedium(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int value
         0: .line 1028
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 1 // int value
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public io.netty.buffer.ByteBuf writeMediumLE(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int value
         0: .line 1033
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 1 // int value
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public io.netty.buffer.ByteBuf writeZero(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int length
         0: .line 1038
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 1 // int length
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  length  I
    MethodParameters:
        Name  Flags
      length  

  public int writerIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 1043
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
            ireturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public io.netty.buffer.ByteBuf writerIndex(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int writerIndex
         0: .line 1048
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 1 // int writerIndex
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  writerIndex  I
    MethodParameters:
             Name  Flags
      writerIndex  

  public io.netty.buffer.ByteBuf writeShort(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int value
         0: .line 1053
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 1 // int value
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public io.netty.buffer.ByteBuf writeShortLE(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int value
         0: .line 1058
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 1 // int value
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public io.netty.buffer.ByteBuf writeChar(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int value
         0: .line 1063
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 1 // int value
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public io.netty.buffer.ByteBuf writeFloat(float);
    descriptor: (F)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // float value
         0: .line 1068
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 1 // float value
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  value  F
    MethodParameters:
       Name  Flags
      value  

  public io.netty.buffer.ByteBuf writeDouble(double);
    descriptor: (D)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // double value
         0: .line 1073
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 1 // double value
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public int setCharSequence(int, java.lang.CharSequence, java.nio.charset.Charset);
    descriptor: (ILjava/lang/CharSequence;Ljava/nio/charset/Charset;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // java.lang.CharSequence sequence
        start local 3 // java.nio.charset.Charset charset
         0: .line 1078
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 3 // java.nio.charset.Charset charset
        end local 2 // java.lang.CharSequence sequence
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1     index  I
            0    1     2  sequence  Ljava/lang/CharSequence;
            0    1     3   charset  Ljava/nio/charset/Charset;
    MethodParameters:
          Name  Flags
      index     
      sequence  
      charset   

  public int writeCharSequence(java.lang.CharSequence, java.nio.charset.Charset);
    descriptor: (Ljava/lang/CharSequence;Ljava/nio/charset/Charset;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // java.lang.CharSequence sequence
        start local 2 // java.nio.charset.Charset charset
         0: .line 1083
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 2 // java.nio.charset.Charset charset
        end local 1 // java.lang.CharSequence sequence
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  sequence  Ljava/lang/CharSequence;
            0    1     2   charset  Ljava/nio/charset/Charset;
    MethodParameters:
          Name  Flags
      sequence  
      charset   

  private void checkIndex(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int index
        start local 2 // int length
         0: .line 1087
            iload 1 /* index */
            iload 2 /* length */
            iadd
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
            if_icmple 2
         1: .line 1088
            getstatic io.netty.handler.codec.ReplayingDecoderByteBuf.REPLAY:Lio/netty/util/Signal;
            athrow
         2: .line 1090
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    3     1   index  I
            0    3     2  length  I
    MethodParameters:
        Name  Flags
      index   
      length  

  private void checkReadableBytes(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int readableBytes
         0: .line 1093
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
            iload 1 /* readableBytes */
            if_icmpge 2
         1: .line 1094
            getstatic io.netty.handler.codec.ReplayingDecoderByteBuf.REPLAY:Lio/netty/util/Signal;
            athrow
         2: .line 1096
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int readableBytes
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    3     1  readableBytes  I
    MethodParameters:
               Name  Flags
      readableBytes  

  public io.netty.buffer.ByteBuf discardSomeReadBytes();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 1100
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public int refCnt();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 1105
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.refCnt:()I
            ireturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public io.netty.buffer.ByteBuf retain();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 1110
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public io.netty.buffer.ByteBuf retain(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int increment
         0: .line 1115
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 1 // int increment
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  increment  I
    MethodParameters:
           Name  Flags
      increment  

  public io.netty.buffer.ByteBuf touch();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 1120
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.touch:()Lio/netty/buffer/ByteBuf;
            pop
         1: .line 1121
            aload 0 /* this */
            areturn
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public io.netty.buffer.ByteBuf touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // java.lang.Object hint
         0: .line 1126
            aload 0 /* this */
            getfield io.netty.handler.codec.ReplayingDecoderByteBuf.buffer:Lio/netty/buffer/ByteBuf;
            aload 1 /* hint */
            invokevirtual io.netty.buffer.ByteBuf.touch:(Ljava/lang/Object;)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 1127
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object hint
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    2     1  hint  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      hint  

  public boolean release();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 1132
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  public boolean release(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
        start local 1 // int decrement
         0: .line 1137
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 1 // int decrement
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;
            0    1     1  decrement  I
    MethodParameters:
           Name  Flags
      decrement  

  public io.netty.buffer.ByteBuf unwrap();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
         0: .line 1142
            invokestatic io.netty.handler.codec.ReplayingDecoderByteBuf.reject:()Ljava/lang/UnsupportedOperationException;
            athrow
        end local 0 // io.netty.handler.codec.ReplayingDecoderByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ReplayingDecoderByteBuf;

  private static java.lang.UnsupportedOperationException reject();
    descriptor: ()Ljava/lang/UnsupportedOperationException;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 1146
            new java.lang.UnsupportedOperationException
            dup
            ldc "not a replayable operation"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            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.ReplayingDecoderByteBuf.retain:(I)Lio/netty/buffer/ByteBuf;
            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.ReplayingDecoderByteBuf.retain:()Lio/netty/buffer/ByteBuf;
            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.ReplayingDecoderByteBuf.touch:(Ljava/lang/Object;)Lio/netty/buffer/ByteBuf;
            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.ReplayingDecoderByteBuf.touch:()Lio/netty/buffer/ByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ReplayingDecoderByteBuf.java"