ElfBuilder.write

void write(string path)

Build the ELF file and write it to a file.

Parameters

pathThe file path to write to.

Throws

Exception if the file cannot be written.
void write(File file)

Build the ELF file and write it to an open file.

Parameters

fileThe file to write to.

Throws

Exception if the file cannot be written.