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].