ddl.ddl.DDLBinary



class DDLBinary;
Provides support for loading and saving DDL files.

void load(IBuffer fileBuffer);
Loads the entire file, and buffers the attached binary file

void save(IBuffer fileBuffer);
Saves a DDL module to disk. Assumes that the binaryData is already populated with the embedded file data.