ToBlob Converter
The ToBlob Converter operator converts the input into a byte array. When data is received at inInterface, the following conversion is performed:
-
primitive number types: A big-endian byte array representation.
-
string: A standard conversion.
-
vora message: The body of the message.
Configuration Parameters
None
Input
|
Input |
Type |
Description |
|---|---|---|
|
inInterface |
any |
The input interface. |
Output
|
Output |
Type |
Description |
|---|---|---|
|
outByteArray |
blob |
The output byte array. |
