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 // io.vertx.core.eventbus.impl.codecs.ByteMessageCodec this
         0: .line 20
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.core.eventbus.impl.codecs.ByteMessageCodec this
      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 // io.vertx.core.eventbus.impl.codecs.ByteMessageCodec this
        start local 1 // io.vertx.core.buffer.Buffer buffer
        start local 2 // java.lang.Byte b
         0: .line 24
            aload 1 /* buffer */
            aload 2 /* b */
            invokevirtual java.lang.Byte.byteValue:()B
            invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 25
            return
        end local 2 // java.lang.Byte b
        end local 1 // io.vertx.core.buffer.Buffer buffer
        end local 0 // io.vertx.core.eventbus.impl.codecs.ByteMessageCodec this
      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 // io.vertx.core.eventbus.impl.codecs.ByteMessageCodec this
        start local 1 // int pos
        start local 2 // io.vertx.core.buffer.Buffer buffer
         0: .line 29
            aload 2 /* buffer */
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getByte:(I)B
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
            areturn
        end local 2 // io.vertx.core.buffer.Buffer buffer
        end local 1 // int pos
        end local 0 // io.vertx.core.eventbus.impl.codecs.ByteMessageCodec this
      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 // io.vertx.core.eventbus.impl.codecs.ByteMessageCodec this
        start local 1 // java.lang.Byte b
         0: .line 35
            aload 1 /* b */
            areturn
        end local 1 // java.lang.Byte b
        end local 0 // io.vertx.core.eventbus.impl.codecs.ByteMessageCodec this
      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 // io.vertx.core.eventbus.impl.codecs.ByteMessageCodec this
         0: .line 40
            ldc "byte"
            areturn
        end local 0 // io.vertx.core.eventbus.impl.codecs.ByteMessageCodec this
      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 // io.vertx.core.eventbus.impl.codecs.ByteMessageCodec this
         0: .line 45
            iconst_2
            ireturn
        end local 0 // io.vertx.core.eventbus.impl.codecs.ByteMessageCodec this
      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: .line 1
            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: .line 1
            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: .line 1
            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"