stream | java.io.InputStream Optional. The InputStream.
| ||
reader | java.io.Reader Optional. The reader object. |
stream | java.io.InputStream Conditional. The InputStream. Returned only if the input parameter is stream. |
supported | String Indicates whether the stream supports the mark and reset operations. A value of: true indicates that the InputStream supports the mark and reset operations. false indicates that the InputStream does not support the mark and reset operations. |
reader | java.io.ReaderConditional. The reader object. Returned only if the input parameter is reader. |