Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | IO Folder | Summary of Elements in this Folder
 
Summary of Elements in this Folder
 
pub.io:bytesToStream
pub.io:close
pub.io:createByteArray
pub.io:mark
pub.io:markSupported
pub.io:read
pub.io:readAsString
pub.io:readerToString
pub.io:reset
pub.io:skip
pub.io:streamToBytes
pub.io:streamToReader
pub.io:streamToString
pub.io:stringToReader
pub.io:stringToStream
Note:
The services in this folder may only be invoked by other services on Integration Server. Streams cannot be passed between clients and Integration Server, so these services will not execute if they are invoked from a client.
The following elements are available in this folder:
Element
Package and Description
WmPublic. Converts a byte[ ] to java.io.ByteArrayInputStream.
WmPublic. Closes an InputStream or a reader object and releases the resources.
WmPublic. Creates a byte array of the specified length.
WmPublic. Marks the current position in the InputStream or reader object.
WmPublic. Enables you to test whether your InputStream or reader object supports the mark and reset operations.
WmPublic. Reads a specified number of bytes from the InputStream and stores them into a buffer.
WmPublic. Reads the data from a reader object and returns the contents as a string.
WmPublic. Reads the data from a reader object and converts it to a string.
WmPublic. Repositions the InputStream or the reader object to the position at the time the pub.io:mark service was last invoked on the stream.
WmPublic. Skips over and discards the specified number of bytes or characters from the input stream or a reader object.
WmPublic. Creates a byte[ ] from data that is read from an InputStream.
WmPublic. Converts a java.io.InputStream to a java.io.Reader object.
WmPublic. Creates a string from data that is read from an InputStream.
WmPublic. Converts a string object to a java.io.StringReader object.
WmPublic. Converts a string to a byte stream.