Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | IO Folder | Summary of Elements in this Folder | pub.io:createByteArray
 
pub.io:createByteArray
WmPublic. Creates a byte array of the specified length.
Input Parameters
length
String The length of the byte array to be created.
Output Parameters
bytes
Object The new byte array.
Usage Notes
The pub.io:read service reads data from an InputStream into a byte array. You can use this service to create the byte array. Invoking this service is the equivalent of the Java code new byte[length].