Job.write

This function appends an array of ubytes to the data stored within a Job object.

class Job
package
void
write
(
ubyte[] data
)

Parameters

data ubyte[]

The array of data to be written to the Job.

Meta