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: 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: 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: 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: 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
aload 1
invokeinterface io.vertx.core.buffer.Buffer.writeToBuffer:(Lio/vertx/core/buffer/Buffer;)V
1: return
end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
aload 2
invokeinterface io.vertx.core.buffer.Buffer.readFromBuffer:(ILio/vertx/core/buffer/Buffer;)I
ireturn
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
aload 1
if_acmpne 1
iconst_1
ireturn
1: StackMap locals:
StackMap stack:
aload 1
ifnull 2
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
aload 1
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
if_acmpeq 3
StackMap locals:
StackMap stack:
2: iconst_0
ireturn
3: StackMap locals:
StackMap stack:
aload 1
checkcast io.vertx.rxjava.core.buffer.Buffer
astore 2
start local 2 4: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
aload 2
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 end local 1 end local 0 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 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
invokevirtual java.lang.Object.hashCode:()I
ireturn
end local 0 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 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
2: return
end local 1 end local 0 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 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
areturn
end local 0 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: 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
start local 0 1: aload 0
areturn
end local 0 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 0: iload 0
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
start local 1 1: aload 1
areturn
end local 1 end local 0 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 0: aload 0
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
start local 1 1: aload 1
areturn
end local 1 end local 0 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 start local 1 0: aload 0
aload 1
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
start local 2 1: aload 2
areturn
end local 2 end local 1 end local 0 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 0: aload 0
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
start local 1 1: aload 1
areturn
end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
aload 1
invokeinterface io.vertx.core.buffer.Buffer.toString:(Ljava/lang/String;)Ljava/lang/String;
astore 2
start local 2 1: aload 2
areturn
end local 2 end local 1 end local 0 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 0: aload 0
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
start local 1 1: aload 1
areturn
end local 1 end local 0 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 0: aload 0
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
start local 1 1: aload 1
areturn
end local 1 end local 0 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 0: aload 0
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
start local 1 1: aload 1
areturn
end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
invokeinterface io.vertx.core.buffer.Buffer.getByte:(I)B
istore 2
start local 2 1: iload 2
ireturn
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
invokeinterface io.vertx.core.buffer.Buffer.getUnsignedByte:(I)S
istore 2
start local 2 1: iload 2
ireturn
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
istore 2
start local 2 1: iload 2
ireturn
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
invokeinterface io.vertx.core.buffer.Buffer.getIntLE:(I)I
istore 2
start local 2 1: iload 2
ireturn
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
invokeinterface io.vertx.core.buffer.Buffer.getUnsignedInt:(I)J
lstore 2
start local 2 1: lload 2
lreturn
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
invokeinterface io.vertx.core.buffer.Buffer.getUnsignedIntLE:(I)J
lstore 2
start local 2 1: lload 2
lreturn
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
invokeinterface io.vertx.core.buffer.Buffer.getLong:(I)J
lstore 2
start local 2 1: lload 2
lreturn
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
invokeinterface io.vertx.core.buffer.Buffer.getLongLE:(I)J
lstore 2
start local 2 1: lload 2
lreturn
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
invokeinterface io.vertx.core.buffer.Buffer.getDouble:(I)D
dstore 2
start local 2 1: dload 2
dreturn
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
invokeinterface io.vertx.core.buffer.Buffer.getFloat:(I)F
fstore 2
start local 2 1: fload 2
freturn
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
invokeinterface io.vertx.core.buffer.Buffer.getShort:(I)S
istore 2
start local 2 1: iload 2
ireturn
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
invokeinterface io.vertx.core.buffer.Buffer.getShortLE:(I)S
istore 2
start local 2 1: iload 2
ireturn
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
invokeinterface io.vertx.core.buffer.Buffer.getUnsignedShort:(I)I
istore 2
start local 2 1: iload 2
ireturn
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
invokeinterface io.vertx.core.buffer.Buffer.getUnsignedShortLE:(I)I
istore 2
start local 2 1: iload 2
ireturn
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
invokeinterface io.vertx.core.buffer.Buffer.getMedium:(I)I
istore 2
start local 2 1: iload 2
ireturn
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
invokeinterface io.vertx.core.buffer.Buffer.getMediumLE:(I)I
istore 2
start local 2 1: iload 2
ireturn
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
invokeinterface io.vertx.core.buffer.Buffer.getUnsignedMedium:(I)I
istore 2
start local 2 1: iload 2
ireturn
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
invokeinterface io.vertx.core.buffer.Buffer.getUnsignedMediumLE:(I)I
istore 2
start local 2 1: iload 2
ireturn
end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
iload 2
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
start local 3 1: aload 3
areturn
end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
iload 2
aload 3
invokeinterface io.vertx.core.buffer.Buffer.getString:(IILjava/lang/String;)Ljava/lang/String;
astore 4
start local 4 1: aload 4
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
iload 2
invokeinterface io.vertx.core.buffer.Buffer.getString:(II)Ljava/lang/String;
astore 3
start local 3 1: aload 3
areturn
end local 3 end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
aload 1
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: aload 0
areturn
end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
aload 1
invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
iload 2
iload 3
invokeinterface io.vertx.core.buffer.Buffer.appendBuffer:(Lio/vertx/core/buffer/Buffer;II)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 3 end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
invokeinterface io.vertx.core.buffer.Buffer.appendUnsignedByte:(S)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
invokeinterface io.vertx.core.buffer.Buffer.appendIntLE:(I)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
lload 1
invokeinterface io.vertx.core.buffer.Buffer.appendUnsignedInt:(J)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
lload 1
invokeinterface io.vertx.core.buffer.Buffer.appendUnsignedIntLE:(J)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
invokeinterface io.vertx.core.buffer.Buffer.appendMedium:(I)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
invokeinterface io.vertx.core.buffer.Buffer.appendMediumLE:(I)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
lload 1
invokeinterface io.vertx.core.buffer.Buffer.appendLong:(J)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
lload 1
invokeinterface io.vertx.core.buffer.Buffer.appendLongLE:(J)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
invokeinterface io.vertx.core.buffer.Buffer.appendShort:(S)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
invokeinterface io.vertx.core.buffer.Buffer.appendShortLE:(S)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
invokeinterface io.vertx.core.buffer.Buffer.appendUnsignedShort:(I)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
invokeinterface io.vertx.core.buffer.Buffer.appendUnsignedShortLE:(I)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
fload 1
invokeinterface io.vertx.core.buffer.Buffer.appendFloat:(F)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
dload 1
invokeinterface io.vertx.core.buffer.Buffer.appendDouble:(D)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
aload 1
aload 2
invokeinterface io.vertx.core.buffer.Buffer.appendString:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
aload 1
invokeinterface io.vertx.core.buffer.Buffer.appendString:(Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
iload 2
invokeinterface io.vertx.core.buffer.Buffer.setByte:(IB)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
iload 2
invokeinterface io.vertx.core.buffer.Buffer.setUnsignedByte:(IS)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
iload 2
invokeinterface io.vertx.core.buffer.Buffer.setInt:(II)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
iload 2
invokeinterface io.vertx.core.buffer.Buffer.setIntLE:(II)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
lload 2
invokeinterface io.vertx.core.buffer.Buffer.setUnsignedInt:(IJ)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
lload 2
invokeinterface io.vertx.core.buffer.Buffer.setUnsignedIntLE:(IJ)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
iload 2
invokeinterface io.vertx.core.buffer.Buffer.setMedium:(II)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
iload 2
invokeinterface io.vertx.core.buffer.Buffer.setMediumLE:(II)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
lload 2
invokeinterface io.vertx.core.buffer.Buffer.setLong:(IJ)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
lload 2
invokeinterface io.vertx.core.buffer.Buffer.setLongLE:(IJ)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
dload 2
invokeinterface io.vertx.core.buffer.Buffer.setDouble:(ID)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
fload 2
invokeinterface io.vertx.core.buffer.Buffer.setFloat:(IF)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
iload 2
invokeinterface io.vertx.core.buffer.Buffer.setShort:(IS)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
iload 2
invokeinterface io.vertx.core.buffer.Buffer.setShortLE:(IS)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
iload 2
invokeinterface io.vertx.core.buffer.Buffer.setUnsignedShort:(II)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
iload 2
invokeinterface io.vertx.core.buffer.Buffer.setUnsignedShortLE:(II)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
aload 2
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: aload 0
areturn
end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
aload 2
invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
iload 3
iload 4
invokeinterface io.vertx.core.buffer.Buffer.setBuffer:(ILio/vertx/core/buffer/Buffer;II)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
aload 2
invokeinterface io.vertx.core.buffer.Buffer.setString:(ILjava/lang/String;)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
aload 2
aload 3
invokeinterface io.vertx.core.buffer.Buffer.setString:(ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 3 end local 2 end local 1 end local 0 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 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
invokeinterface io.vertx.core.buffer.Buffer.length:()I
istore 1
start local 1 1: iload 1
ireturn
end local 1 end local 0 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 0: aload 0
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
start local 1 1: aload 1
areturn
end local 1 end local 0 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 0: aload 0
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
start local 1 1: aload 1
areturn
end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
iload 2
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
start local 3 1: aload 3
areturn
end local 3 end local 2 end local 1 end local 0 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 0: aload 0
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
start local 1 1: aload 1
areturn
end local 1 end local 0 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 0: aload 0
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
start local 1 1: aload 1
areturn
end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
aload 1
invokeinterface io.vertx.core.buffer.Buffer.toString:(Ljava/nio/charset/Charset;)Ljava/lang/String;
astore 2
start local 2 1: aload 2
areturn
end local 2 end local 1 end local 0 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 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
invokeinterface io.vertx.core.buffer.Buffer.getBytes:()[B
astore 1
start local 1 1: aload 1
areturn
end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
iload 2
invokeinterface io.vertx.core.buffer.Buffer.getBytes:(II)[B
astore 3
start local 3 1: aload 3
areturn
end local 3 end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
aload 1
invokeinterface io.vertx.core.buffer.Buffer.getBytes:([B)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
aload 1
iload 2
invokeinterface io.vertx.core.buffer.Buffer.getBytes:([BI)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
iload 2
aload 3
invokeinterface io.vertx.core.buffer.Buffer.getBytes:(II[B)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
iload 2
aload 3
iload 4
invokeinterface io.vertx.core.buffer.Buffer.getBytes:(II[BI)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
aload 1
invokeinterface io.vertx.core.buffer.Buffer.appendBytes:([B)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
aload 1
iload 2
iload 3
invokeinterface io.vertx.core.buffer.Buffer.appendBytes:([BII)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
aload 2
invokeinterface io.vertx.core.buffer.Buffer.setBytes:(ILjava/nio/ByteBuffer;)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
aload 2
invokeinterface io.vertx.core.buffer.Buffer.setBytes:(I[B)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 0: aload 0
getfield io.vertx.rxjava.core.buffer.Buffer.delegate:Lio/vertx/core/buffer/Buffer;
iload 1
aload 2
iload 3
iload 4
invokeinterface io.vertx.core.buffer.Buffer.setBytes:(I[BII)Lio/vertx/core/buffer/Buffer;
pop
1: aload 0
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 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 0: aload 0
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
start local 1 1: aload 1
areturn
end local 1 end local 0 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 0: aload 0
ifnull 1
new io.vertx.rxjava.core.buffer.Buffer
dup
aload 0
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 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 0: new io.vertx.rxjava.core.buffer.Buffer
dup
aload 0
checkcast io.vertx.core.buffer.Buffer
invokespecial io.vertx.rxjava.core.buffer.Buffer.<init>:(Lio/vertx/core/buffer/Buffer;)V
areturn
end local 0 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;)