Class Bytecode


  • public final class Bytecode
    extends Object
    Java bytecode.
    Since:
    0.1.0
    • Constructor Detail

      • Bytecode

        public Bytecode​(byte[] bytes)
        Constructor.
        Parameters:
        bytes - Bytecode bytes.
    • Method Detail

      • bytes

        public byte[] bytes()
        Get as bytes.
        Returns:
        Bytecode bytes.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object