- Read input binary
- Map to internal format†
|
- open input dictionary
- open input binary
- read data parameters
|
inBufDict†
inBufBin
Host-DEPENDENT data format
|
- open internal input buffer dictionary
- modify needed fields for host-machine
- add any extra parameters
- open internal input buffer binary
|
PROCESS
|
- Apply whatever processing needed to the data
|
outBufDict†
outBufBin
Host-DEPENDENT data format
|
- open internal output buffer dictionary
- modify format as needed for output
- modify parameters as needed for output
- open internal output buffer binary
|
- Map to output format†
- Write output binary
|
- open output dictionary
- open output binary
|