public class io.vertx.rxjava.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.rxjava.core.buffer.Buffer
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.rxjava.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/rxjava/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 68
            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/rxjava/core/buffer/Buffer.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 69
            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/rxjava/core/buffer/Buffer.getDelegate()Lio/vertx/core/buffer/Buffer; (5)
                  (Lio/vertx/rxjava/core/buffer/Buffer;)Ljava/lang/Object;
         2: .line 68
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.rxjava.core.buffer.Buffer.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 70
            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.rxjava.core.buffer.Buffer this
        start local 1 // io.vertx.core.buffer.Buffer buffer
         0: .line 47
            aload 0 /* this */
            getfield io.vertx.rxjava.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 48
            return
        end local 1 // io.vertx.core.buffer.Buffer buffer
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // io.vertx.core.buffer.Buffer buffer
         0: .line 52
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer this
        start local 1 // java.lang.Object o
         0: .line 57
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 58
      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 59
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.rxjava.core.buffer.Buffer
            astore 2 /* that */
        start local 2 // io.vertx.rxjava.core.buffer.Buffer that
         4: .line 60
            aload 0 /* this */
            getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            aload 2 /* that */
            getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.rxjava.core.buffer.Buffer that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer this
         0: .line 65
            aload 0 /* this */
            getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer this
        start local 1 // io.vertx.core.buffer.Buffer delegate
         0: .line 74
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 75
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
         2: .line 76
            return
        end local 1 // io.vertx.core.buffer.Buffer delegate
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    3     1  delegate  Lio/vertx/core/buffer/Buffer;
    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.rxjava.core.buffer.Buffer this
         0: .line 79
            aload 0 /* this */
            getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            areturn
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/buffer/Buffer;

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

  public static io.vertx.rxjava.core.buffer.Buffer buffer(int);
    descriptor: (I)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // int initialSizeHint
         0: .line 100
            iload 0 /* initialSizeHint */
            invokestatic io.vertx.core.buffer.Buffer.buffer:(I)Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.rxjava.core.buffer.Buffer.newInstance:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/rxjava/core/buffer/Buffer;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.buffer.Buffer ret
         1: .line 101
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.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/rxjava/core/buffer/Buffer;
    MethodParameters:
                 Name  Flags
      initialSizeHint  

  public static io.vertx.rxjava.core.buffer.Buffer buffer(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/rxjava/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 110
            aload 0 /* string */
            invokestatic io.vertx.core.buffer.Buffer.buffer:(Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.rxjava.core.buffer.Buffer.newInstance:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/rxjava/core/buffer/Buffer;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.buffer.Buffer ret
         1: .line 111
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.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/rxjava/core/buffer/Buffer;
    MethodParameters:
        Name  Flags
      string  

  public static io.vertx.rxjava.core.buffer.Buffer buffer(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/rxjava/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 122
            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.rxjava.core.buffer.Buffer.newInstance:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/rxjava/core/buffer/Buffer;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.buffer.Buffer ret
         1: .line 123
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.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/rxjava/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.rxjava.core.buffer.Buffer this
         0: .line 131
            aload 0 /* this */
            getfield io.vertx.rxjava.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 132
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer this
        start local 1 // java.lang.String enc
         0: .line 141
            aload 0 /* this */
            getfield io.vertx.rxjava.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 142
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.String ret
        end local 1 // java.lang.String enc
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer this
         0: .line 150
            aload 0 /* this */
            getfield io.vertx.rxjava.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 151
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.core.json.JsonObject ret
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer this
         0: .line 159
            aload 0 /* this */
            getfield io.vertx.rxjava.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 160
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.core.json.JsonArray ret
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer this
         0: .line 168
            aload 0 /* this */
            getfield io.vertx.rxjava.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 169
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.Object ret
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer this
        start local 1 // int pos
         0: .line 178
            aload 0 /* this */
            getfield io.vertx.rxjava.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 179
            iload 2 /* ret */
            ireturn
        end local 2 // byte ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer this
        start local 1 // int pos
         0: .line 188
            aload 0 /* this */
            getfield io.vertx.rxjava.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 189
            iload 2 /* ret */
            ireturn
        end local 2 // short ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer this
        start local 1 // int pos
         0: .line 198
            aload 0 /* this */
            getfield io.vertx.rxjava.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 199
            iload 2 /* ret */
            ireturn
        end local 2 // int ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer this
        start local 1 // int pos
         0: .line 208
            aload 0 /* this */
            getfield io.vertx.rxjava.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 209
            iload 2 /* ret */
            ireturn
        end local 2 // int ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer this
        start local 1 // int pos
         0: .line 218
            aload 0 /* this */
            getfield io.vertx.rxjava.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 219
            lload 2 /* ret */
            lreturn
        end local 2 // long ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer this
        start local 1 // int pos
         0: .line 228
            aload 0 /* this */
            getfield io.vertx.rxjava.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 229
            lload 2 /* ret */
            lreturn
        end local 2 // long ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer this
        start local 1 // int pos
         0: .line 238
            aload 0 /* this */
            getfield io.vertx.rxjava.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 239
            lload 2 /* ret */
            lreturn
        end local 2 // long ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer this
        start local 1 // int pos
         0: .line 248
            aload 0 /* this */
            getfield io.vertx.rxjava.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 249
            lload 2 /* ret */
            lreturn
        end local 2 // long ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer this
        start local 1 // int pos
         0: .line 258
            aload 0 /* this */
            getfield io.vertx.rxjava.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 259
            dload 2 /* ret */
            dreturn
        end local 2 // double ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer this
        start local 1 // int pos
         0: .line 268
            aload 0 /* this */
            getfield io.vertx.rxjava.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 269
            fload 2 /* ret */
            freturn
        end local 2 // float ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer this
        start local 1 // int pos
         0: .line 278
            aload 0 /* this */
            getfield io.vertx.rxjava.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 279
            iload 2 /* ret */
            ireturn
        end local 2 // short ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer this
        start local 1 // int pos
         0: .line 288
            aload 0 /* this */
            getfield io.vertx.rxjava.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 289
            iload 2 /* ret */
            ireturn
        end local 2 // short ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer this
        start local 1 // int pos
         0: .line 298
            aload 0 /* this */
            getfield io.vertx.rxjava.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 299
            iload 2 /* ret */
            ireturn
        end local 2 // int ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer this
        start local 1 // int pos
         0: .line 308
            aload 0 /* this */
            getfield io.vertx.rxjava.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 309
            iload 2 /* ret */
            ireturn
        end local 2 // int ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer this
        start local 1 // int pos
         0: .line 318
            aload 0 /* this */
            getfield io.vertx.rxjava.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 319
            iload 2 /* ret */
            ireturn
        end local 2 // int ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer this
        start local 1 // int pos
         0: .line 328
            aload 0 /* this */
            getfield io.vertx.rxjava.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 329
            iload 2 /* ret */
            ireturn
        end local 2 // int ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer this
        start local 1 // int pos
         0: .line 338
            aload 0 /* this */
            getfield io.vertx.rxjava.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 339
            iload 2 /* ret */
            ireturn
        end local 2 // int ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer this
        start local 1 // int pos
         0: .line 348
            aload 0 /* this */
            getfield io.vertx.rxjava.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 349
            iload 2 /* ret */
            ireturn
        end local 2 // int ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1   pos  I
            1    2     2   ret  I
    MethodParameters:
      Name  Flags
      pos   

  public io.vertx.rxjava.core.buffer.Buffer getBuffer(int, int);
    descriptor: (II)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // int start
        start local 2 // int end
         0: .line 360
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.buffer.Buffer.newInstance:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/rxjava/core/buffer/Buffer;
            astore 3 /* ret */
        start local 3 // io.vertx.rxjava.core.buffer.Buffer ret
         1: .line 361
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.rxjava.core.buffer.Buffer ret
        end local 2 // int end
        end local 1 // int start
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1  start  I
            0    2     2    end  I
            1    2     3    ret  Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer this
        start local 1 // int start
        start local 2 // int end
        start local 3 // java.lang.String enc
         0: .line 373
            aload 0 /* this */
            getfield io.vertx.rxjava.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 374
            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.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer this
        start local 1 // int start
        start local 2 // int end
         0: .line 385
            aload 0 /* this */
            getfield io.vertx.rxjava.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 386
            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.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer appendBuffer(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer buff
         0: .line 397
            aload 0 /* this */
            getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            aload 1 /* buff */
            invokevirtual io.vertx.rxjava.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 398
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.rxjava.core.buffer.Buffer buff
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1  buff  Lio/vertx/rxjava/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      buff  

  public io.vertx.rxjava.core.buffer.Buffer appendBuffer(io.vertx.rxjava.core.buffer.Buffer, int, int);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;II)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer buff
        start local 2 // int offset
        start local 3 // int len
         0: .line 411
            aload 0 /* this */
            getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            aload 1 /* buff */
            invokevirtual io.vertx.rxjava.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 412
            aload 0 /* this */
            areturn
        end local 3 // int len
        end local 2 // int offset
        end local 1 // io.vertx.rxjava.core.buffer.Buffer buff
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1    buff  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     2  offset  I
            0    2     3     len  I
    MethodParameters:
        Name  Flags
      buff    
      offset  
      len     

  public io.vertx.rxjava.core.buffer.Buffer appendByte(byte);
    descriptor: (B)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // byte b
         0: .line 422
            aload 0 /* this */
            getfield io.vertx.rxjava.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 423
            aload 0 /* this */
            areturn
        end local 1 // byte b
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1     b  B
    MethodParameters:
      Name  Flags
      b     

  public io.vertx.rxjava.core.buffer.Buffer appendUnsignedByte(short);
    descriptor: (S)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // short b
         0: .line 433
            aload 0 /* this */
            getfield io.vertx.rxjava.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 434
            aload 0 /* this */
            areturn
        end local 1 // short b
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1     b  S
    MethodParameters:
      Name  Flags
      b     

  public io.vertx.rxjava.core.buffer.Buffer appendInt(int);
    descriptor: (I)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // int i
         0: .line 444
            aload 0 /* this */
            getfield io.vertx.rxjava.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 445
            aload 0 /* this */
            areturn
        end local 1 // int i
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public io.vertx.rxjava.core.buffer.Buffer appendIntLE(int);
    descriptor: (I)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // int i
         0: .line 455
            aload 0 /* this */
            getfield io.vertx.rxjava.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 456
            aload 0 /* this */
            areturn
        end local 1 // int i
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public io.vertx.rxjava.core.buffer.Buffer appendUnsignedInt(long);
    descriptor: (J)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // long i
         0: .line 466
            aload 0 /* this */
            getfield io.vertx.rxjava.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 467
            aload 0 /* this */
            areturn
        end local 1 // long i
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1     i  J
    MethodParameters:
      Name  Flags
      i     

  public io.vertx.rxjava.core.buffer.Buffer appendUnsignedIntLE(long);
    descriptor: (J)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // long i
         0: .line 477
            aload 0 /* this */
            getfield io.vertx.rxjava.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 478
            aload 0 /* this */
            areturn
        end local 1 // long i
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1     i  J
    MethodParameters:
      Name  Flags
      i     

  public io.vertx.rxjava.core.buffer.Buffer appendMedium(int);
    descriptor: (I)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // int i
         0: .line 488
            aload 0 /* this */
            getfield io.vertx.rxjava.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 489
            aload 0 /* this */
            areturn
        end local 1 // int i
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public io.vertx.rxjava.core.buffer.Buffer appendMediumLE(int);
    descriptor: (I)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // int i
         0: .line 499
            aload 0 /* this */
            getfield io.vertx.rxjava.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 500
            aload 0 /* this */
            areturn
        end local 1 // int i
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public io.vertx.rxjava.core.buffer.Buffer appendLong(long);
    descriptor: (J)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // long l
         0: .line 510
            aload 0 /* this */
            getfield io.vertx.rxjava.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 511
            aload 0 /* this */
            areturn
        end local 1 // long l
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1     l  J
    MethodParameters:
      Name  Flags
      l     

  public io.vertx.rxjava.core.buffer.Buffer appendLongLE(long);
    descriptor: (J)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // long l
         0: .line 521
            aload 0 /* this */
            getfield io.vertx.rxjava.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 522
            aload 0 /* this */
            areturn
        end local 1 // long l
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1     l  J
    MethodParameters:
      Name  Flags
      l     

  public io.vertx.rxjava.core.buffer.Buffer appendShort(short);
    descriptor: (S)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // short s
         0: .line 532
            aload 0 /* this */
            getfield io.vertx.rxjava.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 533
            aload 0 /* this */
            areturn
        end local 1 // short s
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1     s  S
    MethodParameters:
      Name  Flags
      s     

  public io.vertx.rxjava.core.buffer.Buffer appendShortLE(short);
    descriptor: (S)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // short s
         0: .line 543
            aload 0 /* this */
            getfield io.vertx.rxjava.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 544
            aload 0 /* this */
            areturn
        end local 1 // short s
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1     s  S
    MethodParameters:
      Name  Flags
      s     

  public io.vertx.rxjava.core.buffer.Buffer appendUnsignedShort(int);
    descriptor: (I)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // int s
         0: .line 554
            aload 0 /* this */
            getfield io.vertx.rxjava.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 555
            aload 0 /* this */
            areturn
        end local 1 // int s
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1     s  I
    MethodParameters:
      Name  Flags
      s     

  public io.vertx.rxjava.core.buffer.Buffer appendUnsignedShortLE(int);
    descriptor: (I)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // int s
         0: .line 565
            aload 0 /* this */
            getfield io.vertx.rxjava.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 566
            aload 0 /* this */
            areturn
        end local 1 // int s
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1     s  I
    MethodParameters:
      Name  Flags
      s     

  public io.vertx.rxjava.core.buffer.Buffer appendFloat(float);
    descriptor: (F)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // float f
         0: .line 576
            aload 0 /* this */
            getfield io.vertx.rxjava.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 577
            aload 0 /* this */
            areturn
        end local 1 // float f
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1     f  F
    MethodParameters:
      Name  Flags
      f     

  public io.vertx.rxjava.core.buffer.Buffer appendDouble(double);
    descriptor: (D)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // double d
         0: .line 587
            aload 0 /* this */
            getfield io.vertx.rxjava.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 588
            aload 0 /* this */
            areturn
        end local 1 // double d
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1     d  D
    MethodParameters:
      Name  Flags
      d     

  public io.vertx.rxjava.core.buffer.Buffer appendString(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // java.lang.String str
        start local 2 // java.lang.String enc
         0: .line 600
            aload 0 /* this */
            getfield io.vertx.rxjava.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 601
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String enc
        end local 1 // java.lang.String str
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer appendString(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // java.lang.String str
         0: .line 612
            aload 0 /* this */
            getfield io.vertx.rxjava.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 613
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String str
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1   str  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      str   

  public io.vertx.rxjava.core.buffer.Buffer setByte(int, byte);
    descriptor: (IB)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // byte b
         0: .line 624
            aload 0 /* this */
            getfield io.vertx.rxjava.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 625
            aload 0 /* this */
            areturn
        end local 2 // byte b
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2     b  B
    MethodParameters:
      Name  Flags
      pos   
      b     

  public io.vertx.rxjava.core.buffer.Buffer setUnsignedByte(int, short);
    descriptor: (IS)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // short b
         0: .line 636
            aload 0 /* this */
            getfield io.vertx.rxjava.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 637
            aload 0 /* this */
            areturn
        end local 2 // short b
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2     b  S
    MethodParameters:
      Name  Flags
      pos   
      b     

  public io.vertx.rxjava.core.buffer.Buffer setInt(int, int);
    descriptor: (II)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // int i
         0: .line 648
            aload 0 /* this */
            getfield io.vertx.rxjava.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 649
            aload 0 /* this */
            areturn
        end local 2 // int i
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2     i  I
    MethodParameters:
      Name  Flags
      pos   
      i     

  public io.vertx.rxjava.core.buffer.Buffer setIntLE(int, int);
    descriptor: (II)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // int i
         0: .line 660
            aload 0 /* this */
            getfield io.vertx.rxjava.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 661
            aload 0 /* this */
            areturn
        end local 2 // int i
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2     i  I
    MethodParameters:
      Name  Flags
      pos   
      i     

  public io.vertx.rxjava.core.buffer.Buffer setUnsignedInt(int, long);
    descriptor: (IJ)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // long i
         0: .line 672
            aload 0 /* this */
            getfield io.vertx.rxjava.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 673
            aload 0 /* this */
            areturn
        end local 2 // long i
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2     i  J
    MethodParameters:
      Name  Flags
      pos   
      i     

  public io.vertx.rxjava.core.buffer.Buffer setUnsignedIntLE(int, long);
    descriptor: (IJ)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // long i
         0: .line 684
            aload 0 /* this */
            getfield io.vertx.rxjava.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 685
            aload 0 /* this */
            areturn
        end local 2 // long i
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2     i  J
    MethodParameters:
      Name  Flags
      pos   
      i     

  public io.vertx.rxjava.core.buffer.Buffer setMedium(int, int);
    descriptor: (II)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // int i
         0: .line 696
            aload 0 /* this */
            getfield io.vertx.rxjava.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 697
            aload 0 /* this */
            areturn
        end local 2 // int i
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2     i  I
    MethodParameters:
      Name  Flags
      pos   
      i     

  public io.vertx.rxjava.core.buffer.Buffer setMediumLE(int, int);
    descriptor: (II)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // int i
         0: .line 708
            aload 0 /* this */
            getfield io.vertx.rxjava.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 709
            aload 0 /* this */
            areturn
        end local 2 // int i
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2     i  I
    MethodParameters:
      Name  Flags
      pos   
      i     

  public io.vertx.rxjava.core.buffer.Buffer setLong(int, long);
    descriptor: (IJ)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // long l
         0: .line 720
            aload 0 /* this */
            getfield io.vertx.rxjava.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 721
            aload 0 /* this */
            areturn
        end local 2 // long l
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2     l  J
    MethodParameters:
      Name  Flags
      pos   
      l     

  public io.vertx.rxjava.core.buffer.Buffer setLongLE(int, long);
    descriptor: (IJ)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // long l
         0: .line 732
            aload 0 /* this */
            getfield io.vertx.rxjava.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 733
            aload 0 /* this */
            areturn
        end local 2 // long l
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2     l  J
    MethodParameters:
      Name  Flags
      pos   
      l     

  public io.vertx.rxjava.core.buffer.Buffer setDouble(int, double);
    descriptor: (ID)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // double d
         0: .line 744
            aload 0 /* this */
            getfield io.vertx.rxjava.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 745
            aload 0 /* this */
            areturn
        end local 2 // double d
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2     d  D
    MethodParameters:
      Name  Flags
      pos   
      d     

  public io.vertx.rxjava.core.buffer.Buffer setFloat(int, float);
    descriptor: (IF)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // float f
         0: .line 756
            aload 0 /* this */
            getfield io.vertx.rxjava.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 757
            aload 0 /* this */
            areturn
        end local 2 // float f
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2     f  F
    MethodParameters:
      Name  Flags
      pos   
      f     

  public io.vertx.rxjava.core.buffer.Buffer setShort(int, short);
    descriptor: (IS)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // short s
         0: .line 768
            aload 0 /* this */
            getfield io.vertx.rxjava.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 769
            aload 0 /* this */
            areturn
        end local 2 // short s
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2     s  S
    MethodParameters:
      Name  Flags
      pos   
      s     

  public io.vertx.rxjava.core.buffer.Buffer setShortLE(int, short);
    descriptor: (IS)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // short s
         0: .line 780
            aload 0 /* this */
            getfield io.vertx.rxjava.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 781
            aload 0 /* this */
            areturn
        end local 2 // short s
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2     s  S
    MethodParameters:
      Name  Flags
      pos   
      s     

  public io.vertx.rxjava.core.buffer.Buffer setUnsignedShort(int, int);
    descriptor: (II)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // int s
         0: .line 792
            aload 0 /* this */
            getfield io.vertx.rxjava.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 793
            aload 0 /* this */
            areturn
        end local 2 // int s
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2     s  I
    MethodParameters:
      Name  Flags
      pos   
      s     

  public io.vertx.rxjava.core.buffer.Buffer setUnsignedShortLE(int, int);
    descriptor: (II)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // int s
         0: .line 804
            aload 0 /* this */
            getfield io.vertx.rxjava.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 805
            aload 0 /* this */
            areturn
        end local 2 // int s
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2     s  I
    MethodParameters:
      Name  Flags
      pos   
      s     

  public io.vertx.rxjava.core.buffer.Buffer setBuffer(int, io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (ILio/vertx/rxjava/core/buffer/Buffer;)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // io.vertx.rxjava.core.buffer.Buffer b
         0: .line 816
            aload 0 /* this */
            getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            aload 2 /* b */
            invokevirtual io.vertx.rxjava.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 817
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.rxjava.core.buffer.Buffer b
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2     b  Lio/vertx/rxjava/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      pos   
      b     

  public io.vertx.rxjava.core.buffer.Buffer setBuffer(int, io.vertx.rxjava.core.buffer.Buffer, int, int);
    descriptor: (ILio/vertx/rxjava/core/buffer/Buffer;II)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // io.vertx.rxjava.core.buffer.Buffer b
        start local 3 // int offset
        start local 4 // int len
         0: .line 830
            aload 0 /* this */
            getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
            iload 1 /* pos */
            aload 2 /* b */
            invokevirtual io.vertx.rxjava.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 831
            aload 0 /* this */
            areturn
        end local 4 // int len
        end local 3 // int offset
        end local 2 // io.vertx.rxjava.core.buffer.Buffer b
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1     pos  I
            0    2     2       b  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     3  offset  I
            0    2     4     len  I
    MethodParameters:
        Name  Flags
      pos     
      b       
      offset  
      len     

  public io.vertx.rxjava.core.buffer.Buffer setString(int, java.lang.String);
    descriptor: (ILjava/lang/String;)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // java.lang.String str
         0: .line 842
            aload 0 /* this */
            getfield io.vertx.rxjava.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 843
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String str
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2   str  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      pos   
      str   

  public io.vertx.rxjava.core.buffer.Buffer setString(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.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 855
            aload 0 /* this */
            getfield io.vertx.rxjava.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 856
            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.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer this
         0: .line 865
            aload 0 /* this */
            getfield io.vertx.rxjava.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 866
            iload 1 /* ret */
            ireturn
        end local 1 // int ret
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            1    2     1   ret  I

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

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

  public io.vertx.rxjava.core.buffer.Buffer slice(int, int);
    descriptor: (II)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // int start
        start local 2 // int end
         0: .line 898
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.buffer.Buffer.newInstance:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/rxjava/core/buffer/Buffer;
            astore 3 /* ret */
        start local 3 // io.vertx.rxjava.core.buffer.Buffer ret
         1: .line 899
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.rxjava.core.buffer.Buffer ret
        end local 2 // int end
        end local 1 // int start
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1  start  I
            0    2     2    end  I
            1    2     3    ret  Lio/vertx/rxjava/core/buffer/Buffer;
    MethodParameters:
       Name  Flags
      start  
      end    

  public static io.vertx.rxjava.core.buffer.Buffer buffer(byte[]);
    descriptor: ([B)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // byte[] bytes
         0: .line 908
            aload 0 /* bytes */
            invokestatic io.vertx.core.buffer.Buffer.buffer:([B)Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.rxjava.core.buffer.Buffer.newInstance:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/rxjava/core/buffer/Buffer;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.buffer.Buffer ret
         1: .line 909
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.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/rxjava/core/buffer/Buffer;
    MethodParameters:
       Name  Flags
      bytes  

  public static io.vertx.rxjava.core.buffer.Buffer buffer(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Lio/vertx/rxjava/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 929
            aload 0 /* byteBuf */
            invokestatic io.vertx.core.buffer.Buffer.buffer:(Lio/netty/buffer/ByteBuf;)Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.rxjava.core.buffer.Buffer.newInstance:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/rxjava/core/buffer/Buffer;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.buffer.Buffer ret
         1: .line 930
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.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/rxjava/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.rxjava.core.buffer.Buffer this
        start local 1 // java.nio.charset.Charset enc
         0: .line 939
            aload 0 /* this */
            getfield io.vertx.rxjava.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 940
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.String ret
        end local 1 // java.nio.charset.Charset enc
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer this
         0: .line 948
            aload 0 /* this */
            getfield io.vertx.rxjava.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 949
            aload 1 /* ret */
            areturn
        end local 1 // byte[] ret
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer this
        start local 1 // int start
        start local 2 // int end
         0: .line 960
            aload 0 /* this */
            getfield io.vertx.rxjava.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 961
            aload 3 /* ret */
            areturn
        end local 3 // byte[] ret
        end local 2 // int end
        end local 1 // int start
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer getBytes(byte[]);
    descriptor: ([B)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // byte[] dst
         0: .line 970
            aload 0 /* this */
            getfield io.vertx.rxjava.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 971
            aload 0 /* this */
            areturn
        end local 1 // byte[] dst
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1   dst  [B
    MethodParameters:
      Name  Flags
      dst   

  public io.vertx.rxjava.core.buffer.Buffer getBytes(byte[], int);
    descriptor: ([BI)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // byte[] dst
        start local 2 // int dstIndex
         0: .line 981
            aload 0 /* this */
            getfield io.vertx.rxjava.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 982
            aload 0 /* this */
            areturn
        end local 2 // int dstIndex
        end local 1 // byte[] dst
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1       dst  [B
            0    2     2  dstIndex  I
    MethodParameters:
          Name  Flags
      dst       
      dstIndex  

  public io.vertx.rxjava.core.buffer.Buffer getBytes(int, int, byte[]);
    descriptor: (II[B)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // int start
        start local 2 // int end
        start local 3 // byte[] dst
         0: .line 994
            aload 0 /* this */
            getfield io.vertx.rxjava.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 995
            aload 0 /* this */
            areturn
        end local 3 // byte[] dst
        end local 2 // int end
        end local 1 // int start
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer getBytes(int, int, byte[], int);
    descriptor: (II[BI)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.rxjava.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 1008
            aload 0 /* this */
            getfield io.vertx.rxjava.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 1009
            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.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer appendBytes(byte[]);
    descriptor: ([B)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // byte[] bytes
         0: .line 1019
            aload 0 /* this */
            getfield io.vertx.rxjava.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 1020
            aload 0 /* this */
            areturn
        end local 1 // byte[] bytes
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1  bytes  [B
    MethodParameters:
       Name  Flags
      bytes  

  public io.vertx.rxjava.core.buffer.Buffer appendBytes(byte[], int, int);
    descriptor: ([BII)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // byte[] bytes
        start local 2 // int offset
        start local 3 // int len
         0: .line 1033
            aload 0 /* this */
            getfield io.vertx.rxjava.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 1034
            aload 0 /* this */
            areturn
        end local 3 // int len
        end local 2 // int offset
        end local 1 // byte[] bytes
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer setBytes(int, java.nio.ByteBuffer);
    descriptor: (ILjava/nio/ByteBuffer;)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // java.nio.ByteBuffer b
         0: .line 1045
            aload 0 /* this */
            getfield io.vertx.rxjava.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 1046
            aload 0 /* this */
            areturn
        end local 2 // java.nio.ByteBuffer b
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2     b  Ljava/nio/ByteBuffer;
    MethodParameters:
      Name  Flags
      pos   
      b     

  public io.vertx.rxjava.core.buffer.Buffer setBytes(int, byte[]);
    descriptor: (I[B)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.buffer.Buffer this
        start local 1 // int pos
        start local 2 // byte[] b
         0: .line 1057
            aload 0 /* this */
            getfield io.vertx.rxjava.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 1058
            aload 0 /* this */
            areturn
        end local 2 // byte[] b
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1   pos  I
            0    2     2     b  [B
    MethodParameters:
      Name  Flags
      pos   
      b     

  public io.vertx.rxjava.core.buffer.Buffer setBytes(int, byte[], int, int);
    descriptor: (I[BII)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.rxjava.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 1071
            aload 0 /* this */
            getfield io.vertx.rxjava.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 1072
            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.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer this
         0: .line 1083
            aload 0 /* this */
            getfield io.vertx.rxjava.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 1084
            aload 1 /* ret */
            areturn
        end local 1 // io.netty.buffer.ByteBuf ret
        end local 0 // io.vertx.rxjava.core.buffer.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/buffer/Buffer;
            1    2     1   ret  Lio/netty/buffer/ByteBuf;

  public static io.vertx.rxjava.core.buffer.Buffer newInstance(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/rxjava/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 1089
            aload 0 /* arg */
            ifnull 1
            new io.vertx.rxjava.core.buffer.Buffer
            dup
            aload 0 /* arg */
            invokespecial io.vertx.rxjava.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.rxjava.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 68
            new io.vertx.rxjava.core.buffer.Buffer
            dup
            aload 0 /* obj */
            checkcast io.vertx.core.buffer.Buffer
            invokespecial io.vertx.rxjava.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;)