On 2018-11-11, <[email protected]> wrote:
>+ * Construct a <code>ReaderInputStream</code>
>+ * for the specified <code>Reader</code>,
>+ * with the specified encoding.
>+ *
>+ * @param reader non-null <code>Reader</code>.
>+ * @param charset non-null <code>Charset</code> charset.
>+ */
>+ public ReaderInputStream(Reader reader, Charset charset) {
please add a @since marker.
>> if (charset == null) {
>> throw new IllegalArgumentException("encoding must not be null");
s/encoding/charset/
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]