Stream Splitter
This adapter splits a data stream into parts whose length can be defined in byte. This adapter outputs the data stream parts with the specified length successively or outputs the parts in ascending or descending order.
Properties
| Operation | Defines the operation executed by the adapter Possible values:
|
Parameters
| Adapter | Main adapter class (do not change!) Possible values: |
| BlockSize | Block size in bytes (the last part of the data stream may be smaller) Possible values: Any integer number |
| SegmentCount | Manipulate the adapter result status (useful in combination with a Possible values:
|
Status values
-1 (error) | An error occurred during the adapter's execution. You find more detailed information in the server log. |
0 (successful) | The adapter was executed successfully, but did not output any data because there were no more parts available (operation |
1 (successful) | The adapter was executed successfully and output the current part of the binary data stream. If the parameter |
2 ... n | Only if the parameter |