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:readerToString
 
pub.io:readerToString
WmPublic. Reads the data from a reader object and converts it to a string.
Input Parameters
reader
java.io.Reader The reader object.
Output Parameters
string
String Data read from the reader object.
Usage Notes
The readerToString service does not automatically close the reader object. To close the reader, use the pub.io:close service.