Integration Cloud 7.0.0 | Built-In Services | Built-In Services | IO Services
 
IO Services
Use IO services to convert data between byte[ ], characters, and InputStream representations. These services are used for reading and writing bytes, characters, and streamed data to the file system. These services behave like the corresponding methods in the java.io.InputStream class. These services can be invoked only by other services. Streams cannot be passed between clients and the server, so these services will not execute if they are invoked from a client.
The following IO services are available:
Service
Description
Converts a byte[ ] to java.io.ByteArrayInputStream.
Creates a byte[ ] from data that is read from an InputStream.
Creates a string from data that is read from an InputStream.
Converts a string to a binary stream.