emit
void emit()
throws java.io.IOException
Writes the accumulated sample values to the output media.
This method must be called by the engine after all
instrument's a-cycle code for this cycle is executed.
It is intended to actually write the resulting sample data
to the desired location. The desired location may be a file,
a line, or somthing else, depending on this interface'
implementation.
- Throws:
java.io.IOException