public class io.vertx.core.eventbus.impl.codecs.ByteMessageCodec implements io.vertx.core.eventbus.MessageCodec<java.lang.Byte, java.lang.Byte>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.core.eventbus.impl.codecs.ByteMessageCodec
super_class: java.lang.Object
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/eventbus/impl/codecs/ByteMessageCodec;
public void encodeToWire(io.vertx.core.buffer.Buffer, java.lang.Byte);
descriptor: (Lio/vertx/core/buffer/Buffer;Ljava/lang/Byte;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
aload 2
invokevirtual java.lang.Byte.byteValue:()B
invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
pop
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/eventbus/impl/codecs/ByteMessageCodec;
0 2 1 buffer Lio/vertx/core/buffer/Buffer;
0 2 2 b Ljava/lang/Byte;
MethodParameters:
Name Flags
buffer
b
public java.lang.Byte decodeFromWire(int, io.vertx.core.buffer.Buffer);
descriptor: (ILio/vertx/core/buffer/Buffer;)Ljava/lang/Byte;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 2
iload 1
invokeinterface io.vertx.core.buffer.Buffer.getByte:(I)B
invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/eventbus/impl/codecs/ByteMessageCodec;
0 1 1 pos I
0 1 2 buffer Lio/vertx/core/buffer/Buffer;
MethodParameters:
Name Flags
pos
buffer
public java.lang.Byte transform(java.lang.Byte);
descriptor: (Ljava/lang/Byte;)Ljava/lang/Byte;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/eventbus/impl/codecs/ByteMessageCodec;
0 1 1 b Ljava/lang/Byte;
MethodParameters:
Name Flags
b
public java.lang.String name();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: ldc "byte"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/eventbus/impl/codecs/ByteMessageCodec;
public byte systemCodecID();
descriptor: ()B
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_2
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/eventbus/impl/codecs/ByteMessageCodec;
public void encodeToWire(io.vertx.core.buffer.Buffer, java.lang.Object);
descriptor: (Lio/vertx/core/buffer/Buffer;Ljava/lang/Object;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
aload 2
checkcast java.lang.Byte
invokevirtual io.vertx.core.eventbus.impl.codecs.ByteMessageCodec.encodeToWire:(Lio/vertx/core/buffer/Buffer;Ljava/lang/Byte;)V
return
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object transform(java.lang.Object);
descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast java.lang.Byte
invokevirtual io.vertx.core.eventbus.impl.codecs.ByteMessageCodec.transform:(Ljava/lang/Byte;)Ljava/lang/Byte;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object decodeFromWire(int, io.vertx.core.buffer.Buffer);
descriptor: (ILio/vertx/core/buffer/Buffer;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
iload 1
aload 2
invokevirtual io.vertx.core.eventbus.impl.codecs.ByteMessageCodec.decodeFromWire:(ILio/vertx/core/buffer/Buffer;)Ljava/lang/Byte;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lio/vertx/core/eventbus/MessageCodec<Ljava/lang/Byte;Ljava/lang/Byte;>;
SourceFile: "ByteMessageCodec.java"