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:reset
 
pub.io:reset
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.
Input Parameters
stream
java.io.InputStream Optional. The InputStream.
Note:
You can use either stream or reader to specify the input object. If both stream and reader input parameters are provided, then both the objects will be reset.
reader
java.io.Reader Optional. The reader object.
Output Parameters
stream
java.io.InputStream. Conditional. The InputStream. Returned only if the input parameter is stream.
reader
java.io.Reader. Conditional. The reader object. Returned only if the input parameter is reader.
Usage Notes
If the InputStream does not support the reset operation, invoking this service has no effect.
Either of the input parameters, stream or reader, is required.