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. |
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. |