Class BytecodeBytes


  • public final class BytecodeBytes
    extends Object
    Bytecode byte array.
    Since:
    0.8
    • Constructor Detail

      • BytecodeBytes

        public BytecodeBytes​(String type,
                             byte[] bytes)
        Constructor.
        Parameters:
        type - Value type.
        bytes - Value bytes.
    • Method Detail

      • object

        public Object object​(Codec codec)
        Represent the value as an object.
        Parameters:
        codec - Codec.
        Returns:
        Object.
      • type

        public String type()
        Retrieve the type of the value.
        Returns:
        Type.