ElfBuilder.write
void write(string path)Build the ELF file and write it to a file.
Parameters
path | The 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
file | The file to write to. |
Throws
Exception if the file cannot be written.