webMethods Integration Cloud and Cloud Deployment Documentation 6.0.0 | webMethods Integration Cloud | Built-In Services | Built-In Services | IO | streamToBytes
 
streamToBytes
Creates a byte[ ] from data that is read from an InputStream.
Input Parameters
stream
java.io.InputStream The InputStream that you want to convert.
Output Parameters
bytes
byte[ ]The bytes read from stream.
Usage Notes
This service reads all of the bytes from stream until the end of file is reached, and then it closes the InputStream.

Copyright © 2014- 2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.