Class IdentifiedBytecode

java.lang.Object
io.github.mkoncek.classpathless.api.IdentifiedFile
io.github.mkoncek.classpathless.api.IdentifiedBytecode

public class IdentifiedBytecode extends IdentifiedFile
Compiled bytecode of a class with its fully qualified name.
  • Constructor Details

    • IdentifiedBytecode

      public IdentifiedBytecode(ClassIdentifier classIdentifier, byte[] file)
      Parameters:
      classIdentifier - Fully qualified name of class.
      file - The bytecode content of the file.