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 marked. |
reader | java.io.Reader Optional. The reader object. |
limit | String The maximum number of bytes that can be read before the mark position becomes invalid. If more than this number of bytes are read from the stream after the pub.io:mark service is invoked, the pub.io:reset service will have no effect. |
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. |