public abstract class io.netty.buffer.AbstractByteBuf extends io.netty.buffer.ByteBuf
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: io.netty.buffer.AbstractByteBuf
  super_class: io.netty.buffer.ByteBuf
{
  private static final io.netty.util.internal.logging.InternalLogger logger;
    descriptor: Lio/netty/util/internal/logging/InternalLogger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.String PROP_MODE;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "io.netty.buffer.bytebuf.checkAccessible"

  private static final boolean checkAccessible;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static final io.netty.util.ResourceLeakDetector<io.netty.buffer.ByteBuf> leakDetector;
    descriptor: Lio/netty/util/ResourceLeakDetector;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Lio/netty/util/ResourceLeakDetector<Lio/netty/buffer/ByteBuf;>;

  int readerIndex;
    descriptor: I
    flags: (0x0000) 

  int writerIndex;
    descriptor: I
    flags: (0x0000) 

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 45
            ldc Lio/netty/buffer/AbstractByteBuf;
            invokestatic io.netty.util.internal.logging.InternalLoggerFactory.getInstance:(Ljava/lang/Class;)Lio/netty/util/internal/logging/InternalLogger;
            putstatic io.netty.buffer.AbstractByteBuf.logger:Lio/netty/util/internal/logging/InternalLogger;
         1: .line 50
            ldc "io.netty.buffer.bytebuf.checkAccessible"
            iconst_1
            invokestatic io.netty.util.internal.SystemPropertyUtil.getBoolean:(Ljava/lang/String;Z)Z
            putstatic io.netty.buffer.AbstractByteBuf.checkAccessible:Z
         2: .line 51
            getstatic io.netty.buffer.AbstractByteBuf.logger:Lio/netty/util/internal/logging/InternalLogger;
            invokeinterface io.netty.util.internal.logging.InternalLogger.isDebugEnabled:()Z
            ifeq 4
         3: .line 52
            getstatic io.netty.buffer.AbstractByteBuf.logger:Lio/netty/util/internal/logging/InternalLogger;
            ldc "-D{}: {}"
            ldc "io.netty.buffer.bytebuf.checkAccessible"
            getstatic io.netty.buffer.AbstractByteBuf.checkAccessible:Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokeinterface io.netty.util.internal.logging.InternalLogger.debug:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
         4: .line 57
      StackMap locals:
      StackMap stack:
            invokestatic io.netty.util.ResourceLeakDetectorFactory.instance:()Lio/netty/util/ResourceLeakDetectorFactory;
            ldc Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.util.ResourceLeakDetectorFactory.newResourceLeakDetector:(Ljava/lang/Class;)Lio/netty/util/ResourceLeakDetector;
         5: .line 56
            putstatic io.netty.buffer.AbstractByteBuf.leakDetector:Lio/netty/util/ResourceLeakDetector;
         6: .line 57
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int maxCapacity
         0: .line 65
            aload 0 /* this */
            invokespecial io.netty.buffer.ByteBuf.<init>:()V
         1: .line 66
            iload 1 /* maxCapacity */
            ifge 3
         2: .line 67
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "maxCapacity: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* maxCapacity */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " (expected: >= 0)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 69
      StackMap locals: io.netty.buffer.AbstractByteBuf int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* maxCapacity */
            putfield io.netty.buffer.AbstractByteBuf.maxCapacity:I
         4: .line 70
            return
        end local 1 // int maxCapacity
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lio/netty/buffer/AbstractByteBuf;
            0    5     1  maxCapacity  I
    MethodParameters:
             Name  Flags
      maxCapacity  

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

  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.buffer.AbstractByteBuf this
         0: .line 80
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.isReadOnly:()Z
            ifeq 2
         1: .line 81
            aload 0 /* this */
            areturn
         2: .line 83
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokestatic io.netty.buffer.Unpooled.unmodifiableBuffer:(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
            areturn
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/buffer/AbstractByteBuf;

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

  protected final void maxCapacity(int);
    descriptor: (I)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int maxCapacity
         0: .line 92
            aload 0 /* this */
            iload 1 /* maxCapacity */
            putfield io.netty.buffer.AbstractByteBuf.maxCapacity:I
         1: .line 93
            return
        end local 1 // int maxCapacity
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/netty/buffer/AbstractByteBuf;
            0    2     1  maxCapacity  I
    MethodParameters:
             Name  Flags
      maxCapacity  

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

  public io.netty.buffer.ByteBuf readerIndex(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int readerIndex
         0: .line 102
            iload 1 /* readerIndex */
            iflt 1
            iload 1 /* readerIndex */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            if_icmple 4
         1: .line 103
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
         2: .line 104
            ldc "readerIndex: %d (expected: 0 <= readerIndex <= writerIndex(%d))"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            iload 1 /* readerIndex */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
         3: .line 103
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 106
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* readerIndex */
            putfield io.netty.buffer.AbstractByteBuf.readerIndex:I
         5: .line 107
            aload 0 /* this */
            areturn
        end local 1 // int readerIndex
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lio/netty/buffer/AbstractByteBuf;
            0    6     1  readerIndex  I
    MethodParameters:
             Name  Flags
      readerIndex  

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

  public io.netty.buffer.ByteBuf writerIndex(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int writerIndex
         0: .line 117
            iload 1 /* writerIndex */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            if_icmplt 1
            iload 1 /* writerIndex */
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.capacity:()I
            if_icmple 5
         1: .line 118
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
         2: .line 119
            ldc "writerIndex: %d (expected: readerIndex(%d) <= writerIndex <= capacity(%d))"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
         3: .line 120
            iload 1 /* writerIndex */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.capacity:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
         4: .line 118
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* writerIndex */
            putfield io.netty.buffer.AbstractByteBuf.writerIndex:I
         6: .line 123
            aload 0 /* this */
            areturn
        end local 1 // int writerIndex
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lio/netty/buffer/AbstractByteBuf;
            0    7     1  writerIndex  I
    MethodParameters:
             Name  Flags
      writerIndex  

  public io.netty.buffer.ByteBuf setIndex(int, int);
    descriptor: (II)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int readerIndex
        start local 2 // int writerIndex
         0: .line 128
            iload 1 /* readerIndex */
            iflt 1
            iload 1 /* readerIndex */
            iload 2 /* writerIndex */
            if_icmpgt 1
            iload 2 /* writerIndex */
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.capacity:()I
            if_icmple 5
         1: .line 129
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
         2: .line 130
            ldc "readerIndex: %d, writerIndex: %d (expected: 0 <= readerIndex <= writerIndex <= capacity(%d))"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
         3: .line 131
            iload 1 /* readerIndex */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            iload 2 /* writerIndex */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.capacity:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
         4: .line 129
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 133
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* readerIndex */
            iload 2 /* writerIndex */
            invokevirtual io.netty.buffer.AbstractByteBuf.setIndex0:(II)V
         6: .line 134
            aload 0 /* this */
            areturn
        end local 2 // int writerIndex
        end local 1 // int readerIndex
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lio/netty/buffer/AbstractByteBuf;
            0    7     1  readerIndex  I
            0    7     2  writerIndex  I
    MethodParameters:
             Name  Flags
      readerIndex  
      writerIndex  

  public io.netty.buffer.ByteBuf clear();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 139
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            putfield io.netty.buffer.AbstractByteBuf.readerIndex:I
         1: .line 140
            aload 0 /* this */
            areturn
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/buffer/AbstractByteBuf;

  public boolean isReadable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 145
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            if_icmple 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/buffer/AbstractByteBuf;

  public boolean isReadable(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int numBytes
         0: .line 150
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            isub
            iload 1 /* numBytes */
            if_icmplt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int numBytes
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/netty/buffer/AbstractByteBuf;
            0    2     1  numBytes  I
    MethodParameters:
          Name  Flags
      numBytes  

  public boolean isWritable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 155
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.capacity:()I
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            if_icmple 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/buffer/AbstractByteBuf;

  public boolean isWritable(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int numBytes
         0: .line 160
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.capacity:()I
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            isub
            iload 1 /* numBytes */
            if_icmplt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int numBytes
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/netty/buffer/AbstractByteBuf;
            0    2     1  numBytes  I
    MethodParameters:
          Name  Flags
      numBytes  

  public int readableBytes();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 165
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            isub
            ireturn
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/AbstractByteBuf;

  public int writableBytes();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 170
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.capacity:()I
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            isub
            ireturn
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/AbstractByteBuf;

  public int maxWritableBytes();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 175
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.maxCapacity:()I
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            isub
            ireturn
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/AbstractByteBuf;

  public io.netty.buffer.ByteBuf markReaderIndex();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 180
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            putfield io.netty.buffer.AbstractByteBuf.markedReaderIndex:I
         1: .line 181
            aload 0 /* this */
            areturn
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/buffer/AbstractByteBuf;

  public io.netty.buffer.ByteBuf resetReaderIndex();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 186
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.markedReaderIndex:I
            invokevirtual io.netty.buffer.AbstractByteBuf.readerIndex:(I)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 187
            aload 0 /* this */
            areturn
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/buffer/AbstractByteBuf;

  public io.netty.buffer.ByteBuf markWriterIndex();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 192
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            putfield io.netty.buffer.AbstractByteBuf.markedWriterIndex:I
         1: .line 193
            aload 0 /* this */
            areturn
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/buffer/AbstractByteBuf;

  public io.netty.buffer.ByteBuf resetWriterIndex();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 198
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.markedWriterIndex:I
            invokevirtual io.netty.buffer.AbstractByteBuf.writerIndex:(I)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 199
            aload 0 /* this */
            areturn
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/buffer/AbstractByteBuf;

  public io.netty.buffer.ByteBuf discardReadBytes();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 204
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.ensureAccessible:()V
         1: .line 205
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            ifne 3
         2: .line 206
            aload 0 /* this */
            areturn
         3: .line 209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            if_icmpeq 9
         4: .line 210
            aload 0 /* this */
            iconst_0
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            isub
            invokevirtual io.netty.buffer.AbstractByteBuf.setBytes:(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
            pop
         5: .line 211
            aload 0 /* this */
            dup
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            isub
            putfield io.netty.buffer.AbstractByteBuf.writerIndex:I
         6: .line 212
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            invokevirtual io.netty.buffer.AbstractByteBuf.adjustMarkers:(I)V
         7: .line 213
            aload 0 /* this */
            iconst_0
            putfield io.netty.buffer.AbstractByteBuf.readerIndex:I
         8: .line 214
            goto 11
         9: .line 215
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            invokevirtual io.netty.buffer.AbstractByteBuf.adjustMarkers:(I)V
        10: .line 216
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            putfield io.netty.buffer.AbstractByteBuf.writerIndex:I
        11: .line 218
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lio/netty/buffer/AbstractByteBuf;

  public io.netty.buffer.ByteBuf discardSomeReadBytes();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 223
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.ensureAccessible:()V
         1: .line 224
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            ifne 3
         2: .line 225
            aload 0 /* this */
            areturn
         3: .line 228
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            if_icmpne 7
         4: .line 229
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            invokevirtual io.netty.buffer.AbstractByteBuf.adjustMarkers:(I)V
         5: .line 230
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            putfield io.netty.buffer.AbstractByteBuf.writerIndex:I
         6: .line 231
            aload 0 /* this */
            areturn
         7: .line 234
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.capacity:()I
            iconst_1
            iushr
            if_icmplt 12
         8: .line 235
            aload 0 /* this */
            iconst_0
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            isub
            invokevirtual io.netty.buffer.AbstractByteBuf.setBytes:(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
            pop
         9: .line 236
            aload 0 /* this */
            dup
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            isub
            putfield io.netty.buffer.AbstractByteBuf.writerIndex:I
        10: .line 237
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            invokevirtual io.netty.buffer.AbstractByteBuf.adjustMarkers:(I)V
        11: .line 238
            aload 0 /* this */
            iconst_0
            putfield io.netty.buffer.AbstractByteBuf.readerIndex:I
        12: .line 240
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lio/netty/buffer/AbstractByteBuf;

  protected final void adjustMarkers(int);
    descriptor: (I)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int decrement
         0: .line 244
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.markedReaderIndex:I
            istore 2 /* markedReaderIndex */
        start local 2 // int markedReaderIndex
         1: .line 245
            iload 2 /* markedReaderIndex */
            iload 1 /* decrement */
            if_icmpgt 9
         2: .line 246
            aload 0 /* this */
            iconst_0
            putfield io.netty.buffer.AbstractByteBuf.markedReaderIndex:I
         3: .line 247
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.markedWriterIndex:I
            istore 3 /* markedWriterIndex */
        start local 3 // int markedWriterIndex
         4: .line 248
            iload 3 /* markedWriterIndex */
            iload 1 /* decrement */
            if_icmpgt 7
         5: .line 249
            aload 0 /* this */
            iconst_0
            putfield io.netty.buffer.AbstractByteBuf.markedWriterIndex:I
         6: .line 250
            goto 11
         7: .line 251
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* markedWriterIndex */
            iload 1 /* decrement */
            isub
            putfield io.netty.buffer.AbstractByteBuf.markedWriterIndex:I
        end local 3 // int markedWriterIndex
         8: .line 253
            goto 11
         9: .line 254
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* markedReaderIndex */
            iload 1 /* decrement */
            isub
            putfield io.netty.buffer.AbstractByteBuf.markedReaderIndex:I
        10: .line 255
            aload 0 /* this */
            dup
            getfield io.netty.buffer.AbstractByteBuf.markedWriterIndex:I
            iload 1 /* decrement */
            isub
            putfield io.netty.buffer.AbstractByteBuf.markedWriterIndex:I
        11: .line 257
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int markedReaderIndex
        end local 1 // int decrement
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   12     0               this  Lio/netty/buffer/AbstractByteBuf;
            0   12     1          decrement  I
            1   12     2  markedReaderIndex  I
            4    8     3  markedWriterIndex  I
    MethodParameters:
           Name  Flags
      decrement  

  public io.netty.buffer.ByteBuf ensureWritable(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int minWritableBytes
         0: .line 261
            iload 1 /* minWritableBytes */
            ifge 4
         1: .line 262
            new java.lang.IllegalArgumentException
            dup
         2: .line 263
            ldc "minWritableBytes: %d (expected: >= 0)"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 1 /* minWritableBytes */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
         3: .line 262
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 265
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* minWritableBytes */
            invokevirtual io.netty.buffer.AbstractByteBuf.ensureWritable0:(I)V
         5: .line 266
            aload 0 /* this */
            areturn
        end local 1 // int minWritableBytes
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    6     0              this  Lio/netty/buffer/AbstractByteBuf;
            0    6     1  minWritableBytes  I
    MethodParameters:
                  Name  Flags
      minWritableBytes  

  final void ensureWritable0(int);
    descriptor: (I)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int minWritableBytes
         0: .line 270
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.ensureAccessible:()V
         1: .line 271
            iload 1 /* minWritableBytes */
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.writableBytes:()I
            if_icmpgt 3
         2: .line 272
            return
         3: .line 275
      StackMap locals:
      StackMap stack:
            iload 1 /* minWritableBytes */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.maxCapacity:I
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            isub
            if_icmple 8
         4: .line 276
            new java.lang.IndexOutOfBoundsException
            dup
         5: .line 277
            ldc "writerIndex(%d) + minWritableBytes(%d) exceeds maxCapacity(%d): %s"
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
         6: .line 278
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            iload 1 /* minWritableBytes */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.maxCapacity:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_3
            aload 0 /* this */
            aastore
         7: .line 276
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 282
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.alloc:()Lio/netty/buffer/ByteBufAllocator;
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            iload 1 /* minWritableBytes */
            iadd
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.maxCapacity:I
            invokeinterface io.netty.buffer.ByteBufAllocator.calculateNewCapacity:(II)I
            istore 2 /* newCapacity */
        start local 2 // int newCapacity
         9: .line 285
            aload 0 /* this */
            iload 2 /* newCapacity */
            invokevirtual io.netty.buffer.AbstractByteBuf.capacity:(I)Lio/netty/buffer/ByteBuf;
            pop
        10: .line 286
            return
        end local 2 // int newCapacity
        end local 1 // int minWritableBytes
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   11     0              this  Lio/netty/buffer/AbstractByteBuf;
            0   11     1  minWritableBytes  I
            9   11     2       newCapacity  I
    MethodParameters:
                  Name  Flags
      minWritableBytes  

  public int ensureWritable(int, boolean);
    descriptor: (IZ)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=3
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int minWritableBytes
        start local 2 // boolean force
         0: .line 290
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.ensureAccessible:()V
         1: .line 291
            iload 1 /* minWritableBytes */
            ifge 5
         2: .line 292
            new java.lang.IllegalArgumentException
            dup
         3: .line 293
            ldc "minWritableBytes: %d (expected: >= 0)"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 1 /* minWritableBytes */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
         4: .line 292
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 296
      StackMap locals:
      StackMap stack:
            iload 1 /* minWritableBytes */
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.writableBytes:()I
            if_icmpgt 7
         6: .line 297
            iconst_0
            ireturn
         7: .line 300
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.maxCapacity:()I
            istore 3 /* maxCapacity */
        start local 3 // int maxCapacity
         8: .line 301
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.writerIndex:()I
            istore 4 /* writerIndex */
        start local 4 // int writerIndex
         9: .line 302
            iload 1 /* minWritableBytes */
            iload 3 /* maxCapacity */
            iload 4 /* writerIndex */
            isub
            if_icmple 14
        10: .line 303
            iload 2 /* force */
            ifeq 11
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.capacity:()I
            iload 3 /* maxCapacity */
            if_icmpne 12
        11: .line 304
      StackMap locals: int int
      StackMap stack:
            iconst_1
            ireturn
        12: .line 307
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* maxCapacity */
            invokevirtual io.netty.buffer.AbstractByteBuf.capacity:(I)Lio/netty/buffer/ByteBuf;
            pop
        13: .line 308
            iconst_3
            ireturn
        14: .line 312
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.alloc:()Lio/netty/buffer/ByteBufAllocator;
            iload 4 /* writerIndex */
            iload 1 /* minWritableBytes */
            iadd
            iload 3 /* maxCapacity */
            invokeinterface io.netty.buffer.ByteBufAllocator.calculateNewCapacity:(II)I
            istore 5 /* newCapacity */
        start local 5 // int newCapacity
        15: .line 315
            aload 0 /* this */
            iload 5 /* newCapacity */
            invokevirtual io.netty.buffer.AbstractByteBuf.capacity:(I)Lio/netty/buffer/ByteBuf;
            pop
        16: .line 316
            iconst_2
            ireturn
        end local 5 // int newCapacity
        end local 4 // int writerIndex
        end local 3 // int maxCapacity
        end local 2 // boolean force
        end local 1 // int minWritableBytes
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   17     0              this  Lio/netty/buffer/AbstractByteBuf;
            0   17     1  minWritableBytes  I
            0   17     2             force  Z
            8   17     3       maxCapacity  I
            9   17     4       writerIndex  I
           15   17     5       newCapacity  I
    MethodParameters:
                  Name  Flags
      minWritableBytes  
      force             

  public io.netty.buffer.ByteBuf order(java.nio.ByteOrder);
    descriptor: (Ljava/nio/ByteOrder;)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // java.nio.ByteOrder endianness
         0: .line 321
            aload 1 /* endianness */
            ifnonnull 2
         1: .line 322
            new java.lang.NullPointerException
            dup
            ldc "endianness"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 324
      StackMap locals:
      StackMap stack:
            aload 1 /* endianness */
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.order:()Ljava/nio/ByteOrder;
            if_acmpne 4
         3: .line 325
            aload 0 /* this */
            areturn
         4: .line 327
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.newSwappedByteBuf:()Lio/netty/buffer/SwappedByteBuf;
            areturn
        end local 1 // java.nio.ByteOrder endianness
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lio/netty/buffer/AbstractByteBuf;
            0    5     1  endianness  Ljava/nio/ByteOrder;
    MethodParameters:
            Name  Flags
      endianness  

  protected io.netty.buffer.SwappedByteBuf newSwappedByteBuf();
    descriptor: ()Lio/netty/buffer/SwappedByteBuf;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 334
            new io.netty.buffer.SwappedByteBuf
            dup
            aload 0 /* this */
            invokespecial io.netty.buffer.SwappedByteBuf.<init>:(Lio/netty/buffer/ByteBuf;)V
            areturn
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/AbstractByteBuf;

  public byte getByte(int);
    descriptor: (I)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
         0: .line 339
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(I)V
         1: .line 340
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf._getByte:(I)B
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected abstract byte _getByte(int);
    descriptor: (I)B
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  public boolean getBoolean(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
         0: .line 347
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf.getByte:(I)B
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public short getUnsignedByte(int);
    descriptor: (I)S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
         0: .line 352
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf.getByte:(I)B
            sipush 255
            iand
            i2s
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    1     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.buffer.AbstractByteBuf this
        start local 1 // int index
         0: .line 357
            aload 0 /* this */
            iload 1 /* index */
            iconst_2
            invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
         1: .line 358
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf._getShort:(I)S
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected abstract short _getShort(int);
    descriptor: (I)S
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    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.buffer.AbstractByteBuf this
        start local 1 // int index
         0: .line 365
            aload 0 /* this */
            iload 1 /* index */
            iconst_2
            invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
         1: .line 366
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf._getShortLE:(I)S
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected abstract short _getShortLE(int);
    descriptor: (I)S
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  public int getUnsignedShort(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
         0: .line 373
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf.getShort:(I)S
            ldc 65535
            iand
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int getUnsignedShortLE(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
         0: .line 378
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf.getShortLE:(I)S
            ldc 65535
            iand
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    1     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.buffer.AbstractByteBuf this
        start local 1 // int index
         0: .line 383
            aload 0 /* this */
            iload 1 /* index */
            iconst_3
            invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
         1: .line 384
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf._getUnsignedMedium:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected abstract int _getUnsignedMedium(int);
    descriptor: (I)I
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    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.buffer.AbstractByteBuf this
        start local 1 // int index
         0: .line 391
            aload 0 /* this */
            iload 1 /* index */
            iconst_3
            invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
         1: .line 392
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf._getUnsignedMediumLE:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected abstract int _getUnsignedMediumLE(int);
    descriptor: (I)I
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  public int getMedium(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
         0: .line 399
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf.getUnsignedMedium:(I)I
            istore 2 /* value */
        start local 2 // int value
         1: .line 400
            iload 2 /* value */
            ldc 8388608
            iand
            ifeq 3
         2: .line 401
            iload 2 /* value */
            ldc -16777216
            ior
            istore 2 /* value */
         3: .line 403
      StackMap locals: int
      StackMap stack:
            iload 2 /* value */
            ireturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    4     1  index  I
            1    4     2  value  I
    MethodParameters:
       Name  Flags
      index  

  public int getMediumLE(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
         0: .line 408
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf.getUnsignedMediumLE:(I)I
            istore 2 /* value */
        start local 2 // int value
         1: .line 409
            iload 2 /* value */
            ldc 8388608
            iand
            ifeq 3
         2: .line 410
            iload 2 /* value */
            ldc -16777216
            ior
            istore 2 /* value */
         3: .line 412
      StackMap locals: int
      StackMap stack:
            iload 2 /* value */
            ireturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    4     1  index  I
            1    4     2  value  I
    MethodParameters:
       Name  Flags
      index  

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

  protected abstract int _getInt(int);
    descriptor: (I)I
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    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.buffer.AbstractByteBuf this
        start local 1 // int index
         0: .line 425
            aload 0 /* this */
            iload 1 /* index */
            iconst_4
            invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
         1: .line 426
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf._getIntLE:(I)I
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected abstract int _getIntLE(int);
    descriptor: (I)I
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  public long getUnsignedInt(int);
    descriptor: (I)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
         0: .line 433
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf.getInt:(I)I
            i2l
            ldc 4294967295
            land
            lreturn
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public long getUnsignedIntLE(int);
    descriptor: (I)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
         0: .line 438
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf.getIntLE:(I)I
            i2l
            ldc 4294967295
            land
            lreturn
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    1     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.buffer.AbstractByteBuf this
        start local 1 // int index
         0: .line 443
            aload 0 /* this */
            iload 1 /* index */
            bipush 8
            invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
         1: .line 444
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf._getLong:(I)J
            lreturn
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected abstract long _getLong(int);
    descriptor: (I)J
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    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.buffer.AbstractByteBuf this
        start local 1 // int index
         0: .line 451
            aload 0 /* this */
            iload 1 /* index */
            bipush 8
            invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
         1: .line 452
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf._getLongLE:(I)J
            lreturn
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected abstract long _getLongLE(int);
    descriptor: (I)J
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  public char getChar(int);
    descriptor: (I)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
         0: .line 459
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf.getShort:(I)S
            i2c
            ireturn
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public float getFloat(int);
    descriptor: (I)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
         0: .line 464
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf.getInt:(I)I
            invokestatic java.lang.Float.intBitsToFloat:(I)F
            freturn
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public double getDouble(int);
    descriptor: (I)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
         0: .line 469
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf.getLong:(I)J
            invokestatic java.lang.Double.longBitsToDouble:(J)D
            dreturn
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public io.netty.buffer.ByteBuf getBytes(int, byte[]);
    descriptor: (I[B)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
        start local 2 // byte[] dst
         0: .line 474
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* dst */
            iconst_0
            aload 2 /* dst */
            arraylength
            invokevirtual io.netty.buffer.AbstractByteBuf.getBytes:(I[BII)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 475
            aload 0 /* this */
            areturn
        end local 2 // byte[] dst
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    2     1  index  I
            0    2     2    dst  [B
    MethodParameters:
       Name  Flags
      index  
      dst    

  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=4, locals=3, args_size=3
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
        start local 2 // io.netty.buffer.ByteBuf dst
         0: .line 480
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* dst */
            aload 2 /* dst */
            invokevirtual io.netty.buffer.ByteBuf.writableBytes:()I
            invokevirtual io.netty.buffer.AbstractByteBuf.getBytes:(ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 481
            aload 0 /* this */
            areturn
        end local 2 // io.netty.buffer.ByteBuf dst
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    2     1  index  I
            0    2     2    dst  Lio/netty/buffer/ByteBuf;
    MethodParameters:
       Name  Flags
      index  
      dst    

  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=5, locals=4, args_size=4
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
        start local 2 // io.netty.buffer.ByteBuf dst
        start local 3 // int length
         0: .line 486
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* dst */
            aload 2 /* dst */
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
            iload 3 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.getBytes:(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 487
            aload 2 /* dst */
            aload 2 /* dst */
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
            iload 3 /* length */
            iadd
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:(I)Lio/netty/buffer/ByteBuf;
            pop
         2: .line 488
            aload 0 /* this */
            areturn
        end local 3 // int length
        end local 2 // io.netty.buffer.ByteBuf dst
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/netty/buffer/AbstractByteBuf;
            0    3     1   index  I
            0    3     2     dst  Lio/netty/buffer/ByteBuf;
            0    3     3  length  I
    MethodParameters:
        Name  Flags
      index   
      dst     
      length  

  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.buffer.AbstractByteBuf this
        start local 1 // int index
        start local 2 // int length
        start local 3 // java.nio.charset.Charset charset
         0: .line 494
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* length */
            aload 3 /* charset */
            invokevirtual io.netty.buffer.AbstractByteBuf.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.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/netty/buffer/AbstractByteBuf;
            0    1     1    index  I
            0    1     2   length  I
            0    1     3  charset  Ljava/nio/charset/Charset;
    MethodParameters:
         Name  Flags
      index    
      length   
      charset  

  public java.lang.CharSequence readCharSequence(int, java.nio.charset.Charset);
    descriptor: (ILjava/nio/charset/Charset;)Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int length
        start local 2 // java.nio.charset.Charset charset
         0: .line 499
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            iload 1 /* length */
            aload 2 /* charset */
            invokevirtual io.netty.buffer.AbstractByteBuf.getCharSequence:(IILjava/nio/charset/Charset;)Ljava/lang/CharSequence;
            astore 3 /* sequence */
        start local 3 // java.lang.CharSequence sequence
         1: .line 500
            aload 0 /* this */
            dup
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            iload 1 /* length */
            iadd
            putfield io.netty.buffer.AbstractByteBuf.readerIndex:I
         2: .line 501
            aload 3 /* sequence */
            areturn
        end local 3 // java.lang.CharSequence sequence
        end local 2 // java.nio.charset.Charset charset
        end local 1 // int length
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/netty/buffer/AbstractByteBuf;
            0    3     1    length  I
            0    3     2   charset  Ljava/nio/charset/Charset;
            1    3     3  sequence  Ljava/lang/CharSequence;
    MethodParameters:
         Name  Flags
      length   
      charset  

  public io.netty.buffer.ByteBuf setByte(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.buffer.AbstractByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 506
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(I)V
         1: .line 507
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setByte:(II)V
         2: .line 508
            aload 0 /* this */
            areturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    3     1  index  I
            0    3     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  protected abstract void _setByte(int, int);
    descriptor: (II)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  
      value  

  public io.netty.buffer.ByteBuf setBoolean(int, boolean);
    descriptor: (IZ)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
        start local 2 // boolean value
         0: .line 515
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* value */
            ifeq 1
            iconst_1
            goto 2
      StackMap locals: io.netty.buffer.AbstractByteBuf int int
      StackMap stack: io.netty.buffer.AbstractByteBuf int
         1: iconst_0
      StackMap locals: io.netty.buffer.AbstractByteBuf int int
      StackMap stack: io.netty.buffer.AbstractByteBuf int int
         2: invokevirtual io.netty.buffer.AbstractByteBuf.setByte:(II)Lio/netty/buffer/ByteBuf;
            pop
         3: .line 516
            aload 0 /* this */
            areturn
        end local 2 // boolean value
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    4     1  index  I
            0    4     2  value  Z
    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=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 521
            aload 0 /* this */
            iload 1 /* index */
            iconst_2
            invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
         1: .line 522
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setShort:(II)V
         2: .line 523
            aload 0 /* this */
            areturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    3     1  index  I
            0    3     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  protected abstract void _setShort(int, int);
    descriptor: (II)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    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=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 530
            aload 0 /* this */
            iload 1 /* index */
            iconst_2
            invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
         1: .line 531
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setShortLE:(II)V
         2: .line 532
            aload 0 /* this */
            areturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    3     1  index  I
            0    3     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  protected abstract void _setShortLE(int, int);
    descriptor: (II)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    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=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 539
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf.setShort:(II)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 540
            aload 0 /* this */
            areturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    2     1  index  I
            0    2     2  value  I
    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=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 545
            aload 0 /* this */
            iload 1 /* index */
            iconst_3
            invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
         1: .line 546
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setMedium:(II)V
         2: .line 547
            aload 0 /* this */
            areturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    3     1  index  I
            0    3     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  protected abstract void _setMedium(int, int);
    descriptor: (II)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    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=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 554
            aload 0 /* this */
            iload 1 /* index */
            iconst_3
            invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
         1: .line 555
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setMediumLE:(II)V
         2: .line 556
            aload 0 /* this */
            areturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    3     1  index  I
            0    3     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  protected abstract void _setMediumLE(int, int);
    descriptor: (II)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  
      value  

  public io.netty.buffer.ByteBuf setInt(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.buffer.AbstractByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 563
            aload 0 /* this */
            iload 1 /* index */
            iconst_4
            invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
         1: .line 564
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setInt:(II)V
         2: .line 565
            aload 0 /* this */
            areturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    3     1  index  I
            0    3     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  protected abstract void _setInt(int, int);
    descriptor: (II)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    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=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
        start local 2 // int value
         0: .line 572
            aload 0 /* this */
            iload 1 /* index */
            iconst_4
            invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
         1: .line 573
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setIntLE:(II)V
         2: .line 574
            aload 0 /* this */
            areturn
        end local 2 // int value
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    3     1  index  I
            0    3     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  protected abstract void _setIntLE(int, int);
    descriptor: (II)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    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=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
        start local 2 // float value
         0: .line 581
            aload 0 /* this */
            iload 1 /* index */
            fload 2 /* value */
            invokestatic java.lang.Float.floatToRawIntBits:(F)I
            invokevirtual io.netty.buffer.AbstractByteBuf.setInt:(II)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 582
            aload 0 /* this */
            areturn
        end local 2 // float value
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    2     1  index  I
            0    2     2  value  F
    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=4, locals=4, args_size=3
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
        start local 2 // long value
         0: .line 587
            aload 0 /* this */
            iload 1 /* index */
            bipush 8
            invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
         1: .line 588
            aload 0 /* this */
            iload 1 /* index */
            lload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setLong:(IJ)V
         2: .line 589
            aload 0 /* this */
            areturn
        end local 2 // long value
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    3     1  index  I
            0    3     2  value  J
    MethodParameters:
       Name  Flags
      index  
      value  

  protected abstract void _setLong(int, long);
    descriptor: (IJ)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    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=4, locals=4, args_size=3
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
        start local 2 // long value
         0: .line 596
            aload 0 /* this */
            iload 1 /* index */
            bipush 8
            invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
         1: .line 597
            aload 0 /* this */
            iload 1 /* index */
            lload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setLongLE:(IJ)V
         2: .line 598
            aload 0 /* this */
            areturn
        end local 2 // long value
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    3     1  index  I
            0    3     2  value  J
    MethodParameters:
       Name  Flags
      index  
      value  

  protected abstract void _setLongLE(int, long);
    descriptor: (IJ)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    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=4, locals=4, args_size=3
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
        start local 2 // double value
         0: .line 605
            aload 0 /* this */
            iload 1 /* index */
            dload 2 /* value */
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            invokevirtual io.netty.buffer.AbstractByteBuf.setLong:(IJ)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 606
            aload 0 /* this */
            areturn
        end local 2 // double value
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    2     1  index  I
            0    2     2  value  D
    MethodParameters:
       Name  Flags
      index  
      value  

  public io.netty.buffer.ByteBuf setBytes(int, byte[]);
    descriptor: (I[B)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
        start local 2 // byte[] src
         0: .line 611
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* src */
            iconst_0
            aload 2 /* src */
            arraylength
            invokevirtual io.netty.buffer.AbstractByteBuf.setBytes:(I[BII)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 612
            aload 0 /* this */
            areturn
        end local 2 // byte[] src
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    2     1  index  I
            0    2     2    src  [B
    MethodParameters:
       Name  Flags
      index  
      src    

  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=4, locals=3, args_size=3
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
        start local 2 // io.netty.buffer.ByteBuf src
         0: .line 617
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* src */
            aload 2 /* src */
            invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
            invokevirtual io.netty.buffer.AbstractByteBuf.setBytes:(ILio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 618
            aload 0 /* this */
            areturn
        end local 2 // io.netty.buffer.ByteBuf src
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    2     1  index  I
            0    2     2    src  Lio/netty/buffer/ByteBuf;
    MethodParameters:
       Name  Flags
      index  
      src    

  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=7, locals=4, args_size=4
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
        start local 2 // io.netty.buffer.ByteBuf src
        start local 3 // int length
         0: .line 623
            aload 0 /* this */
            iload 1 /* index */
            iload 3 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
         1: .line 624
            aload 2 /* src */
            ifnonnull 3
         2: .line 625
            new java.lang.NullPointerException
            dup
            ldc "src"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 627
      StackMap locals:
      StackMap stack:
            iload 3 /* length */
            aload 2 /* src */
            invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
            if_icmple 7
         4: .line 628
            new java.lang.IndexOutOfBoundsException
            dup
         5: .line 629
            ldc "length(%d) exceeds src.readableBytes(%d) where src is: %s"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            iload 3 /* length */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 2 /* src */
            invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            aload 2 /* src */
            aastore
         6: .line 628
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 632
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* src */
            aload 2 /* src */
            invokevirtual io.netty.buffer.ByteBuf.readerIndex:()I
            iload 3 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.setBytes:(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
            pop
         8: .line 633
            aload 2 /* src */
            aload 2 /* src */
            invokevirtual io.netty.buffer.ByteBuf.readerIndex:()I
            iload 3 /* length */
            iadd
            invokevirtual io.netty.buffer.ByteBuf.readerIndex:(I)Lio/netty/buffer/ByteBuf;
            pop
         9: .line 634
            aload 0 /* this */
            areturn
        end local 3 // int length
        end local 2 // io.netty.buffer.ByteBuf src
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lio/netty/buffer/AbstractByteBuf;
            0   10     1   index  I
            0   10     2     src  Lio/netty/buffer/ByteBuf;
            0   10     3  length  I
    MethodParameters:
        Name  Flags
      index   
      src     
      length  

  public io.netty.buffer.ByteBuf setZero(int, int);
    descriptor: (II)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
        start local 2 // int length
         0: .line 639
            iload 2 /* length */
            ifne 2
         1: .line 640
            aload 0 /* this */
            areturn
         2: .line 643
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
         3: .line 645
            iload 2 /* length */
            iconst_3
            iushr
            istore 3 /* nLong */
        start local 3 // int nLong
         4: .line 646
            iload 2 /* length */
            bipush 7
            iand
            istore 4 /* nBytes */
        start local 4 // int nBytes
         5: .line 647
            iload 3 /* nLong */
            istore 5 /* i */
        start local 5 // int i
         6: goto 10
         7: .line 648
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            lconst_0
            invokevirtual io.netty.buffer.AbstractByteBuf._setLong:(IJ)V
         8: .line 649
            iinc 1 /* index */ 8
         9: .line 647
            iinc 5 /* i */ -1
      StackMap locals:
      StackMap stack:
        10: iload 5 /* i */
            ifgt 7
        end local 5 // int i
        11: .line 651
            iload 4 /* nBytes */
            iconst_4
            if_icmpne 14
        12: .line 652
            aload 0 /* this */
            iload 1 /* index */
            iconst_0
            invokevirtual io.netty.buffer.AbstractByteBuf._setInt:(II)V
        13: .line 654
            goto 30
      StackMap locals:
      StackMap stack:
        14: iload 4 /* nBytes */
            iconst_4
            if_icmpge 22
        15: .line 655
            iload 4 /* nBytes */
            istore 5 /* i */
        start local 5 // int i
        16: goto 20
        17: .line 656
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            iconst_0
            invokevirtual io.netty.buffer.AbstractByteBuf._setByte:(II)V
        18: .line 657
            iinc 1 /* index */ 1
        19: .line 655
            iinc 5 /* i */ -1
      StackMap locals:
      StackMap stack:
        20: iload 5 /* i */
            ifgt 17
        end local 5 // int i
        21: .line 659
            goto 30
        22: .line 660
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            iconst_0
            invokevirtual io.netty.buffer.AbstractByteBuf._setInt:(II)V
        23: .line 661
            iinc 1 /* index */ 4
        24: .line 662
            iload 4 /* nBytes */
            iconst_4
            isub
            istore 5 /* i */
        start local 5 // int i
        25: goto 29
        26: .line 663
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            iconst_0
            invokevirtual io.netty.buffer.AbstractByteBuf._setByte:(II)V
        27: .line 664
            iinc 1 /* index */ 1
        28: .line 662
            iinc 5 /* i */ -1
      StackMap locals:
      StackMap stack:
        29: iload 5 /* i */
            ifgt 26
        end local 5 // int i
        30: .line 667
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 4 // int nBytes
        end local 3 // int nLong
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   31     0    this  Lio/netty/buffer/AbstractByteBuf;
            0   31     1   index  I
            0   31     2  length  I
            4   31     3   nLong  I
            5   31     4  nBytes  I
            6   11     5       i  I
           16   21     5       i  I
           25   30     5       i  I
    MethodParameters:
        Name  Flags
      index   
      length  

  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=5, locals=4, args_size=4
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
        start local 2 // java.lang.CharSequence sequence
        start local 3 // java.nio.charset.Charset charset
         0: .line 672
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* sequence */
            aload 3 /* charset */
            iconst_0
            invokevirtual io.netty.buffer.AbstractByteBuf.setCharSequence0:(ILjava/lang/CharSequence;Ljava/nio/charset/Charset;Z)I
            ireturn
        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.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/netty/buffer/AbstractByteBuf;
            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   

  private int setCharSequence0(int, java.lang.CharSequence, java.nio.charset.Charset, boolean);
    descriptor: (ILjava/lang/CharSequence;Ljava/nio/charset/Charset;Z)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=6, args_size=5
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
        start local 2 // java.lang.CharSequence sequence
        start local 3 // java.nio.charset.Charset charset
        start local 4 // boolean expand
         0: .line 676
            aload 3 /* charset */
            getstatic io.netty.util.CharsetUtil.UTF_8:Ljava/nio/charset/Charset;
            invokevirtual java.nio.charset.Charset.equals:(Ljava/lang/Object;)Z
            ifeq 8
         1: .line 677
            aload 2 /* sequence */
            invokestatic io.netty.buffer.ByteBufUtil.utf8MaxBytes:(Ljava/lang/CharSequence;)I
            istore 5 /* length */
        start local 5 // int length
         2: .line 678
            iload 4 /* expand */
            ifeq 6
         3: .line 679
            aload 0 /* this */
            iload 5 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.ensureWritable0:(I)V
         4: .line 680
            aload 0 /* this */
            iload 1 /* index */
            iload 5 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex0:(II)V
         5: .line 681
            goto 7
         6: .line 682
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            iload 5 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
         7: .line 684
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* sequence */
            aload 2 /* sequence */
            invokeinterface java.lang.CharSequence.length:()I
            invokestatic io.netty.buffer.ByteBufUtil.writeUtf8:(Lio/netty/buffer/AbstractByteBuf;ILjava/lang/CharSequence;I)I
            ireturn
        end local 5 // int length
         8: .line 686
      StackMap locals:
      StackMap stack:
            aload 3 /* charset */
            getstatic io.netty.util.CharsetUtil.US_ASCII:Ljava/nio/charset/Charset;
            invokevirtual java.nio.charset.Charset.equals:(Ljava/lang/Object;)Z
            ifne 9
            aload 3 /* charset */
            getstatic io.netty.util.CharsetUtil.ISO_8859_1:Ljava/nio/charset/Charset;
            invokevirtual java.nio.charset.Charset.equals:(Ljava/lang/Object;)Z
            ifeq 16
         9: .line 687
      StackMap locals:
      StackMap stack:
            aload 2 /* sequence */
            invokeinterface java.lang.CharSequence.length:()I
            istore 5 /* length */
        start local 5 // int length
        10: .line 688
            iload 4 /* expand */
            ifeq 14
        11: .line 689
            aload 0 /* this */
            iload 5 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.ensureWritable0:(I)V
        12: .line 690
            aload 0 /* this */
            iload 1 /* index */
            iload 5 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex0:(II)V
        13: .line 691
            goto 15
        14: .line 692
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            iload 5 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
        15: .line 694
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* sequence */
            iload 5 /* length */
            invokestatic io.netty.buffer.ByteBufUtil.writeAscii:(Lio/netty/buffer/AbstractByteBuf;ILjava/lang/CharSequence;I)I
            ireturn
        end local 5 // int length
        16: .line 696
      StackMap locals:
      StackMap stack:
            aload 2 /* sequence */
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            aload 3 /* charset */
            invokevirtual java.lang.String.getBytes:(Ljava/nio/charset/Charset;)[B
            astore 5 /* bytes */
        start local 5 // byte[] bytes
        17: .line 697
            iload 4 /* expand */
            ifeq 19
        18: .line 698
            aload 0 /* this */
            aload 5 /* bytes */
            arraylength
            invokevirtual io.netty.buffer.AbstractByteBuf.ensureWritable0:(I)V
        19: .line 701
      StackMap locals: byte[]
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            aload 5 /* bytes */
            invokevirtual io.netty.buffer.AbstractByteBuf.setBytes:(I[B)Lio/netty/buffer/ByteBuf;
            pop
        20: .line 702
            aload 5 /* bytes */
            arraylength
            ireturn
        end local 5 // byte[] bytes
        end local 4 // boolean expand
        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.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   21     0      this  Lio/netty/buffer/AbstractByteBuf;
            0   21     1     index  I
            0   21     2  sequence  Ljava/lang/CharSequence;
            0   21     3   charset  Ljava/nio/charset/Charset;
            0   21     4    expand  Z
            2    8     5    length  I
           10   16     5    length  I
           17   21     5     bytes  [B
    MethodParameters:
          Name  Flags
      index     
      sequence  
      charset   
      expand    

  public byte readByte();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 707
            aload 0 /* this */
            iconst_1
            invokevirtual io.netty.buffer.AbstractByteBuf.checkReadableBytes0:(I)V
         1: .line 708
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            istore 1 /* i */
        start local 1 // int i
         2: .line 709
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual io.netty.buffer.AbstractByteBuf._getByte:(I)B
            istore 2 /* b */
        start local 2 // byte b
         3: .line 710
            aload 0 /* this */
            iload 1 /* i */
            iconst_1
            iadd
            putfield io.netty.buffer.AbstractByteBuf.readerIndex:I
         4: .line 711
            iload 2 /* b */
            ireturn
        end local 2 // byte b
        end local 1 // int i
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/netty/buffer/AbstractByteBuf;
            2    5     1     i  I
            3    5     2     b  B

  public boolean readBoolean();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 716
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.readByte:()B
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/buffer/AbstractByteBuf;

  public short readUnsignedByte();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 721
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.readByte:()B
            sipush 255
            iand
            i2s
            ireturn
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/AbstractByteBuf;

  public short readShort();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 726
            aload 0 /* this */
            iconst_2
            invokevirtual io.netty.buffer.AbstractByteBuf.checkReadableBytes0:(I)V
         1: .line 727
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            invokevirtual io.netty.buffer.AbstractByteBuf._getShort:(I)S
            istore 1 /* v */
        start local 1 // short v
         2: .line 728
            aload 0 /* this */
            dup
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            iconst_2
            iadd
            putfield io.netty.buffer.AbstractByteBuf.readerIndex:I
         3: .line 729
            iload 1 /* v */
            ireturn
        end local 1 // short v
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/buffer/AbstractByteBuf;
            2    4     1     v  S

  public short readShortLE();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 734
            aload 0 /* this */
            iconst_2
            invokevirtual io.netty.buffer.AbstractByteBuf.checkReadableBytes0:(I)V
         1: .line 735
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            invokevirtual io.netty.buffer.AbstractByteBuf._getShortLE:(I)S
            istore 1 /* v */
        start local 1 // short v
         2: .line 736
            aload 0 /* this */
            dup
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            iconst_2
            iadd
            putfield io.netty.buffer.AbstractByteBuf.readerIndex:I
         3: .line 737
            iload 1 /* v */
            ireturn
        end local 1 // short v
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/buffer/AbstractByteBuf;
            2    4     1     v  S

  public int readUnsignedShort();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 742
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.readShort:()S
            ldc 65535
            iand
            ireturn
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/AbstractByteBuf;

  public int readUnsignedShortLE();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 747
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.readShortLE:()S
            ldc 65535
            iand
            ireturn
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/AbstractByteBuf;

  public int readMedium();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 752
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.readUnsignedMedium:()I
            istore 1 /* value */
        start local 1 // int value
         1: .line 753
            iload 1 /* value */
            ldc 8388608
            iand
            ifeq 3
         2: .line 754
            iload 1 /* value */
            ldc -16777216
            ior
            istore 1 /* value */
         3: .line 756
      StackMap locals: int
      StackMap stack:
            iload 1 /* value */
            ireturn
        end local 1 // int value
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/netty/buffer/AbstractByteBuf;
            1    4     1  value  I

  public int readMediumLE();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 761
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.readUnsignedMediumLE:()I
            istore 1 /* value */
        start local 1 // int value
         1: .line 762
            iload 1 /* value */
            ldc 8388608
            iand
            ifeq 3
         2: .line 763
            iload 1 /* value */
            ldc -16777216
            ior
            istore 1 /* value */
         3: .line 765
      StackMap locals: int
      StackMap stack:
            iload 1 /* value */
            ireturn
        end local 1 // int value
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/netty/buffer/AbstractByteBuf;
            1    4     1  value  I

  public int readUnsignedMedium();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 770
            aload 0 /* this */
            iconst_3
            invokevirtual io.netty.buffer.AbstractByteBuf.checkReadableBytes0:(I)V
         1: .line 771
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            invokevirtual io.netty.buffer.AbstractByteBuf._getUnsignedMedium:(I)I
            istore 1 /* v */
        start local 1 // int v
         2: .line 772
            aload 0 /* this */
            dup
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            iconst_3
            iadd
            putfield io.netty.buffer.AbstractByteBuf.readerIndex:I
         3: .line 773
            iload 1 /* v */
            ireturn
        end local 1 // int v
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/buffer/AbstractByteBuf;
            2    4     1     v  I

  public int readUnsignedMediumLE();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 778
            aload 0 /* this */
            iconst_3
            invokevirtual io.netty.buffer.AbstractByteBuf.checkReadableBytes0:(I)V
         1: .line 779
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            invokevirtual io.netty.buffer.AbstractByteBuf._getUnsignedMediumLE:(I)I
            istore 1 /* v */
        start local 1 // int v
         2: .line 780
            aload 0 /* this */
            dup
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            iconst_3
            iadd
            putfield io.netty.buffer.AbstractByteBuf.readerIndex:I
         3: .line 781
            iload 1 /* v */
            ireturn
        end local 1 // int v
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/buffer/AbstractByteBuf;
            2    4     1     v  I

  public int readInt();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 786
            aload 0 /* this */
            iconst_4
            invokevirtual io.netty.buffer.AbstractByteBuf.checkReadableBytes0:(I)V
         1: .line 787
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            invokevirtual io.netty.buffer.AbstractByteBuf._getInt:(I)I
            istore 1 /* v */
        start local 1 // int v
         2: .line 788
            aload 0 /* this */
            dup
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            iconst_4
            iadd
            putfield io.netty.buffer.AbstractByteBuf.readerIndex:I
         3: .line 789
            iload 1 /* v */
            ireturn
        end local 1 // int v
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/buffer/AbstractByteBuf;
            2    4     1     v  I

  public int readIntLE();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 794
            aload 0 /* this */
            iconst_4
            invokevirtual io.netty.buffer.AbstractByteBuf.checkReadableBytes0:(I)V
         1: .line 795
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            invokevirtual io.netty.buffer.AbstractByteBuf._getIntLE:(I)I
            istore 1 /* v */
        start local 1 // int v
         2: .line 796
            aload 0 /* this */
            dup
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            iconst_4
            iadd
            putfield io.netty.buffer.AbstractByteBuf.readerIndex:I
         3: .line 797
            iload 1 /* v */
            ireturn
        end local 1 // int v
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/buffer/AbstractByteBuf;
            2    4     1     v  I

  public long readUnsignedInt();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 802
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.readInt:()I
            i2l
            ldc 4294967295
            land
            lreturn
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/AbstractByteBuf;

  public long readUnsignedIntLE();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 807
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.readIntLE:()I
            i2l
            ldc 4294967295
            land
            lreturn
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/AbstractByteBuf;

  public long readLong();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 812
            aload 0 /* this */
            bipush 8
            invokevirtual io.netty.buffer.AbstractByteBuf.checkReadableBytes0:(I)V
         1: .line 813
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            invokevirtual io.netty.buffer.AbstractByteBuf._getLong:(I)J
            lstore 1 /* v */
        start local 1 // long v
         2: .line 814
            aload 0 /* this */
            dup
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            bipush 8
            iadd
            putfield io.netty.buffer.AbstractByteBuf.readerIndex:I
         3: .line 815
            lload 1 /* v */
            lreturn
        end local 1 // long v
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/buffer/AbstractByteBuf;
            2    4     1     v  J

  public long readLongLE();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 820
            aload 0 /* this */
            bipush 8
            invokevirtual io.netty.buffer.AbstractByteBuf.checkReadableBytes0:(I)V
         1: .line 821
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            invokevirtual io.netty.buffer.AbstractByteBuf._getLongLE:(I)J
            lstore 1 /* v */
        start local 1 // long v
         2: .line 822
            aload 0 /* this */
            dup
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            bipush 8
            iadd
            putfield io.netty.buffer.AbstractByteBuf.readerIndex:I
         3: .line 823
            lload 1 /* v */
            lreturn
        end local 1 // long v
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/buffer/AbstractByteBuf;
            2    4     1     v  J

  public char readChar();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 828
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.readShort:()S
            i2c
            ireturn
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/AbstractByteBuf;

  public float readFloat();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 833
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.readInt:()I
            invokestatic java.lang.Float.intBitsToFloat:(I)F
            freturn
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/AbstractByteBuf;

  public double readDouble();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 838
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.readLong:()J
            invokestatic java.lang.Double.longBitsToDouble:(J)D
            dreturn
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/AbstractByteBuf;

  public io.netty.buffer.ByteBuf readBytes(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int length
         0: .line 843
            aload 0 /* this */
            iload 1 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.checkReadableBytes:(I)V
         1: .line 844
            iload 1 /* length */
            ifne 3
         2: .line 845
            getstatic io.netty.buffer.Unpooled.EMPTY_BUFFER:Lio/netty/buffer/ByteBuf;
            areturn
         3: .line 848
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.alloc:()Lio/netty/buffer/ByteBufAllocator;
            iload 1 /* length */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.maxCapacity:I
            invokeinterface io.netty.buffer.ByteBufAllocator.buffer:(II)Lio/netty/buffer/ByteBuf;
            astore 2 /* buf */
        start local 2 // io.netty.buffer.ByteBuf buf
         4: .line 849
            aload 2 /* buf */
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            iload 1 /* length */
            invokevirtual io.netty.buffer.ByteBuf.writeBytes:(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
            pop
         5: .line 850
            aload 0 /* this */
            dup
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            iload 1 /* length */
            iadd
            putfield io.netty.buffer.AbstractByteBuf.readerIndex:I
         6: .line 851
            aload 2 /* buf */
            areturn
        end local 2 // io.netty.buffer.ByteBuf buf
        end local 1 // int length
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lio/netty/buffer/AbstractByteBuf;
            0    7     1  length  I
            4    7     2     buf  Lio/netty/buffer/ByteBuf;
    MethodParameters:
        Name  Flags
      length  

  public io.netty.buffer.ByteBuf readSlice(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int length
         0: .line 856
            aload 0 /* this */
            iload 1 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.checkReadableBytes:(I)V
         1: .line 857
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            iload 1 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.slice:(II)Lio/netty/buffer/ByteBuf;
            astore 2 /* slice */
        start local 2 // io.netty.buffer.ByteBuf slice
         2: .line 858
            aload 0 /* this */
            dup
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            iload 1 /* length */
            iadd
            putfield io.netty.buffer.AbstractByteBuf.readerIndex:I
         3: .line 859
            aload 2 /* slice */
            areturn
        end local 2 // io.netty.buffer.ByteBuf slice
        end local 1 // int length
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/netty/buffer/AbstractByteBuf;
            0    4     1  length  I
            2    4     2   slice  Lio/netty/buffer/ByteBuf;
    MethodParameters:
        Name  Flags
      length  

  public io.netty.buffer.ByteBuf readRetainedSlice(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int length
         0: .line 864
            aload 0 /* this */
            iload 1 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.checkReadableBytes:(I)V
         1: .line 865
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            iload 1 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.retainedSlice:(II)Lio/netty/buffer/ByteBuf;
            astore 2 /* slice */
        start local 2 // io.netty.buffer.ByteBuf slice
         2: .line 866
            aload 0 /* this */
            dup
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            iload 1 /* length */
            iadd
            putfield io.netty.buffer.AbstractByteBuf.readerIndex:I
         3: .line 867
            aload 2 /* slice */
            areturn
        end local 2 // io.netty.buffer.ByteBuf slice
        end local 1 // int length
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/netty/buffer/AbstractByteBuf;
            0    4     1  length  I
            2    4     2   slice  Lio/netty/buffer/ByteBuf;
    MethodParameters:
        Name  Flags
      length  

  public io.netty.buffer.ByteBuf readBytes(byte[], int, int);
    descriptor: ([BII)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // byte[] dst
        start local 2 // int dstIndex
        start local 3 // int length
         0: .line 872
            aload 0 /* this */
            iload 3 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.checkReadableBytes:(I)V
         1: .line 873
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            aload 1 /* dst */
            iload 2 /* dstIndex */
            iload 3 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.getBytes:(I[BII)Lio/netty/buffer/ByteBuf;
            pop
         2: .line 874
            aload 0 /* this */
            dup
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            iload 3 /* length */
            iadd
            putfield io.netty.buffer.AbstractByteBuf.readerIndex:I
         3: .line 875
            aload 0 /* this */
            areturn
        end local 3 // int length
        end local 2 // int dstIndex
        end local 1 // byte[] dst
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/netty/buffer/AbstractByteBuf;
            0    4     1       dst  [B
            0    4     2  dstIndex  I
            0    4     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=4, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // byte[] dst
         0: .line 880
            aload 0 /* this */
            aload 1 /* dst */
            iconst_0
            aload 1 /* dst */
            arraylength
            invokevirtual io.netty.buffer.AbstractByteBuf.readBytes:([BII)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 881
            aload 0 /* this */
            areturn
        end local 1 // byte[] dst
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/buffer/AbstractByteBuf;
            0    2     1   dst  [B
    MethodParameters:
      Name  Flags
      dst   

  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=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // io.netty.buffer.ByteBuf dst
         0: .line 886
            aload 0 /* this */
            aload 1 /* dst */
            aload 1 /* dst */
            invokevirtual io.netty.buffer.ByteBuf.writableBytes:()I
            invokevirtual io.netty.buffer.AbstractByteBuf.readBytes:(Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 887
            aload 0 /* this */
            areturn
        end local 1 // io.netty.buffer.ByteBuf dst
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/buffer/AbstractByteBuf;
            0    2     1   dst  Lio/netty/buffer/ByteBuf;
    MethodParameters:
      Name  Flags
      dst   

  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=7, locals=3, args_size=3
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // io.netty.buffer.ByteBuf dst
        start local 2 // int length
         0: .line 892
            iload 2 /* length */
            aload 1 /* dst */
            invokevirtual io.netty.buffer.ByteBuf.writableBytes:()I
            if_icmple 4
         1: .line 893
            new java.lang.IndexOutOfBoundsException
            dup
         2: .line 894
            ldc "length(%d) exceeds dst.writableBytes(%d) where dst is: %s"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            iload 2 /* length */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 1 /* dst */
            invokevirtual io.netty.buffer.ByteBuf.writableBytes:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            aload 1 /* dst */
            aastore
         3: .line 893
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 896
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* dst */
            aload 1 /* dst */
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
            iload 2 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.readBytes:(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
            pop
         5: .line 897
            aload 1 /* dst */
            aload 1 /* dst */
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
            iload 2 /* length */
            iadd
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:(I)Lio/netty/buffer/ByteBuf;
            pop
         6: .line 898
            aload 0 /* this */
            areturn
        end local 2 // int length
        end local 1 // io.netty.buffer.ByteBuf dst
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lio/netty/buffer/AbstractByteBuf;
            0    7     1     dst  Lio/netty/buffer/ByteBuf;
            0    7     2  length  I
    MethodParameters:
        Name  Flags
      dst     
      length  

  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=5, locals=4, args_size=4
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // io.netty.buffer.ByteBuf dst
        start local 2 // int dstIndex
        start local 3 // int length
         0: .line 903
            aload 0 /* this */
            iload 3 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.checkReadableBytes:(I)V
         1: .line 904
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            aload 1 /* dst */
            iload 2 /* dstIndex */
            iload 3 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.getBytes:(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
            pop
         2: .line 905
            aload 0 /* this */
            dup
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            iload 3 /* length */
            iadd
            putfield io.netty.buffer.AbstractByteBuf.readerIndex:I
         3: .line 906
            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.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/netty/buffer/AbstractByteBuf;
            0    4     1       dst  Lio/netty/buffer/ByteBuf;
            0    4     2  dstIndex  I
            0    4     3    length  I
    MethodParameters:
          Name  Flags
      dst       
      dstIndex  
      length    

  public io.netty.buffer.ByteBuf readBytes(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // java.nio.ByteBuffer dst
         0: .line 911
            aload 1 /* dst */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 2 /* length */
        start local 2 // int length
         1: .line 912
            aload 0 /* this */
            iload 2 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.checkReadableBytes:(I)V
         2: .line 913
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            aload 1 /* dst */
            invokevirtual io.netty.buffer.AbstractByteBuf.getBytes:(ILjava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
            pop
         3: .line 914
            aload 0 /* this */
            dup
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            iload 2 /* length */
            iadd
            putfield io.netty.buffer.AbstractByteBuf.readerIndex:I
         4: .line 915
            aload 0 /* this */
            areturn
        end local 2 // int length
        end local 1 // java.nio.ByteBuffer dst
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lio/netty/buffer/AbstractByteBuf;
            0    5     1     dst  Ljava/nio/ByteBuffer;
            1    5     2  length  I
    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=4, locals=4, args_size=3
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // java.nio.channels.GatheringByteChannel out
        start local 2 // int length
         0: .line 921
            aload 0 /* this */
            iload 2 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.checkReadableBytes:(I)V
         1: .line 922
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            aload 1 /* out */
            iload 2 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.getBytes:(ILjava/nio/channels/GatheringByteChannel;I)I
            istore 3 /* readBytes */
        start local 3 // int readBytes
         2: .line 923
            aload 0 /* this */
            dup
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            iload 3 /* readBytes */
            iadd
            putfield io.netty.buffer.AbstractByteBuf.readerIndex:I
         3: .line 924
            iload 3 /* readBytes */
            ireturn
        end local 3 // int readBytes
        end local 2 // int length
        end local 1 // java.nio.channels.GatheringByteChannel out
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lio/netty/buffer/AbstractByteBuf;
            0    4     1        out  Ljava/nio/channels/GatheringByteChannel;
            0    4     2     length  I
            2    4     3  readBytes  I
    Exceptions:
      throws java.io.IOException
    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=6, locals=6, args_size=4
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // java.nio.channels.FileChannel out
        start local 2 // long position
        start local 4 // int length
         0: .line 930
            aload 0 /* this */
            iload 4 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.checkReadableBytes:(I)V
         1: .line 931
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            aload 1 /* out */
            lload 2 /* position */
            iload 4 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.getBytes:(ILjava/nio/channels/FileChannel;JI)I
            istore 5 /* readBytes */
        start local 5 // int readBytes
         2: .line 932
            aload 0 /* this */
            dup
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            iload 5 /* readBytes */
            iadd
            putfield io.netty.buffer.AbstractByteBuf.readerIndex:I
         3: .line 933
            iload 5 /* readBytes */
            ireturn
        end local 5 // int readBytes
        end local 4 // int length
        end local 2 // long position
        end local 1 // java.nio.channels.FileChannel out
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lio/netty/buffer/AbstractByteBuf;
            0    4     1        out  Ljava/nio/channels/FileChannel;
            0    4     2   position  J
            0    4     4     length  I
            2    4     5  readBytes  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      out       
      position  
      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=4, locals=3, args_size=3
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // java.io.OutputStream out
        start local 2 // int length
         0: .line 938
            aload 0 /* this */
            iload 2 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.checkReadableBytes:(I)V
         1: .line 939
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            aload 1 /* out */
            iload 2 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.getBytes:(ILjava/io/OutputStream;I)Lio/netty/buffer/ByteBuf;
            pop
         2: .line 940
            aload 0 /* this */
            dup
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            iload 2 /* length */
            iadd
            putfield io.netty.buffer.AbstractByteBuf.readerIndex:I
         3: .line 941
            aload 0 /* this */
            areturn
        end local 2 // int length
        end local 1 // java.io.OutputStream out
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/netty/buffer/AbstractByteBuf;
            0    4     1     out  Ljava/io/OutputStream;
            0    4     2  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      out     
      length  

  public io.netty.buffer.ByteBuf skipBytes(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int length
         0: .line 946
            aload 0 /* this */
            iload 1 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.checkReadableBytes:(I)V
         1: .line 947
            aload 0 /* this */
            dup
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            iload 1 /* length */
            iadd
            putfield io.netty.buffer.AbstractByteBuf.readerIndex:I
         2: .line 948
            aload 0 /* this */
            areturn
        end local 1 // int length
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/netty/buffer/AbstractByteBuf;
            0    3     1  length  I
    MethodParameters:
        Name  Flags
      length  

  public io.netty.buffer.ByteBuf writeBoolean(boolean);
    descriptor: (Z)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // boolean value
         0: .line 953
            aload 0 /* this */
            iload 1 /* value */
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack: io.netty.buffer.AbstractByteBuf
         1: iconst_0
      StackMap locals: io.netty.buffer.AbstractByteBuf int
      StackMap stack: io.netty.buffer.AbstractByteBuf int
         2: invokevirtual io.netty.buffer.AbstractByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
         3: .line 954
            aload 0 /* this */
            areturn
        end local 1 // boolean value
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    4     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=5, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int value
         0: .line 959
            aload 0 /* this */
            iconst_1
            invokevirtual io.netty.buffer.AbstractByteBuf.ensureWritable0:(I)V
         1: .line 960
            aload 0 /* this */
            aload 0 /* this */
            dup
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            dup_x1
            iconst_1
            iadd
            putfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            iload 1 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setByte:(II)V
         2: .line 961
            aload 0 /* this */
            areturn
        end local 1 // int value
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    3     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public io.netty.buffer.ByteBuf writeShort(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int value
         0: .line 966
            aload 0 /* this */
            iconst_2
            invokevirtual io.netty.buffer.AbstractByteBuf.ensureWritable0:(I)V
         1: .line 967
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            iload 1 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setShort:(II)V
         2: .line 968
            aload 0 /* this */
            dup
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            iconst_2
            iadd
            putfield io.netty.buffer.AbstractByteBuf.writerIndex:I
         3: .line 969
            aload 0 /* this */
            areturn
        end local 1 // int value
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    4     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=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int value
         0: .line 974
            aload 0 /* this */
            iconst_2
            invokevirtual io.netty.buffer.AbstractByteBuf.ensureWritable0:(I)V
         1: .line 975
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            iload 1 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setShortLE:(II)V
         2: .line 976
            aload 0 /* this */
            dup
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            iconst_2
            iadd
            putfield io.netty.buffer.AbstractByteBuf.writerIndex:I
         3: .line 977
            aload 0 /* this */
            areturn
        end local 1 // int value
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    4     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public io.netty.buffer.ByteBuf writeMedium(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int value
         0: .line 982
            aload 0 /* this */
            iconst_3
            invokevirtual io.netty.buffer.AbstractByteBuf.ensureWritable0:(I)V
         1: .line 983
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            iload 1 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setMedium:(II)V
         2: .line 984
            aload 0 /* this */
            dup
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            iconst_3
            iadd
            putfield io.netty.buffer.AbstractByteBuf.writerIndex:I
         3: .line 985
            aload 0 /* this */
            areturn
        end local 1 // int value
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    4     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=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int value
         0: .line 990
            aload 0 /* this */
            iconst_3
            invokevirtual io.netty.buffer.AbstractByteBuf.ensureWritable0:(I)V
         1: .line 991
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            iload 1 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setMediumLE:(II)V
         2: .line 992
            aload 0 /* this */
            dup
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            iconst_3
            iadd
            putfield io.netty.buffer.AbstractByteBuf.writerIndex:I
         3: .line 993
            aload 0 /* this */
            areturn
        end local 1 // int value
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    4     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public io.netty.buffer.ByteBuf writeInt(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int value
         0: .line 998
            aload 0 /* this */
            iconst_4
            invokevirtual io.netty.buffer.AbstractByteBuf.ensureWritable0:(I)V
         1: .line 999
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            iload 1 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setInt:(II)V
         2: .line 1000
            aload 0 /* this */
            dup
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            iconst_4
            iadd
            putfield io.netty.buffer.AbstractByteBuf.writerIndex:I
         3: .line 1001
            aload 0 /* this */
            areturn
        end local 1 // int value
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    4     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=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int value
         0: .line 1006
            aload 0 /* this */
            iconst_4
            invokevirtual io.netty.buffer.AbstractByteBuf.ensureWritable0:(I)V
         1: .line 1007
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            iload 1 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setIntLE:(II)V
         2: .line 1008
            aload 0 /* this */
            dup
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            iconst_4
            iadd
            putfield io.netty.buffer.AbstractByteBuf.writerIndex:I
         3: .line 1009
            aload 0 /* this */
            areturn
        end local 1 // int value
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    4     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=4, locals=3, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // long value
         0: .line 1014
            aload 0 /* this */
            bipush 8
            invokevirtual io.netty.buffer.AbstractByteBuf.ensureWritable0:(I)V
         1: .line 1015
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            lload 1 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setLong:(IJ)V
         2: .line 1016
            aload 0 /* this */
            dup
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            bipush 8
            iadd
            putfield io.netty.buffer.AbstractByteBuf.writerIndex:I
         3: .line 1017
            aload 0 /* this */
            areturn
        end local 1 // long value
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    4     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=4, locals=3, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // long value
         0: .line 1022
            aload 0 /* this */
            bipush 8
            invokevirtual io.netty.buffer.AbstractByteBuf.ensureWritable0:(I)V
         1: .line 1023
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            lload 1 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf._setLongLE:(IJ)V
         2: .line 1024
            aload 0 /* this */
            dup
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            bipush 8
            iadd
            putfield io.netty.buffer.AbstractByteBuf.writerIndex:I
         3: .line 1025
            aload 0 /* this */
            areturn
        end local 1 // long value
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    4     1  value  J
    MethodParameters:
       Name  Flags
      value  

  public io.netty.buffer.ByteBuf writeChar(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int value
         0: .line 1030
            aload 0 /* this */
            iload 1 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf.writeShort:(I)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 1031
            aload 0 /* this */
            areturn
        end local 1 // int value
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    2     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=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // float value
         0: .line 1036
            aload 0 /* this */
            fload 1 /* value */
            invokestatic java.lang.Float.floatToRawIntBits:(F)I
            invokevirtual io.netty.buffer.AbstractByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 1037
            aload 0 /* this */
            areturn
        end local 1 // float value
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    2     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=3, locals=3, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // double value
         0: .line 1042
            aload 0 /* this */
            dload 1 /* value */
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            invokevirtual io.netty.buffer.AbstractByteBuf.writeLong:(J)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 1043
            aload 0 /* this */
            areturn
        end local 1 // double value
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    2     1  value  D
    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=5, locals=4, args_size=4
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // byte[] src
        start local 2 // int srcIndex
        start local 3 // int length
         0: .line 1048
            aload 0 /* this */
            iload 3 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.ensureWritable:(I)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 1049
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            aload 1 /* src */
            iload 2 /* srcIndex */
            iload 3 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.setBytes:(I[BII)Lio/netty/buffer/ByteBuf;
            pop
         2: .line 1050
            aload 0 /* this */
            dup
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            iload 3 /* length */
            iadd
            putfield io.netty.buffer.AbstractByteBuf.writerIndex:I
         3: .line 1051
            aload 0 /* this */
            areturn
        end local 3 // int length
        end local 2 // int srcIndex
        end local 1 // byte[] src
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/netty/buffer/AbstractByteBuf;
            0    4     1       src  [B
            0    4     2  srcIndex  I
            0    4     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=4, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // byte[] src
         0: .line 1056
            aload 0 /* this */
            aload 1 /* src */
            iconst_0
            aload 1 /* src */
            arraylength
            invokevirtual io.netty.buffer.AbstractByteBuf.writeBytes:([BII)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 1057
            aload 0 /* this */
            areturn
        end local 1 // byte[] src
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/buffer/AbstractByteBuf;
            0    2     1   src  [B
    MethodParameters:
      Name  Flags
      src   

  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=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // io.netty.buffer.ByteBuf src
         0: .line 1062
            aload 0 /* this */
            aload 1 /* src */
            aload 1 /* src */
            invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
            invokevirtual io.netty.buffer.AbstractByteBuf.writeBytes:(Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 1063
            aload 0 /* this */
            areturn
        end local 1 // io.netty.buffer.ByteBuf src
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/buffer/AbstractByteBuf;
            0    2     1   src  Lio/netty/buffer/ByteBuf;
    MethodParameters:
      Name  Flags
      src   

  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=7, locals=3, args_size=3
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // io.netty.buffer.ByteBuf src
        start local 2 // int length
         0: .line 1068
            iload 2 /* length */
            aload 1 /* src */
            invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
            if_icmple 4
         1: .line 1069
            new java.lang.IndexOutOfBoundsException
            dup
         2: .line 1070
            ldc "length(%d) exceeds src.readableBytes(%d) where src is: %s"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            iload 2 /* length */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 1 /* src */
            invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            aload 1 /* src */
            aastore
         3: .line 1069
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1072
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* src */
            aload 1 /* src */
            invokevirtual io.netty.buffer.ByteBuf.readerIndex:()I
            iload 2 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.writeBytes:(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
            pop
         5: .line 1073
            aload 1 /* src */
            aload 1 /* src */
            invokevirtual io.netty.buffer.ByteBuf.readerIndex:()I
            iload 2 /* length */
            iadd
            invokevirtual io.netty.buffer.ByteBuf.readerIndex:(I)Lio/netty/buffer/ByteBuf;
            pop
         6: .line 1074
            aload 0 /* this */
            areturn
        end local 2 // int length
        end local 1 // io.netty.buffer.ByteBuf src
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lio/netty/buffer/AbstractByteBuf;
            0    7     1     src  Lio/netty/buffer/ByteBuf;
            0    7     2  length  I
    MethodParameters:
        Name  Flags
      src     
      length  

  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=5, locals=4, args_size=4
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // io.netty.buffer.ByteBuf src
        start local 2 // int srcIndex
        start local 3 // int length
         0: .line 1079
            aload 0 /* this */
            iload 3 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.ensureWritable:(I)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 1080
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            aload 1 /* src */
            iload 2 /* srcIndex */
            iload 3 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.setBytes:(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
            pop
         2: .line 1081
            aload 0 /* this */
            dup
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            iload 3 /* length */
            iadd
            putfield io.netty.buffer.AbstractByteBuf.writerIndex:I
         3: .line 1082
            aload 0 /* this */
            areturn
        end local 3 // int length
        end local 2 // int srcIndex
        end local 1 // io.netty.buffer.ByteBuf src
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/netty/buffer/AbstractByteBuf;
            0    4     1       src  Lio/netty/buffer/ByteBuf;
            0    4     2  srcIndex  I
            0    4     3    length  I
    MethodParameters:
          Name  Flags
      src       
      srcIndex  
      length    

  public io.netty.buffer.ByteBuf writeBytes(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // java.nio.ByteBuffer src
         0: .line 1087
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 2 /* length */
        start local 2 // int length
         1: .line 1088
            aload 0 /* this */
            iload 2 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.ensureWritable0:(I)V
         2: .line 1089
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            aload 1 /* src */
            invokevirtual io.netty.buffer.AbstractByteBuf.setBytes:(ILjava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
            pop
         3: .line 1090
            aload 0 /* this */
            dup
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            iload 2 /* length */
            iadd
            putfield io.netty.buffer.AbstractByteBuf.writerIndex:I
         4: .line 1091
            aload 0 /* this */
            areturn
        end local 2 // int length
        end local 1 // java.nio.ByteBuffer src
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lio/netty/buffer/AbstractByteBuf;
            0    5     1     src  Ljava/nio/ByteBuffer;
            1    5     2  length  I
    MethodParameters:
      Name  Flags
      src   

  public int writeBytes(java.io.InputStream, int);
    descriptor: (Ljava/io/InputStream;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // java.io.InputStream in
        start local 2 // int length
         0: .line 1097
            aload 0 /* this */
            iload 2 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.ensureWritable:(I)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 1098
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            aload 1 /* in */
            iload 2 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.setBytes:(ILjava/io/InputStream;I)I
            istore 3 /* writtenBytes */
        start local 3 // int writtenBytes
         2: .line 1099
            iload 3 /* writtenBytes */
            ifle 4
         3: .line 1100
            aload 0 /* this */
            dup
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            iload 3 /* writtenBytes */
            iadd
            putfield io.netty.buffer.AbstractByteBuf.writerIndex:I
         4: .line 1102
      StackMap locals: int
      StackMap stack:
            iload 3 /* writtenBytes */
            ireturn
        end local 3 // int writtenBytes
        end local 2 // int length
        end local 1 // java.io.InputStream in
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lio/netty/buffer/AbstractByteBuf;
            0    5     1            in  Ljava/io/InputStream;
            0    5     2        length  I
            2    5     3  writtenBytes  I
    Exceptions:
      throws java.io.IOException
    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=4, locals=4, args_size=3
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // java.nio.channels.ScatteringByteChannel in
        start local 2 // int length
         0: .line 1107
            aload 0 /* this */
            iload 2 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.ensureWritable:(I)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 1108
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            aload 1 /* in */
            iload 2 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.setBytes:(ILjava/nio/channels/ScatteringByteChannel;I)I
            istore 3 /* writtenBytes */
        start local 3 // int writtenBytes
         2: .line 1109
            iload 3 /* writtenBytes */
            ifle 4
         3: .line 1110
            aload 0 /* this */
            dup
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            iload 3 /* writtenBytes */
            iadd
            putfield io.netty.buffer.AbstractByteBuf.writerIndex:I
         4: .line 1112
      StackMap locals: int
      StackMap stack:
            iload 3 /* writtenBytes */
            ireturn
        end local 3 // int writtenBytes
        end local 2 // int length
        end local 1 // java.nio.channels.ScatteringByteChannel in
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lio/netty/buffer/AbstractByteBuf;
            0    5     1            in  Ljava/nio/channels/ScatteringByteChannel;
            0    5     2        length  I
            2    5     3  writtenBytes  I
    Exceptions:
      throws java.io.IOException
    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=6, locals=6, args_size=4
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // java.nio.channels.FileChannel in
        start local 2 // long position
        start local 4 // int length
         0: .line 1117
            aload 0 /* this */
            iload 4 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.ensureWritable:(I)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 1118
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            aload 1 /* in */
            lload 2 /* position */
            iload 4 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.setBytes:(ILjava/nio/channels/FileChannel;JI)I
            istore 5 /* writtenBytes */
        start local 5 // int writtenBytes
         2: .line 1119
            iload 5 /* writtenBytes */
            ifle 4
         3: .line 1120
            aload 0 /* this */
            dup
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            iload 5 /* writtenBytes */
            iadd
            putfield io.netty.buffer.AbstractByteBuf.writerIndex:I
         4: .line 1122
      StackMap locals: int
      StackMap stack:
            iload 5 /* writtenBytes */
            ireturn
        end local 5 // int writtenBytes
        end local 4 // int length
        end local 2 // long position
        end local 1 // java.nio.channels.FileChannel in
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lio/netty/buffer/AbstractByteBuf;
            0    5     1            in  Ljava/nio/channels/FileChannel;
            0    5     2      position  J
            0    5     4        length  I
            2    5     5  writtenBytes  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      in        
      position  
      length    

  public io.netty.buffer.ByteBuf writeZero(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int length
         0: .line 1127
            iload 1 /* length */
            ifne 2
         1: .line 1128
            aload 0 /* this */
            areturn
         2: .line 1131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.ensureWritable:(I)Lio/netty/buffer/ByteBuf;
            pop
         3: .line 1132
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            istore 2 /* wIndex */
        start local 2 // int wIndex
         4: .line 1133
            aload 0 /* this */
            iload 2 /* wIndex */
            iload 1 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex0:(II)V
         5: .line 1135
            iload 1 /* length */
            iconst_3
            iushr
            istore 3 /* nLong */
        start local 3 // int nLong
         6: .line 1136
            iload 1 /* length */
            bipush 7
            iand
            istore 4 /* nBytes */
        start local 4 // int nBytes
         7: .line 1137
            iload 3 /* nLong */
            istore 5 /* i */
        start local 5 // int i
         8: goto 12
         9: .line 1138
      StackMap locals: io.netty.buffer.AbstractByteBuf int int int int int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* wIndex */
            lconst_0
            invokevirtual io.netty.buffer.AbstractByteBuf._setLong:(IJ)V
        10: .line 1139
            iinc 2 /* wIndex */ 8
        11: .line 1137
            iinc 5 /* i */ -1
      StackMap locals:
      StackMap stack:
        12: iload 5 /* i */
            ifgt 9
        end local 5 // int i
        13: .line 1141
            iload 4 /* nBytes */
            iconst_4
            if_icmpne 17
        14: .line 1142
            aload 0 /* this */
            iload 2 /* wIndex */
            iconst_0
            invokevirtual io.netty.buffer.AbstractByteBuf._setInt:(II)V
        15: .line 1143
            iinc 2 /* wIndex */ 4
        16: .line 1144
            goto 33
      StackMap locals:
      StackMap stack:
        17: iload 4 /* nBytes */
            iconst_4
            if_icmpge 25
        18: .line 1145
            iload 4 /* nBytes */
            istore 5 /* i */
        start local 5 // int i
        19: goto 23
        20: .line 1146
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* wIndex */
            iconst_0
            invokevirtual io.netty.buffer.AbstractByteBuf._setByte:(II)V
        21: .line 1147
            iinc 2 /* wIndex */ 1
        22: .line 1145
            iinc 5 /* i */ -1
      StackMap locals:
      StackMap stack:
        23: iload 5 /* i */
            ifgt 20
        end local 5 // int i
        24: .line 1149
            goto 33
        25: .line 1150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* wIndex */
            iconst_0
            invokevirtual io.netty.buffer.AbstractByteBuf._setInt:(II)V
        26: .line 1151
            iinc 2 /* wIndex */ 4
        27: .line 1152
            iload 4 /* nBytes */
            iconst_4
            isub
            istore 5 /* i */
        start local 5 // int i
        28: goto 32
        29: .line 1153
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* wIndex */
            iconst_0
            invokevirtual io.netty.buffer.AbstractByteBuf._setByte:(II)V
        30: .line 1154
            iinc 2 /* wIndex */ 1
        31: .line 1152
            iinc 5 /* i */ -1
      StackMap locals:
      StackMap stack:
        32: iload 5 /* i */
            ifgt 29
        end local 5 // int i
        33: .line 1157
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* wIndex */
            putfield io.netty.buffer.AbstractByteBuf.writerIndex:I
        34: .line 1158
            aload 0 /* this */
            areturn
        end local 4 // int nBytes
        end local 3 // int nLong
        end local 2 // int wIndex
        end local 1 // int length
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   35     0    this  Lio/netty/buffer/AbstractByteBuf;
            0   35     1  length  I
            4   35     2  wIndex  I
            6   35     3   nLong  I
            7   35     4  nBytes  I
            8   13     5       i  I
           19   24     5       i  I
           28   33     5       i  I
    MethodParameters:
        Name  Flags
      length  

  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=5, locals=4, args_size=3
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // java.lang.CharSequence sequence
        start local 2 // java.nio.charset.Charset charset
         0: .line 1163
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            aload 1 /* sequence */
            aload 2 /* charset */
            iconst_1
            invokevirtual io.netty.buffer.AbstractByteBuf.setCharSequence0:(ILjava/lang/CharSequence;Ljava/nio/charset/Charset;Z)I
            istore 3 /* written */
        start local 3 // int written
         1: .line 1164
            aload 0 /* this */
            dup
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            iload 3 /* written */
            iadd
            putfield io.netty.buffer.AbstractByteBuf.writerIndex:I
         2: .line 1165
            iload 3 /* written */
            ireturn
        end local 3 // int written
        end local 2 // java.nio.charset.Charset charset
        end local 1 // java.lang.CharSequence sequence
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/netty/buffer/AbstractByteBuf;
            0    3     1  sequence  Ljava/lang/CharSequence;
            0    3     2   charset  Ljava/nio/charset/Charset;
            1    3     3   written  I
    MethodParameters:
          Name  Flags
      sequence  
      charset   

  public io.netty.buffer.ByteBuf copy();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 1170
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.readableBytes:()I
            invokevirtual io.netty.buffer.AbstractByteBuf.copy:(II)Lio/netty/buffer/ByteBuf;
            areturn
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/AbstractByteBuf;

  public io.netty.buffer.ByteBuf duplicate();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 1175
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.ensureAccessible:()V
         1: .line 1176
            new io.netty.buffer.UnpooledDuplicatedByteBuf
            dup
            aload 0 /* this */
            invokespecial io.netty.buffer.UnpooledDuplicatedByteBuf.<init>:(Lio/netty/buffer/AbstractByteBuf;)V
            areturn
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/buffer/AbstractByteBuf;

  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.buffer.AbstractByteBuf this
         0: .line 1181
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.duplicate:()Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.retain:()Lio/netty/buffer/ByteBuf;
            areturn
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/AbstractByteBuf;

  public io.netty.buffer.ByteBuf slice();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 1186
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.readableBytes:()I
            invokevirtual io.netty.buffer.AbstractByteBuf.slice:(II)Lio/netty/buffer/ByteBuf;
            areturn
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/AbstractByteBuf;

  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.buffer.AbstractByteBuf this
         0: .line 1191
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.slice:()Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.retain:()Lio/netty/buffer/ByteBuf;
            areturn
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/AbstractByteBuf;

  public io.netty.buffer.ByteBuf slice(int, int);
    descriptor: (II)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
        start local 2 // int length
         0: .line 1196
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.ensureAccessible:()V
         1: .line 1197
            new io.netty.buffer.UnpooledSlicedByteBuf
            dup
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* length */
            invokespecial io.netty.buffer.UnpooledSlicedByteBuf.<init>:(Lio/netty/buffer/AbstractByteBuf;II)V
            areturn
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/buffer/AbstractByteBuf;
            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.buffer.AbstractByteBuf this
        start local 1 // int index
        start local 2 // int length
         0: .line 1202
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.slice:(II)Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.retain:()Lio/netty/buffer/ByteBuf;
            areturn
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/buffer/AbstractByteBuf;
            0    1     1   index  I
            0    1     2  length  I
    MethodParameters:
        Name  Flags
      index   
      length  

  public java.nio.ByteBuffer nioBuffer();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 1207
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.readableBytes:()I
            invokevirtual io.netty.buffer.AbstractByteBuf.nioBuffer:(II)Ljava/nio/ByteBuffer;
            areturn
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/AbstractByteBuf;

  public java.nio.ByteBuffer[] nioBuffers();
    descriptor: ()[Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 1212
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.readableBytes:()I
            invokevirtual io.netty.buffer.AbstractByteBuf.nioBuffers:(II)[Ljava/nio/ByteBuffer;
            areturn
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/AbstractByteBuf;

  public java.lang.String toString(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // java.nio.charset.Charset charset
         0: .line 1217
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.readableBytes:()I
            aload 1 /* charset */
            invokevirtual io.netty.buffer.AbstractByteBuf.toString:(IILjava/nio/charset/Charset;)Ljava/lang/String;
            areturn
        end local 1 // java.nio.charset.Charset charset
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/netty/buffer/AbstractByteBuf;
            0    1     1  charset  Ljava/nio/charset/Charset;
    MethodParameters:
         Name  Flags
      charset  

  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.buffer.AbstractByteBuf this
        start local 1 // int index
        start local 2 // int length
        start local 3 // java.nio.charset.Charset charset
         0: .line 1222
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* length */
            aload 3 /* charset */
            invokestatic io.netty.buffer.ByteBufUtil.decodeString:(Lio/netty/buffer/ByteBuf;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.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/netty/buffer/AbstractByteBuf;
            0    1     1    index  I
            0    1     2   length  I
            0    1     3  charset  Ljava/nio/charset/Charset;
    MethodParameters:
         Name  Flags
      index    
      length   
      charset  

  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.buffer.AbstractByteBuf this
        start local 1 // int fromIndex
        start local 2 // int toIndex
        start local 3 // byte value
         0: .line 1227
            aload 0 /* this */
            iload 1 /* fromIndex */
            iload 2 /* toIndex */
            iload 3 /* value */
            invokestatic io.netty.buffer.ByteBufUtil.indexOf:(Lio/netty/buffer/ByteBuf;IIB)I
            ireturn
        end local 3 // byte value
        end local 2 // int toIndex
        end local 1 // int fromIndex
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/netty/buffer/AbstractByteBuf;
            0    1     1  fromIndex  I
            0    1     2    toIndex  I
            0    1     3      value  B
    MethodParameters:
           Name  Flags
      fromIndex  
      toIndex    
      value      

  public int bytesBefore(byte);
    descriptor: (B)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // byte value
         0: .line 1232
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.readerIndex:()I
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.readableBytes:()I
            iload 1 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf.bytesBefore:(IIB)I
            ireturn
        end local 1 // byte value
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    1     1  value  B
    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.buffer.AbstractByteBuf this
        start local 1 // int length
        start local 2 // byte value
         0: .line 1237
            aload 0 /* this */
            iload 1 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.checkReadableBytes:(I)V
         1: .line 1238
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.readerIndex:()I
            iload 1 /* length */
            iload 2 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf.bytesBefore:(IIB)I
            ireturn
        end local 2 // byte value
        end local 1 // int length
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/buffer/AbstractByteBuf;
            0    2     1  length  I
            0    2     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=5, args_size=4
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
        start local 2 // int length
        start local 3 // byte value
         0: .line 1243
            aload 0 /* this */
            iload 1 /* index */
            iload 1 /* index */
            iload 2 /* length */
            iadd
            iload 3 /* value */
            invokevirtual io.netty.buffer.AbstractByteBuf.indexOf:(IIB)I
            istore 4 /* endIndex */
        start local 4 // int endIndex
         1: .line 1244
            iload 4 /* endIndex */
            ifge 3
         2: .line 1245
            iconst_m1
            ireturn
         3: .line 1247
      StackMap locals: int
      StackMap stack:
            iload 4 /* endIndex */
            iload 1 /* index */
            isub
            ireturn
        end local 4 // int endIndex
        end local 3 // byte value
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/netty/buffer/AbstractByteBuf;
            0    4     1     index  I
            0    4     2    length  I
            0    4     3     value  B
            1    4     4  endIndex  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=4, locals=3, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // io.netty.util.ByteProcessor processor
         0: .line 1252
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.ensureAccessible:()V
         1: .line 1254
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            aload 1 /* processor */
            invokevirtual io.netty.buffer.AbstractByteBuf.forEachByteAsc0:(IILio/netty/util/ByteProcessor;)I
         2: ireturn
         3: .line 1255
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 2 /* e */
        start local 2 // java.lang.Exception e
         4: .line 1256
            aload 2 /* e */
            invokestatic io.netty.util.internal.PlatformDependent.throwException:(Ljava/lang/Throwable;)V
         5: .line 1257
            iconst_m1
            ireturn
        end local 2 // java.lang.Exception e
        end local 1 // io.netty.util.ByteProcessor processor
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lio/netty/buffer/AbstractByteBuf;
            0    6     1  processor  Lio/netty/util/ByteProcessor;
            4    6     2          e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Exception
    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=5, args_size=4
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
        start local 2 // int length
        start local 3 // io.netty.util.ByteProcessor processor
         0: .line 1263
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
         1: .line 1265
            aload 0 /* this */
            iload 1 /* index */
            iload 1 /* index */
            iload 2 /* length */
            iadd
            aload 3 /* processor */
            invokevirtual io.netty.buffer.AbstractByteBuf.forEachByteAsc0:(IILio/netty/util/ByteProcessor;)I
         2: ireturn
         3: .line 1266
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 4 /* e */
        start local 4 // java.lang.Exception e
         4: .line 1267
            aload 4 /* e */
            invokestatic io.netty.util.internal.PlatformDependent.throwException:(Ljava/lang/Throwable;)V
         5: .line 1268
            iconst_m1
            ireturn
        end local 4 // java.lang.Exception e
        end local 3 // io.netty.util.ByteProcessor processor
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lio/netty/buffer/AbstractByteBuf;
            0    6     1      index  I
            0    6     2     length  I
            0    6     3  processor  Lio/netty/util/ByteProcessor;
            4    6     4          e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Exception
    MethodParameters:
           Name  Flags
      index      
      length     
      processor  

  private int forEachByteAsc0(int, int, io.netty.util.ByteProcessor);
    descriptor: (IILio/netty/util/ByteProcessor;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int start
        start local 2 // int end
        start local 3 // io.netty.util.ByteProcessor processor
         0: .line 1273
            goto 4
         1: .line 1274
      StackMap locals:
      StackMap stack:
            aload 3 /* processor */
            aload 0 /* this */
            iload 1 /* start */
            invokevirtual io.netty.buffer.AbstractByteBuf._getByte:(I)B
            invokeinterface io.netty.util.ByteProcessor.process:(B)Z
            ifne 3
         2: .line 1275
            iload 1 /* start */
            ireturn
         3: .line 1273
      StackMap locals:
      StackMap stack:
            iinc 1 /* start */ 1
      StackMap locals:
      StackMap stack:
         4: iload 1 /* start */
            iload 2 /* end */
            if_icmplt 1
         5: .line 1279
            iconst_m1
            ireturn
        end local 3 // io.netty.util.ByteProcessor processor
        end local 2 // int end
        end local 1 // int start
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lio/netty/buffer/AbstractByteBuf;
            0    6     1      start  I
            0    6     2        end  I
            0    6     3  processor  Lio/netty/util/ByteProcessor;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
           Name  Flags
      start      
      end        
      processor  

  public int forEachByteDesc(io.netty.util.ByteProcessor);
    descriptor: (Lio/netty/util/ByteProcessor;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // io.netty.util.ByteProcessor processor
         0: .line 1284
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.ensureAccessible:()V
         1: .line 1286
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            iconst_1
            isub
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            aload 1 /* processor */
            invokevirtual io.netty.buffer.AbstractByteBuf.forEachByteDesc0:(IILio/netty/util/ByteProcessor;)I
         2: ireturn
         3: .line 1287
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 2 /* e */
        start local 2 // java.lang.Exception e
         4: .line 1288
            aload 2 /* e */
            invokestatic io.netty.util.internal.PlatformDependent.throwException:(Ljava/lang/Throwable;)V
         5: .line 1289
            iconst_m1
            ireturn
        end local 2 // java.lang.Exception e
        end local 1 // io.netty.util.ByteProcessor processor
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lio/netty/buffer/AbstractByteBuf;
            0    6     1  processor  Lio/netty/util/ByteProcessor;
            4    6     2          e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Exception
    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=5, args_size=4
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
        start local 2 // int length
        start local 3 // io.netty.util.ByteProcessor processor
         0: .line 1295
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
         1: .line 1297
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* length */
            iadd
            iconst_1
            isub
            iload 1 /* index */
            aload 3 /* processor */
            invokevirtual io.netty.buffer.AbstractByteBuf.forEachByteDesc0:(IILio/netty/util/ByteProcessor;)I
         2: ireturn
         3: .line 1298
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 4 /* e */
        start local 4 // java.lang.Exception e
         4: .line 1299
            aload 4 /* e */
            invokestatic io.netty.util.internal.PlatformDependent.throwException:(Ljava/lang/Throwable;)V
         5: .line 1300
            iconst_m1
            ireturn
        end local 4 // java.lang.Exception e
        end local 3 // io.netty.util.ByteProcessor processor
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lio/netty/buffer/AbstractByteBuf;
            0    6     1      index  I
            0    6     2     length  I
            0    6     3  processor  Lio/netty/util/ByteProcessor;
            4    6     4          e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Exception
    MethodParameters:
           Name  Flags
      index      
      length     
      processor  

  private int forEachByteDesc0(int, int, io.netty.util.ByteProcessor);
    descriptor: (IILio/netty/util/ByteProcessor;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int rStart
        start local 2 // int rEnd
        start local 3 // io.netty.util.ByteProcessor processor
         0: .line 1305
            goto 4
         1: .line 1306
      StackMap locals:
      StackMap stack:
            aload 3 /* processor */
            aload 0 /* this */
            iload 1 /* rStart */
            invokevirtual io.netty.buffer.AbstractByteBuf._getByte:(I)B
            invokeinterface io.netty.util.ByteProcessor.process:(B)Z
            ifne 3
         2: .line 1307
            iload 1 /* rStart */
            ireturn
         3: .line 1305
      StackMap locals:
      StackMap stack:
            iinc 1 /* rStart */ -1
      StackMap locals:
      StackMap stack:
         4: iload 1 /* rStart */
            iload 2 /* rEnd */
            if_icmpge 1
         5: .line 1310
            iconst_m1
            ireturn
        end local 3 // io.netty.util.ByteProcessor processor
        end local 2 // int rEnd
        end local 1 // int rStart
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lio/netty/buffer/AbstractByteBuf;
            0    6     1     rStart  I
            0    6     2       rEnd  I
            0    6     3  processor  Lio/netty/util/ByteProcessor;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
           Name  Flags
      rStart     
      rEnd       final
      processor  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 1315
            aload 0 /* this */
            invokestatic io.netty.buffer.ByteBufUtil.hashCode:(Lio/netty/buffer/ByteBuf;)I
            ireturn
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/AbstractByteBuf;

  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.buffer.AbstractByteBuf this
        start local 1 // java.lang.Object o
         0: .line 1320
            aload 0 /* this */
            aload 1 /* o */
            if_acmpeq 2
            aload 1 /* o */
            instanceof io.netty.buffer.ByteBuf
            ifeq 1
            aload 0 /* this */
            aload 1 /* o */
            checkcast io.netty.buffer.ByteBuf
            invokestatic io.netty.buffer.ByteBufUtil.equals:(Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;)Z
            ifne 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_1
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/buffer/AbstractByteBuf;
            0    3     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public int compareTo(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // io.netty.buffer.ByteBuf that
         0: .line 1325
            aload 0 /* this */
            aload 1 /* that */
            invokestatic io.netty.buffer.ByteBufUtil.compare:(Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;)I
            ireturn
        end local 1 // io.netty.buffer.ByteBuf that
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/AbstractByteBuf;
            0    1     1  that  Lio/netty/buffer/ByteBuf;
    MethodParameters:
      Name  Flags
      that  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 1330
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.refCnt:()I
            ifne 2
         1: .line 1331
            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
            ldc "(freed)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
         2: .line 1334
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
         3: .line 1335
            aload 0 /* this */
            invokestatic io.netty.util.internal.StringUtil.simpleClassName:(Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 1336
            ldc "(ridx: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         5: .line 1337
            ldc ", widx: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         6: .line 1338
            ldc ", cap: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.capacity:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         7: .line 1334
            astore 1 /* buf */
        start local 1 // java.lang.StringBuilder buf
         8: .line 1339
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.maxCapacity:I
            ldc 2147483647
            if_icmpeq 10
         9: .line 1340
            aload 1 /* buf */
            bipush 47
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.maxCapacity:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
        10: .line 1343
      StackMap locals: java.lang.StringBuilder
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.unwrap:()Lio/netty/buffer/ByteBuf;
            astore 2 /* unwrapped */
        start local 2 // io.netty.buffer.ByteBuf unwrapped
        11: .line 1344
            aload 2 /* unwrapped */
            ifnull 13
        12: .line 1345
            aload 1 /* buf */
            ldc ", unwrapped: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* unwrapped */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
        13: .line 1347
      StackMap locals: io.netty.buffer.ByteBuf
      StackMap stack:
            aload 1 /* buf */
            bipush 41
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        14: .line 1348
            aload 1 /* buf */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // io.netty.buffer.ByteBuf unwrapped
        end local 1 // java.lang.StringBuilder buf
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   15     0       this  Lio/netty/buffer/AbstractByteBuf;
            8   15     1        buf  Ljava/lang/StringBuilder;
           11   15     2  unwrapped  Lio/netty/buffer/ByteBuf;

  protected final void checkIndex(int);
    descriptor: (I)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
         0: .line 1352
            aload 0 /* this */
            iload 1 /* index */
            iconst_1
            invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
         1: .line 1353
            return
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/buffer/AbstractByteBuf;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected final void checkIndex(int, int);
    descriptor: (II)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
        start local 2 // int fieldLength
         0: .line 1356
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.ensureAccessible:()V
         1: .line 1357
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* fieldLength */
            invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex0:(II)V
         2: .line 1358
            return
        end local 2 // int fieldLength
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lio/netty/buffer/AbstractByteBuf;
            0    3     1        index  I
            0    3     2  fieldLength  I
    MethodParameters:
             Name  Flags
      index        
      fieldLength  

  final void checkIndex0(int, int);
    descriptor: (II)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
        start local 2 // int fieldLength
         0: .line 1361
            iload 1 /* index */
            iload 2 /* fieldLength */
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.capacity:()I
            invokestatic io.netty.util.internal.MathUtil.isOutOfBounds:(III)Z
            ifeq 4
         1: .line 1362
            new java.lang.IndexOutOfBoundsException
            dup
         2: .line 1363
            ldc "index: %d, length: %d (expected: range(0, %d))"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            iload 1 /* index */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            iload 2 /* fieldLength */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.capacity:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
         3: .line 1362
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1365
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int fieldLength
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lio/netty/buffer/AbstractByteBuf;
            0    5     1        index  I
            0    5     2  fieldLength  I
    MethodParameters:
             Name  Flags
      index        
      fieldLength  

  protected final void checkSrcIndex(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
        start local 2 // int length
        start local 3 // int srcIndex
        start local 4 // int srcCapacity
         0: .line 1368
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
         1: .line 1369
            iload 3 /* srcIndex */
            iload 2 /* length */
            iload 4 /* srcCapacity */
            invokestatic io.netty.util.internal.MathUtil.isOutOfBounds:(III)Z
            ifeq 5
         2: .line 1370
            new java.lang.IndexOutOfBoundsException
            dup
         3: .line 1371
            ldc "srcIndex: %d, length: %d (expected: range(0, %d))"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            iload 3 /* srcIndex */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            iload 2 /* length */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            iload 4 /* srcCapacity */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
         4: .line 1370
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 1373
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int srcCapacity
        end local 3 // int srcIndex
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lio/netty/buffer/AbstractByteBuf;
            0    6     1        index  I
            0    6     2       length  I
            0    6     3     srcIndex  I
            0    6     4  srcCapacity  I
    MethodParameters:
             Name  Flags
      index        
      length       
      srcIndex     
      srcCapacity  

  protected final void checkDstIndex(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int index
        start local 2 // int length
        start local 3 // int dstIndex
        start local 4 // int dstCapacity
         0: .line 1376
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* length */
            invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
         1: .line 1377
            iload 3 /* dstIndex */
            iload 2 /* length */
            iload 4 /* dstCapacity */
            invokestatic io.netty.util.internal.MathUtil.isOutOfBounds:(III)Z
            ifeq 5
         2: .line 1378
            new java.lang.IndexOutOfBoundsException
            dup
         3: .line 1379
            ldc "dstIndex: %d, length: %d (expected: range(0, %d))"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            iload 3 /* dstIndex */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            iload 2 /* length */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            iload 4 /* dstCapacity */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
         4: .line 1378
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 1381
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int dstCapacity
        end local 3 // int dstIndex
        end local 2 // int length
        end local 1 // int index
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lio/netty/buffer/AbstractByteBuf;
            0    6     1        index  I
            0    6     2       length  I
            0    6     3     dstIndex  I
            0    6     4  dstCapacity  I
    MethodParameters:
             Name  Flags
      index        
      length       
      dstIndex     
      dstCapacity  

  protected final void checkReadableBytes(int);
    descriptor: (I)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int minimumReadableBytes
         0: .line 1389
            iload 1 /* minimumReadableBytes */
            ifge 2
         1: .line 1390
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "minimumReadableBytes: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* minimumReadableBytes */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " (expected: >= 0)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1392
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* minimumReadableBytes */
            invokevirtual io.netty.buffer.AbstractByteBuf.checkReadableBytes0:(I)V
         3: .line 1393
            return
        end local 1 // int minimumReadableBytes
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    4     0                  this  Lio/netty/buffer/AbstractByteBuf;
            0    4     1  minimumReadableBytes  I
    MethodParameters:
                      Name  Flags
      minimumReadableBytes  

  protected final void checkNewCapacity(int);
    descriptor: (I)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int newCapacity
         0: .line 1396
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.ensureAccessible:()V
         1: .line 1397
            iload 1 /* newCapacity */
            iflt 2
            iload 1 /* newCapacity */
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.maxCapacity:()I
            if_icmple 3
         2: .line 1398
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "newCapacity: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* newCapacity */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " (expected: 0-"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.maxCapacity:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            bipush 41
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 1400
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int newCapacity
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lio/netty/buffer/AbstractByteBuf;
            0    4     1  newCapacity  I
    MethodParameters:
             Name  Flags
      newCapacity  

  private void checkReadableBytes0(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int minimumReadableBytes
         0: .line 1403
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.ensureAccessible:()V
         1: .line 1404
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            iload 1 /* minimumReadableBytes */
            isub
            if_icmple 6
         2: .line 1405
            new java.lang.IndexOutOfBoundsException
            dup
         3: .line 1406
            ldc "readerIndex(%d) + length(%d) exceeds writerIndex(%d): %s"
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
         4: .line 1407
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.readerIndex:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            iload 1 /* minimumReadableBytes */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            aload 0 /* this */
            getfield io.netty.buffer.AbstractByteBuf.writerIndex:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_3
            aload 0 /* this */
            aastore
         5: .line 1405
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1409
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int minimumReadableBytes
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    7     0                  this  Lio/netty/buffer/AbstractByteBuf;
            0    7     1  minimumReadableBytes  I
    MethodParameters:
                      Name  Flags
      minimumReadableBytes  

  protected final void ensureAccessible();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 1416
            getstatic io.netty.buffer.AbstractByteBuf.checkAccessible:Z
            ifeq 2
            aload 0 /* this */
            invokevirtual io.netty.buffer.AbstractByteBuf.refCnt:()I
            ifne 2
         1: .line 1417
            new io.netty.util.IllegalReferenceCountException
            dup
            iconst_0
            invokespecial io.netty.util.IllegalReferenceCountException.<init>:(I)V
            athrow
         2: .line 1419
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/buffer/AbstractByteBuf;

  final void setIndex0(int, int);
    descriptor: (II)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.netty.buffer.AbstractByteBuf this
        start local 1 // int readerIndex
        start local 2 // int writerIndex
         0: .line 1422
            aload 0 /* this */
            iload 1 /* readerIndex */
            putfield io.netty.buffer.AbstractByteBuf.readerIndex:I
         1: .line 1423
            aload 0 /* this */
            iload 2 /* writerIndex */
            putfield io.netty.buffer.AbstractByteBuf.writerIndex:I
         2: .line 1424
            return
        end local 2 // int writerIndex
        end local 1 // int readerIndex
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lio/netty/buffer/AbstractByteBuf;
            0    3     1  readerIndex  I
            0    3     2  writerIndex  I
    MethodParameters:
             Name  Flags
      readerIndex  
      writerIndex  

  final void discardMarks();
    descriptor: ()V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.netty.buffer.AbstractByteBuf this
         0: .line 1427
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield io.netty.buffer.AbstractByteBuf.markedWriterIndex:I
            putfield io.netty.buffer.AbstractByteBuf.markedReaderIndex:I
         1: .line 1428
            return
        end local 0 // io.netty.buffer.AbstractByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/buffer/AbstractByteBuf;
}
SourceFile: "AbstractByteBuf.java"