public class io.vertx.reactivex.core.buffer.Buffer implements io.vertx.core.shareddata.impl.ClusterSerializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.reactivex.core.buffer.Buffer
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.core.buffer.Buffer> __TYPE_ARG;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/reactivex/core/buffer/Buffer;>;

  private final io.vertx.core.buffer.Buffer delegate;
    descriptor: Lio/vertx/core/buffer/Buffer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 79
            new io.vertx.lang.rx.TypeArg
            dup
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/reactivex/core/buffer/Buffer.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 80
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/reactivex/core/buffer/Buffer.getDelegate()Lio/vertx/core/buffer/Buffer; (5)
                  (Lio/vertx/reactivex/core/buffer/Buffer;)Ljava/lang/Object;
         2: .line 79
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.core.buffer.Buffer.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 81
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void writeToBuffer(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // io.vertx.core.buffer.Buffer buffer
         0: .line 58
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            aload 1 /* buffer */
            invokeinterface io.vertx.core.buffer.Buffer.writeToBuffer:(Lio/vertx/core/buffer/Buffer;)V
         1: .line 59
            return
        end local 1 // io.vertx.core.buffer.Buffer buffer
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1  buffer  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
        Name  Flags
      buffer  

  public int readFromBuffer(int, io.vertx.core.buffer.Buffer);
    descriptor: (ILio/vertx/core/buffer/Buffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // io.vertx.core.buffer.Buffer buffer
         0: .line 63
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            aload 2 /* buffer */
            invokeinterface io.vertx.core.buffer.Buffer.readFromBuffer:(ILio/vertx/core/buffer/Buffer;)I
            ireturn
        end local 2 // io.vertx.core.buffer.Buffer buffer
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    1     1     pos  I
            0    1     2  buffer  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
        Name  Flags
      pos     
      buffer  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // java.lang.Object o
         0: .line 68
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 69
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 70
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.reactivex.core.buffer.Buffer
            astore 2 /* that */
        start local 2 // io.vertx.reactivex.core.buffer.Buffer that
         4: .line 71
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            aload 2 /* that */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.reactivex.core.buffer.Buffer that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/reactivex/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
         0: .line 76
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/buffer/Buffer;

  public void <init>(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // io.vertx.core.buffer.Buffer delegate
         0: .line 85
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 86
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
         2: .line 87
            return
        end local 1 // io.vertx.core.buffer.Buffer delegate
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    3     1  delegate  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
          Name  Flags
      delegate  

  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // java.lang.Object delegate
         0: .line 89
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 90
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.core.buffer.Buffer
            putfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
         2: .line 91
            return
        end local 1 // java.lang.Object delegate
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    3     1  delegate  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      delegate  

  public io.vertx.core.buffer.Buffer getDelegate();
    descriptor: ()Lio/vertx/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
         0: .line 94
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            areturn
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/buffer/Buffer;

  public static io.vertx.reactivex.core.buffer.Buffer buffer();
    descriptor: ()Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=0
         0: .line 102
            invokestatic io.vertx.core.buffer.Buffer.buffer:()Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.reactivex.core.buffer.Buffer.newInstance:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/reactivex/core/buffer/Buffer;
            astore 0 /* ret */
        start local 0 // io.vertx.reactivex.core.buffer.Buffer ret
         1: .line 103
            aload 0 /* ret */
            areturn
        end local 0 // io.vertx.reactivex.core.buffer.Buffer ret
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    2     0   ret  Lio/vertx/reactivex/core/buffer/Buffer;

  public static io.vertx.reactivex.core.buffer.Buffer buffer(int);
    descriptor: (I)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // int initialSizeHint
         0: .line 115
            iload 0 /* initialSizeHint */
            invokestatic io.vertx.core.buffer.Buffer.buffer:(I)Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.reactivex.core.buffer.Buffer.newInstance:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/reactivex/core/buffer/Buffer;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.core.buffer.Buffer ret
         1: .line 116
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.core.buffer.Buffer ret
        end local 0 // int initialSizeHint
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0  initialSizeHint  I
            1    2     1              ret  Lio/vertx/reactivex/core/buffer/Buffer;
    MethodParameters:
                 Name  Flags
      initialSizeHint  

  public static io.vertx.reactivex.core.buffer.Buffer buffer(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // java.lang.String string
         0: .line 125
            aload 0 /* string */
            invokestatic io.vertx.core.buffer.Buffer.buffer:(Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.reactivex.core.buffer.Buffer.newInstance:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/reactivex/core/buffer/Buffer;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.core.buffer.Buffer ret
         1: .line 126
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.core.buffer.Buffer ret
        end local 0 // java.lang.String string
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0  string  Ljava/lang/String;
            1    2     1     ret  Lio/vertx/reactivex/core/buffer/Buffer;
    MethodParameters:
        Name  Flags
      string  

  public static io.vertx.reactivex.core.buffer.Buffer buffer(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // java.lang.String string
        start local 1 // java.lang.String enc
         0: .line 137
            aload 0 /* string */
            aload 1 /* enc */
            invokestatic io.vertx.core.buffer.Buffer.buffer:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.reactivex.core.buffer.Buffer.newInstance:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/reactivex/core/buffer/Buffer;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.core.buffer.Buffer ret
         1: .line 138
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.core.buffer.Buffer ret
        end local 1 // java.lang.String enc
        end local 0 // java.lang.String string
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0  string  Ljava/lang/String;
            0    2     1     enc  Ljava/lang/String;
            1    2     2     ret  Lio/vertx/reactivex/core/buffer/Buffer;
    MethodParameters:
        Name  Flags
      string  
      enc     

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
         0: .line 146
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.toString:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 147
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            1    2     1   ret  Ljava/lang/String;

  public java.lang.String toString(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // java.lang.String enc
         0: .line 156
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            aload 1 /* enc */
            invokeinterface io.vertx.core.buffer.Buffer.toString:(Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* ret */
        start local 2 // java.lang.String ret
         1: .line 157
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.String ret
        end local 1 // java.lang.String enc
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   enc  Ljava/lang/String;
            1    2     2   ret  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      enc   

  public io.vertx.core.json.JsonObject toJsonObject();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
         0: .line 165
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.toJsonObject:()Lio/vertx/core/json/JsonObject;
            astore 1 /* ret */
        start local 1 // io.vertx.core.json.JsonObject ret
         1: .line 166
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.core.json.JsonObject ret
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            1    2     1   ret  Lio/vertx/core/json/JsonObject;

  public io.vertx.core.json.JsonArray toJsonArray();
    descriptor: ()Lio/vertx/core/json/JsonArray;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
         0: .line 174
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.toJsonArray:()Lio/vertx/core/json/JsonArray;
            astore 1 /* ret */
        start local 1 // io.vertx.core.json.JsonArray ret
         1: .line 175
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.core.json.JsonArray ret
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            1    2     1   ret  Lio/vertx/core/json/JsonArray;

  public java.lang.Object toJson();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
         0: .line 183
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.toJson:()Ljava/lang/Object;
            astore 1 /* ret */
        start local 1 // java.lang.Object ret
         1: .line 184
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.Object ret
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            1    2     1   ret  Ljava/lang/Object;

  public byte getByte(int);
    descriptor: (I)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
         0: .line 193
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getByte:(I)B
            istore 2 /* ret */
        start local 2 // byte ret
         1: .line 194
            iload 2 /* ret */
            ireturn
        end local 2 // byte ret
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            1    2     2   ret  B
    MethodParameters:
      Name  Flags
      pos   

  public short getUnsignedByte(int);
    descriptor: (I)S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
         0: .line 203
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getUnsignedByte:(I)S
            istore 2 /* ret */
        start local 2 // short ret
         1: .line 204
            iload 2 /* ret */
            ireturn
        end local 2 // short ret
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            1    2     2   ret  S
    MethodParameters:
      Name  Flags
      pos   

  public int getInt(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
         0: .line 213
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
            istore 2 /* ret */
        start local 2 // int ret
         1: .line 214
            iload 2 /* ret */
            ireturn
        end local 2 // int ret
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            1    2     2   ret  I
    MethodParameters:
      Name  Flags
      pos   

  public int getIntLE(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
         0: .line 223
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getIntLE:(I)I
            istore 2 /* ret */
        start local 2 // int ret
         1: .line 224
            iload 2 /* ret */
            ireturn
        end local 2 // int ret
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            1    2     2   ret  I
    MethodParameters:
      Name  Flags
      pos   

  public long getUnsignedInt(int);
    descriptor: (I)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
         0: .line 233
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getUnsignedInt:(I)J
            lstore 2 /* ret */
        start local 2 // long ret
         1: .line 234
            lload 2 /* ret */
            lreturn
        end local 2 // long ret
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            1    2     2   ret  J
    MethodParameters:
      Name  Flags
      pos   

  public long getUnsignedIntLE(int);
    descriptor: (I)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
         0: .line 243
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getUnsignedIntLE:(I)J
            lstore 2 /* ret */
        start local 2 // long ret
         1: .line 244
            lload 2 /* ret */
            lreturn
        end local 2 // long ret
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            1    2     2   ret  J
    MethodParameters:
      Name  Flags
      pos   

  public long getLong(int);
    descriptor: (I)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
         0: .line 253
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getLong:(I)J
            lstore 2 /* ret */
        start local 2 // long ret
         1: .line 254
            lload 2 /* ret */
            lreturn
        end local 2 // long ret
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            1    2     2   ret  J
    MethodParameters:
      Name  Flags
      pos   

  public long getLongLE(int);
    descriptor: (I)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
         0: .line 263
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getLongLE:(I)J
            lstore 2 /* ret */
        start local 2 // long ret
         1: .line 264
            lload 2 /* ret */
            lreturn
        end local 2 // long ret
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            1    2     2   ret  J
    MethodParameters:
      Name  Flags
      pos   

  public double getDouble(int);
    descriptor: (I)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
         0: .line 273
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getDouble:(I)D
            dstore 2 /* ret */
        start local 2 // double ret
         1: .line 274
            dload 2 /* ret */
            dreturn
        end local 2 // double ret
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            1    2     2   ret  D
    MethodParameters:
      Name  Flags
      pos   

  public float getFloat(int);
    descriptor: (I)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
         0: .line 283
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getFloat:(I)F
            fstore 2 /* ret */
        start local 2 // float ret
         1: .line 284
            fload 2 /* ret */
            freturn
        end local 2 // float ret
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            1    2     2   ret  F
    MethodParameters:
      Name  Flags
      pos   

  public short getShort(int);
    descriptor: (I)S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
         0: .line 293
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getShort:(I)S
            istore 2 /* ret */
        start local 2 // short ret
         1: .line 294
            iload 2 /* ret */
            ireturn
        end local 2 // short ret
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            1    2     2   ret  S
    MethodParameters:
      Name  Flags
      pos   

  public short getShortLE(int);
    descriptor: (I)S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
         0: .line 303
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getShortLE:(I)S
            istore 2 /* ret */
        start local 2 // short ret
         1: .line 304
            iload 2 /* ret */
            ireturn
        end local 2 // short ret
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            1    2     2   ret  S
    MethodParameters:
      Name  Flags
      pos   

  public int getUnsignedShort(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
         0: .line 313
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getUnsignedShort:(I)I
            istore 2 /* ret */
        start local 2 // int ret
         1: .line 314
            iload 2 /* ret */
            ireturn
        end local 2 // int ret
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            1    2     2   ret  I
    MethodParameters:
      Name  Flags
      pos   

  public int getUnsignedShortLE(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
         0: .line 323
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getUnsignedShortLE:(I)I
            istore 2 /* ret */
        start local 2 // int ret
         1: .line 324
            iload 2 /* ret */
            ireturn
        end local 2 // int ret
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            1    2     2   ret  I
    MethodParameters:
      Name  Flags
      pos   

  public int getMedium(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
         0: .line 333
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getMedium:(I)I
            istore 2 /* ret */
        start local 2 // int ret
         1: .line 334
            iload 2 /* ret */
            ireturn
        end local 2 // int ret
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            1    2     2   ret  I
    MethodParameters:
      Name  Flags
      pos   

  public int getMediumLE(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
         0: .line 343
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getMediumLE:(I)I
            istore 2 /* ret */
        start local 2 // int ret
         1: .line 344
            iload 2 /* ret */
            ireturn
        end local 2 // int ret
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            1    2     2   ret  I
    MethodParameters:
      Name  Flags
      pos   

  public int getUnsignedMedium(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
         0: .line 353
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getUnsignedMedium:(I)I
            istore 2 /* ret */
        start local 2 // int ret
         1: .line 354
            iload 2 /* ret */
            ireturn
        end local 2 // int ret
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            1    2     2   ret  I
    MethodParameters:
      Name  Flags
      pos   

  public int getUnsignedMediumLE(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
         0: .line 363
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getUnsignedMediumLE:(I)I
            istore 2 /* ret */
        start local 2 // int ret
         1: .line 364
            iload 2 /* ret */
            ireturn
        end local 2 // int ret
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            1    2     2   ret  I
    MethodParameters:
      Name  Flags
      pos   

  public io.vertx.reactivex.core.buffer.Buffer getBuffer(int, int);
    descriptor: (II)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int start
        start local 2 // int end
         0: .line 375
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* start */
            iload 2 /* end */
            invokeinterface io.vertx.core.buffer.Buffer.getBuffer:(II)Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.reactivex.core.buffer.Buffer.newInstance:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/reactivex/core/buffer/Buffer;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.core.buffer.Buffer ret
         1: .line 376
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.core.buffer.Buffer ret
        end local 2 // int end
        end local 1 // int start
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1  start  I
            0    2     2    end  I
            1    2     3    ret  Lio/vertx/reactivex/core/buffer/Buffer;
    MethodParameters:
       Name  Flags
      start  
      end    

  public java.lang.String getString(int, int, java.lang.String);
    descriptor: (IILjava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int start
        start local 2 // int end
        start local 3 // java.lang.String enc
         0: .line 388
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* start */
            iload 2 /* end */
            aload 3 /* enc */
            invokeinterface io.vertx.core.buffer.Buffer.getString:(IILjava/lang/String;)Ljava/lang/String;
            astore 4 /* ret */
        start local 4 // java.lang.String ret
         1: .line 389
            aload 4 /* ret */
            areturn
        end local 4 // java.lang.String ret
        end local 3 // java.lang.String enc
        end local 2 // int end
        end local 1 // int start
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1  start  I
            0    2     2    end  I
            0    2     3    enc  Ljava/lang/String;
            1    2     4    ret  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      start  
      end    
      enc    

  public java.lang.String getString(int, int);
    descriptor: (II)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int start
        start local 2 // int end
         0: .line 400
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* start */
            iload 2 /* end */
            invokeinterface io.vertx.core.buffer.Buffer.getString:(II)Ljava/lang/String;
            astore 3 /* ret */
        start local 3 // java.lang.String ret
         1: .line 401
            aload 3 /* ret */
            areturn
        end local 3 // java.lang.String ret
        end local 2 // int end
        end local 1 // int start
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1  start  I
            0    2     2    end  I
            1    2     3    ret  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      start  
      end    

  public io.vertx.reactivex.core.buffer.Buffer appendBuffer(io.vertx.reactivex.core.buffer.Buffer);
    descriptor: (Lio/vertx/reactivex/core/buffer/Buffer;)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // io.vertx.reactivex.core.buffer.Buffer buff
         0: .line 412
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            aload 1 /* buff */
            invokevirtual io.vertx.reactivex.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.appendBuffer:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 413
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.reactivex.core.buffer.Buffer buff
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1  buff  Lio/vertx/reactivex/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      buff  

  public io.vertx.reactivex.core.buffer.Buffer appendBuffer(io.vertx.reactivex.core.buffer.Buffer, int, int);
    descriptor: (Lio/vertx/reactivex/core/buffer/Buffer;II)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // io.vertx.reactivex.core.buffer.Buffer buff
        start local 2 // int offset
        start local 3 // int len
         0: .line 426
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            aload 1 /* buff */
            invokevirtual io.vertx.reactivex.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            iload 2 /* offset */
            iload 3 /* len */
            invokeinterface io.vertx.core.buffer.Buffer.appendBuffer:(Lio/vertx/core/buffer/Buffer;II)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 427
            aload 0 /* this */
            areturn
        end local 3 // int len
        end local 2 // int offset
        end local 1 // io.vertx.reactivex.core.buffer.Buffer buff
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1    buff  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     2  offset  I
            0    2     3     len  I
    MethodParameters:
        Name  Flags
      buff    
      offset  
      len     

  public io.vertx.reactivex.core.buffer.Buffer appendByte(byte);
    descriptor: (B)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // byte b
         0: .line 437
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* b */
            invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 438
            aload 0 /* this */
            areturn
        end local 1 // byte b
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1     b  B
    MethodParameters:
      Name  Flags
      b     

  public io.vertx.reactivex.core.buffer.Buffer appendUnsignedByte(short);
    descriptor: (S)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // short b
         0: .line 448
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* b */
            invokeinterface io.vertx.core.buffer.Buffer.appendUnsignedByte:(S)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 449
            aload 0 /* this */
            areturn
        end local 1 // short b
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1     b  S
    MethodParameters:
      Name  Flags
      b     

  public io.vertx.reactivex.core.buffer.Buffer appendInt(int);
    descriptor: (I)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int i
         0: .line 459
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* i */
            invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 460
            aload 0 /* this */
            areturn
        end local 1 // int i
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public io.vertx.reactivex.core.buffer.Buffer appendIntLE(int);
    descriptor: (I)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int i
         0: .line 470
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* i */
            invokeinterface io.vertx.core.buffer.Buffer.appendIntLE:(I)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 471
            aload 0 /* this */
            areturn
        end local 1 // int i
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public io.vertx.reactivex.core.buffer.Buffer appendUnsignedInt(long);
    descriptor: (J)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // long i
         0: .line 481
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            lload 1 /* i */
            invokeinterface io.vertx.core.buffer.Buffer.appendUnsignedInt:(J)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 482
            aload 0 /* this */
            areturn
        end local 1 // long i
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1     i  J
    MethodParameters:
      Name  Flags
      i     

  public io.vertx.reactivex.core.buffer.Buffer appendUnsignedIntLE(long);
    descriptor: (J)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // long i
         0: .line 492
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            lload 1 /* i */
            invokeinterface io.vertx.core.buffer.Buffer.appendUnsignedIntLE:(J)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 493
            aload 0 /* this */
            areturn
        end local 1 // long i
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1     i  J
    MethodParameters:
      Name  Flags
      i     

  public io.vertx.reactivex.core.buffer.Buffer appendMedium(int);
    descriptor: (I)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int i
         0: .line 503
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* i */
            invokeinterface io.vertx.core.buffer.Buffer.appendMedium:(I)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 504
            aload 0 /* this */
            areturn
        end local 1 // int i
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public io.vertx.reactivex.core.buffer.Buffer appendMediumLE(int);
    descriptor: (I)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int i
         0: .line 514
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* i */
            invokeinterface io.vertx.core.buffer.Buffer.appendMediumLE:(I)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 515
            aload 0 /* this */
            areturn
        end local 1 // int i
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public io.vertx.reactivex.core.buffer.Buffer appendLong(long);
    descriptor: (J)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // long l
         0: .line 525
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            lload 1 /* l */
            invokeinterface io.vertx.core.buffer.Buffer.appendLong:(J)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 526
            aload 0 /* this */
            areturn
        end local 1 // long l
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1     l  J
    MethodParameters:
      Name  Flags
      l     

  public io.vertx.reactivex.core.buffer.Buffer appendLongLE(long);
    descriptor: (J)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // long l
         0: .line 536
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            lload 1 /* l */
            invokeinterface io.vertx.core.buffer.Buffer.appendLongLE:(J)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 537
            aload 0 /* this */
            areturn
        end local 1 // long l
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1     l  J
    MethodParameters:
      Name  Flags
      l     

  public io.vertx.reactivex.core.buffer.Buffer appendShort(short);
    descriptor: (S)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // short s
         0: .line 547
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* s */
            invokeinterface io.vertx.core.buffer.Buffer.appendShort:(S)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 548
            aload 0 /* this */
            areturn
        end local 1 // short s
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1     s  S
    MethodParameters:
      Name  Flags
      s     

  public io.vertx.reactivex.core.buffer.Buffer appendShortLE(short);
    descriptor: (S)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // short s
         0: .line 558
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* s */
            invokeinterface io.vertx.core.buffer.Buffer.appendShortLE:(S)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 559
            aload 0 /* this */
            areturn
        end local 1 // short s
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1     s  S
    MethodParameters:
      Name  Flags
      s     

  public io.vertx.reactivex.core.buffer.Buffer appendUnsignedShort(int);
    descriptor: (I)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int s
         0: .line 569
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* s */
            invokeinterface io.vertx.core.buffer.Buffer.appendUnsignedShort:(I)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 570
            aload 0 /* this */
            areturn
        end local 1 // int s
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1     s  I
    MethodParameters:
      Name  Flags
      s     

  public io.vertx.reactivex.core.buffer.Buffer appendUnsignedShortLE(int);
    descriptor: (I)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int s
         0: .line 580
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* s */
            invokeinterface io.vertx.core.buffer.Buffer.appendUnsignedShortLE:(I)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 581
            aload 0 /* this */
            areturn
        end local 1 // int s
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1     s  I
    MethodParameters:
      Name  Flags
      s     

  public io.vertx.reactivex.core.buffer.Buffer appendFloat(float);
    descriptor: (F)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // float f
         0: .line 591
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            fload 1 /* f */
            invokeinterface io.vertx.core.buffer.Buffer.appendFloat:(F)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 592
            aload 0 /* this */
            areturn
        end local 1 // float f
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1     f  F
    MethodParameters:
      Name  Flags
      f     

  public io.vertx.reactivex.core.buffer.Buffer appendDouble(double);
    descriptor: (D)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // double d
         0: .line 602
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            dload 1 /* d */
            invokeinterface io.vertx.core.buffer.Buffer.appendDouble:(D)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 603
            aload 0 /* this */
            areturn
        end local 1 // double d
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1     d  D
    MethodParameters:
      Name  Flags
      d     

  public io.vertx.reactivex.core.buffer.Buffer appendString(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // java.lang.String str
        start local 2 // java.lang.String enc
         0: .line 615
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            aload 1 /* str */
            aload 2 /* enc */
            invokeinterface io.vertx.core.buffer.Buffer.appendString:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 616
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String enc
        end local 1 // java.lang.String str
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   str  Ljava/lang/String;
            0    2     2   enc  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      str   
      enc   

  public io.vertx.reactivex.core.buffer.Buffer appendString(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // java.lang.String str
         0: .line 627
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            aload 1 /* str */
            invokeinterface io.vertx.core.buffer.Buffer.appendString:(Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 628
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String str
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   str  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      str   

  public io.vertx.reactivex.core.buffer.Buffer setByte(int, byte);
    descriptor: (IB)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // byte b
         0: .line 639
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            iload 2 /* b */
            invokeinterface io.vertx.core.buffer.Buffer.setByte:(IB)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 640
            aload 0 /* this */
            areturn
        end local 2 // byte b
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2     b  B
    MethodParameters:
      Name  Flags
      pos   
      b     

  public io.vertx.reactivex.core.buffer.Buffer setUnsignedByte(int, short);
    descriptor: (IS)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // short b
         0: .line 651
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            iload 2 /* b */
            invokeinterface io.vertx.core.buffer.Buffer.setUnsignedByte:(IS)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 652
            aload 0 /* this */
            areturn
        end local 2 // short b
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2     b  S
    MethodParameters:
      Name  Flags
      pos   
      b     

  public io.vertx.reactivex.core.buffer.Buffer setInt(int, int);
    descriptor: (II)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // int i
         0: .line 663
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            iload 2 /* i */
            invokeinterface io.vertx.core.buffer.Buffer.setInt:(II)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 664
            aload 0 /* this */
            areturn
        end local 2 // int i
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2     i  I
    MethodParameters:
      Name  Flags
      pos   
      i     

  public io.vertx.reactivex.core.buffer.Buffer setIntLE(int, int);
    descriptor: (II)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // int i
         0: .line 675
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            iload 2 /* i */
            invokeinterface io.vertx.core.buffer.Buffer.setIntLE:(II)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 676
            aload 0 /* this */
            areturn
        end local 2 // int i
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2     i  I
    MethodParameters:
      Name  Flags
      pos   
      i     

  public io.vertx.reactivex.core.buffer.Buffer setUnsignedInt(int, long);
    descriptor: (IJ)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // long i
         0: .line 687
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            lload 2 /* i */
            invokeinterface io.vertx.core.buffer.Buffer.setUnsignedInt:(IJ)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 688
            aload 0 /* this */
            areturn
        end local 2 // long i
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2     i  J
    MethodParameters:
      Name  Flags
      pos   
      i     

  public io.vertx.reactivex.core.buffer.Buffer setUnsignedIntLE(int, long);
    descriptor: (IJ)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // long i
         0: .line 699
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            lload 2 /* i */
            invokeinterface io.vertx.core.buffer.Buffer.setUnsignedIntLE:(IJ)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 700
            aload 0 /* this */
            areturn
        end local 2 // long i
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2     i  J
    MethodParameters:
      Name  Flags
      pos   
      i     

  public io.vertx.reactivex.core.buffer.Buffer setMedium(int, int);
    descriptor: (II)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // int i
         0: .line 711
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            iload 2 /* i */
            invokeinterface io.vertx.core.buffer.Buffer.setMedium:(II)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 712
            aload 0 /* this */
            areturn
        end local 2 // int i
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2     i  I
    MethodParameters:
      Name  Flags
      pos   
      i     

  public io.vertx.reactivex.core.buffer.Buffer setMediumLE(int, int);
    descriptor: (II)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // int i
         0: .line 723
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            iload 2 /* i */
            invokeinterface io.vertx.core.buffer.Buffer.setMediumLE:(II)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 724
            aload 0 /* this */
            areturn
        end local 2 // int i
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2     i  I
    MethodParameters:
      Name  Flags
      pos   
      i     

  public io.vertx.reactivex.core.buffer.Buffer setLong(int, long);
    descriptor: (IJ)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // long l
         0: .line 735
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            lload 2 /* l */
            invokeinterface io.vertx.core.buffer.Buffer.setLong:(IJ)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 736
            aload 0 /* this */
            areturn
        end local 2 // long l
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2     l  J
    MethodParameters:
      Name  Flags
      pos   
      l     

  public io.vertx.reactivex.core.buffer.Buffer setLongLE(int, long);
    descriptor: (IJ)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // long l
         0: .line 747
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            lload 2 /* l */
            invokeinterface io.vertx.core.buffer.Buffer.setLongLE:(IJ)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 748
            aload 0 /* this */
            areturn
        end local 2 // long l
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2     l  J
    MethodParameters:
      Name  Flags
      pos   
      l     

  public io.vertx.reactivex.core.buffer.Buffer setDouble(int, double);
    descriptor: (ID)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // double d
         0: .line 759
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            dload 2 /* d */
            invokeinterface io.vertx.core.buffer.Buffer.setDouble:(ID)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 760
            aload 0 /* this */
            areturn
        end local 2 // double d
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2     d  D
    MethodParameters:
      Name  Flags
      pos   
      d     

  public io.vertx.reactivex.core.buffer.Buffer setFloat(int, float);
    descriptor: (IF)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // float f
         0: .line 771
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            fload 2 /* f */
            invokeinterface io.vertx.core.buffer.Buffer.setFloat:(IF)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 772
            aload 0 /* this */
            areturn
        end local 2 // float f
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2     f  F
    MethodParameters:
      Name  Flags
      pos   
      f     

  public io.vertx.reactivex.core.buffer.Buffer setShort(int, short);
    descriptor: (IS)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // short s
         0: .line 783
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            iload 2 /* s */
            invokeinterface io.vertx.core.buffer.Buffer.setShort:(IS)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 784
            aload 0 /* this */
            areturn
        end local 2 // short s
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2     s  S
    MethodParameters:
      Name  Flags
      pos   
      s     

  public io.vertx.reactivex.core.buffer.Buffer setShortLE(int, short);
    descriptor: (IS)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // short s
         0: .line 795
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            iload 2 /* s */
            invokeinterface io.vertx.core.buffer.Buffer.setShortLE:(IS)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 796
            aload 0 /* this */
            areturn
        end local 2 // short s
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2     s  S
    MethodParameters:
      Name  Flags
      pos   
      s     

  public io.vertx.reactivex.core.buffer.Buffer setUnsignedShort(int, int);
    descriptor: (II)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // int s
         0: .line 807
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            iload 2 /* s */
            invokeinterface io.vertx.core.buffer.Buffer.setUnsignedShort:(II)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 808
            aload 0 /* this */
            areturn
        end local 2 // int s
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2     s  I
    MethodParameters:
      Name  Flags
      pos   
      s     

  public io.vertx.reactivex.core.buffer.Buffer setUnsignedShortLE(int, int);
    descriptor: (II)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // int s
         0: .line 819
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            iload 2 /* s */
            invokeinterface io.vertx.core.buffer.Buffer.setUnsignedShortLE:(II)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 820
            aload 0 /* this */
            areturn
        end local 2 // int s
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2     s  I
    MethodParameters:
      Name  Flags
      pos   
      s     

  public io.vertx.reactivex.core.buffer.Buffer setBuffer(int, io.vertx.reactivex.core.buffer.Buffer);
    descriptor: (ILio/vertx/reactivex/core/buffer/Buffer;)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // io.vertx.reactivex.core.buffer.Buffer b
         0: .line 831
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            aload 2 /* b */
            invokevirtual io.vertx.reactivex.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.setBuffer:(ILio/vertx/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 832
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.reactivex.core.buffer.Buffer b
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2     b  Lio/vertx/reactivex/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      pos   
      b     

  public io.vertx.reactivex.core.buffer.Buffer setBuffer(int, io.vertx.reactivex.core.buffer.Buffer, int, int);
    descriptor: (ILio/vertx/reactivex/core/buffer/Buffer;II)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // io.vertx.reactivex.core.buffer.Buffer b
        start local 3 // int offset
        start local 4 // int len
         0: .line 845
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            aload 2 /* b */
            invokevirtual io.vertx.reactivex.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            iload 3 /* offset */
            iload 4 /* len */
            invokeinterface io.vertx.core.buffer.Buffer.setBuffer:(ILio/vertx/core/buffer/Buffer;II)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 846
            aload 0 /* this */
            areturn
        end local 4 // int len
        end local 3 // int offset
        end local 2 // io.vertx.reactivex.core.buffer.Buffer b
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1     pos  I
            0    2     2       b  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     3  offset  I
            0    2     4     len  I
    MethodParameters:
        Name  Flags
      pos     
      b       
      offset  
      len     

  public io.vertx.reactivex.core.buffer.Buffer setString(int, java.lang.String);
    descriptor: (ILjava/lang/String;)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // java.lang.String str
         0: .line 857
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            aload 2 /* str */
            invokeinterface io.vertx.core.buffer.Buffer.setString:(ILjava/lang/String;)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 858
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String str
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2   str  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      pos   
      str   

  public io.vertx.reactivex.core.buffer.Buffer setString(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // java.lang.String str
        start local 3 // java.lang.String enc
         0: .line 870
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            aload 2 /* str */
            aload 3 /* enc */
            invokeinterface io.vertx.core.buffer.Buffer.setString:(ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 871
            aload 0 /* this */
            areturn
        end local 3 // java.lang.String enc
        end local 2 // java.lang.String str
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2   str  Ljava/lang/String;
            0    2     3   enc  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      pos   
      str   
      enc   

  public int length();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
         0: .line 880
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            istore 1 /* ret */
        start local 1 // int ret
         1: .line 881
            iload 1 /* ret */
            ireturn
        end local 1 // int ret
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            1    2     1   ret  I

  public io.vertx.reactivex.core.buffer.Buffer copy();
    descriptor: ()Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
         0: .line 889
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.copy:()Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.reactivex.core.buffer.Buffer.newInstance:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/reactivex/core/buffer/Buffer;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.core.buffer.Buffer ret
         1: .line 890
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.core.buffer.Buffer ret
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            1    2     1   ret  Lio/vertx/reactivex/core/buffer/Buffer;

  public io.vertx.reactivex.core.buffer.Buffer slice();
    descriptor: ()Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
         0: .line 900
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.slice:()Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.reactivex.core.buffer.Buffer.newInstance:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/reactivex/core/buffer/Buffer;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.core.buffer.Buffer ret
         1: .line 901
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.core.buffer.Buffer ret
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            1    2     1   ret  Lio/vertx/reactivex/core/buffer/Buffer;

  public io.vertx.reactivex.core.buffer.Buffer slice(int, int);
    descriptor: (II)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int start
        start local 2 // int end
         0: .line 913
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* start */
            iload 2 /* end */
            invokeinterface io.vertx.core.buffer.Buffer.slice:(II)Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.reactivex.core.buffer.Buffer.newInstance:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/reactivex/core/buffer/Buffer;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.core.buffer.Buffer ret
         1: .line 914
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.core.buffer.Buffer ret
        end local 2 // int end
        end local 1 // int start
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1  start  I
            0    2     2    end  I
            1    2     3    ret  Lio/vertx/reactivex/core/buffer/Buffer;
    MethodParameters:
       Name  Flags
      start  
      end    

  public static io.vertx.reactivex.core.buffer.Buffer buffer(byte[]);
    descriptor: ([B)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // byte[] bytes
         0: .line 923
            aload 0 /* bytes */
            invokestatic io.vertx.core.buffer.Buffer.buffer:([B)Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.reactivex.core.buffer.Buffer.newInstance:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/reactivex/core/buffer/Buffer;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.core.buffer.Buffer ret
         1: .line 924
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.core.buffer.Buffer ret
        end local 0 // byte[] bytes
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  bytes  [B
            1    2     1    ret  Lio/vertx/reactivex/core/buffer/Buffer;
    MethodParameters:
       Name  Flags
      bytes  

  public static io.vertx.reactivex.core.buffer.Buffer buffer(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.netty.buffer.ByteBuf byteBuf
         0: .line 944
            aload 0 /* byteBuf */
            invokestatic io.vertx.core.buffer.Buffer.buffer:(Lio/netty/buffer/ByteBuf;)Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.reactivex.core.buffer.Buffer.newInstance:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/reactivex/core/buffer/Buffer;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.core.buffer.Buffer ret
         1: .line 945
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.core.buffer.Buffer ret
        end local 0 // io.netty.buffer.ByteBuf byteBuf
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0  byteBuf  Lio/netty/buffer/ByteBuf;
            1    2     1      ret  Lio/vertx/reactivex/core/buffer/Buffer;
    MethodParameters:
         Name  Flags
      byteBuf  

  public java.lang.String toString(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // java.nio.charset.Charset enc
         0: .line 954
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            aload 1 /* enc */
            invokeinterface io.vertx.core.buffer.Buffer.toString:(Ljava/nio/charset/Charset;)Ljava/lang/String;
            astore 2 /* ret */
        start local 2 // java.lang.String ret
         1: .line 955
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.String ret
        end local 1 // java.nio.charset.Charset enc
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   enc  Ljava/nio/charset/Charset;
            1    2     2   ret  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      enc   

  public byte[] getBytes();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
         0: .line 963
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.getBytes:()[B
            astore 1 /* ret */
        start local 1 // byte[] ret
         1: .line 964
            aload 1 /* ret */
            areturn
        end local 1 // byte[] ret
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            1    2     1   ret  [B

  public byte[] getBytes(int, int);
    descriptor: (II)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int start
        start local 2 // int end
         0: .line 975
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* start */
            iload 2 /* end */
            invokeinterface io.vertx.core.buffer.Buffer.getBytes:(II)[B
            astore 3 /* ret */
        start local 3 // byte[] ret
         1: .line 976
            aload 3 /* ret */
            areturn
        end local 3 // byte[] ret
        end local 2 // int end
        end local 1 // int start
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1  start  I
            0    2     2    end  I
            1    2     3    ret  [B
    MethodParameters:
       Name  Flags
      start  
      end    

  public io.vertx.reactivex.core.buffer.Buffer getBytes(byte[]);
    descriptor: ([B)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // byte[] dst
         0: .line 985
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            aload 1 /* dst */
            invokeinterface io.vertx.core.buffer.Buffer.getBytes:([B)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 986
            aload 0 /* this */
            areturn
        end local 1 // byte[] dst
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   dst  [B
    MethodParameters:
      Name  Flags
      dst   

  public io.vertx.reactivex.core.buffer.Buffer getBytes(byte[], int);
    descriptor: ([BI)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // byte[] dst
        start local 2 // int dstIndex
         0: .line 996
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            aload 1 /* dst */
            iload 2 /* dstIndex */
            invokeinterface io.vertx.core.buffer.Buffer.getBytes:([BI)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 997
            aload 0 /* this */
            areturn
        end local 2 // int dstIndex
        end local 1 // byte[] dst
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1       dst  [B
            0    2     2  dstIndex  I
    MethodParameters:
          Name  Flags
      dst       
      dstIndex  

  public io.vertx.reactivex.core.buffer.Buffer getBytes(int, int, byte[]);
    descriptor: (II[B)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int start
        start local 2 // int end
        start local 3 // byte[] dst
         0: .line 1009
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* start */
            iload 2 /* end */
            aload 3 /* dst */
            invokeinterface io.vertx.core.buffer.Buffer.getBytes:(II[B)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 1010
            aload 0 /* this */
            areturn
        end local 3 // byte[] dst
        end local 2 // int end
        end local 1 // int start
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1  start  I
            0    2     2    end  I
            0    2     3    dst  [B
    MethodParameters:
       Name  Flags
      start  
      end    
      dst    

  public io.vertx.reactivex.core.buffer.Buffer getBytes(int, int, byte[], int);
    descriptor: (II[BI)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int start
        start local 2 // int end
        start local 3 // byte[] dst
        start local 4 // int dstIndex
         0: .line 1023
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* start */
            iload 2 /* end */
            aload 3 /* dst */
            iload 4 /* dstIndex */
            invokeinterface io.vertx.core.buffer.Buffer.getBytes:(II[BI)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 1024
            aload 0 /* this */
            areturn
        end local 4 // int dstIndex
        end local 3 // byte[] dst
        end local 2 // int end
        end local 1 // int start
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1     start  I
            0    2     2       end  I
            0    2     3       dst  [B
            0    2     4  dstIndex  I
    MethodParameters:
          Name  Flags
      start     
      end       
      dst       
      dstIndex  

  public io.vertx.reactivex.core.buffer.Buffer appendBytes(byte[]);
    descriptor: ([B)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // byte[] bytes
         0: .line 1034
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            aload 1 /* bytes */
            invokeinterface io.vertx.core.buffer.Buffer.appendBytes:([B)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 1035
            aload 0 /* this */
            areturn
        end local 1 // byte[] bytes
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1  bytes  [B
    MethodParameters:
       Name  Flags
      bytes  

  public io.vertx.reactivex.core.buffer.Buffer appendBytes(byte[], int, int);
    descriptor: ([BII)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // byte[] bytes
        start local 2 // int offset
        start local 3 // int len
         0: .line 1048
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            aload 1 /* bytes */
            iload 2 /* offset */
            iload 3 /* len */
            invokeinterface io.vertx.core.buffer.Buffer.appendBytes:([BII)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 1049
            aload 0 /* this */
            areturn
        end local 3 // int len
        end local 2 // int offset
        end local 1 // byte[] bytes
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   bytes  [B
            0    2     2  offset  I
            0    2     3     len  I
    MethodParameters:
        Name  Flags
      bytes   
      offset  
      len     

  public io.vertx.reactivex.core.buffer.Buffer setBytes(int, java.nio.ByteBuffer);
    descriptor: (ILjava/nio/ByteBuffer;)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // java.nio.ByteBuffer b
         0: .line 1060
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            aload 2 /* b */
            invokeinterface io.vertx.core.buffer.Buffer.setBytes:(ILjava/nio/ByteBuffer;)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 1061
            aload 0 /* this */
            areturn
        end local 2 // java.nio.ByteBuffer b
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2     b  Ljava/nio/ByteBuffer;
    MethodParameters:
      Name  Flags
      pos   
      b     

  public io.vertx.reactivex.core.buffer.Buffer setBytes(int, byte[]);
    descriptor: (I[B)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // byte[] b
         0: .line 1072
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            aload 2 /* b */
            invokeinterface io.vertx.core.buffer.Buffer.setBytes:(I[B)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 1073
            aload 0 /* this */
            areturn
        end local 2 // byte[] b
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2     b  [B
    MethodParameters:
      Name  Flags
      pos   
      b     

  public io.vertx.reactivex.core.buffer.Buffer setBytes(int, byte[], int, int);
    descriptor: (I[BII)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // byte[] b
        start local 3 // int offset
        start local 4 // int len
         0: .line 1086
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            aload 2 /* b */
            iload 3 /* offset */
            iload 4 /* len */
            invokeinterface io.vertx.core.buffer.Buffer.setBytes:(I[BII)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 1087
            aload 0 /* this */
            areturn
        end local 4 // int len
        end local 3 // int offset
        end local 2 // byte[] b
        end local 1 // int pos
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     1     pos  I
            0    2     2       b  [B
            0    2     3  offset  I
            0    2     4     len  I
    MethodParameters:
        Name  Flags
      pos     
      b       
      offset  
      len     

  public io.netty.buffer.ByteBuf getByteBuf();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.buffer.Buffer this
         0: .line 1097
            aload 0 /* this */
            getfield io.vertx.reactivex.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.getByteBuf:()Lio/netty/buffer/ByteBuf;
            astore 1 /* ret */
        start local 1 // io.netty.buffer.ByteBuf ret
         1: .line 1098
            aload 1 /* ret */
            areturn
        end local 1 // io.netty.buffer.ByteBuf ret
        end local 0 // io.vertx.reactivex.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/buffer/Buffer;
            1    2     1   ret  Lio/netty/buffer/ByteBuf;

  public static io.vertx.reactivex.core.buffer.Buffer newInstance(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.buffer.Buffer arg
         0: .line 1102
            aload 0 /* arg */
            ifnull 1
            new io.vertx.reactivex.core.buffer.Buffer
            dup
            aload 0 /* arg */
            invokespecial io.vertx.reactivex.core.buffer.Buffer.<init>:(Lio/vertx/core/buffer/Buffer;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.reactivex.core.buffer.Buffer
         2: areturn
        end local 0 // io.vertx.core.buffer.Buffer arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      arg   

  private static java.lang.Object lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 79
            new io.vertx.reactivex.core.buffer.Buffer
            dup
            aload 0 /* obj */
            checkcast io.vertx.core.buffer.Buffer
            invokespecial io.vertx.reactivex.core.buffer.Buffer.<init>:(Lio/vertx/core/buffer/Buffer;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;
}
SourceFile: "Buffer.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/core/buffer/Buffer;)