Re: RFR: 8265039: Adjust javadoc for ByteArray*Stream and InputStream

2021-04-12 Thread Сергей Цыпанов
On Mon, 12 Apr 2021 02:40:27 GMT, Yi Yang wrote: >> Hello, >> >> to avoid cases detected in >> [https://github.com/openjdk/jdk/pull/2992](https://github.com/openjdk/jdk/pull/2992) >> I propose to modify JavaDoc of `ByteArray*Stream` to explicitly mention >> redundancy of wrapping with `Buffe

RFR: 8265039: Adjust javadoc for ByteArray*Stream and InputStream

2021-04-12 Thread Сергей Цыпанов
Hello, to avoid cases detected in [https://github.com/openjdk/jdk/pull/2992](https://github.com/openjdk/jdk/pull/2992) I propose to modify JavaDoc of `ByteArray*Stream` to explicitly mention redundancy of wrapping with `BufferedInputStream`. As of `InputStream` I think in notation `It is neve

Re: RFR: 8265039: Adjust javadoc for ByteArray*Stream and InputStream

2021-04-12 Thread Yi Yang
On Mon, 5 Apr 2021 08:37:15 GMT, Сергей Цыпанов wrote: > Hello, > > to avoid cases detected in > [https://github.com/openjdk/jdk/pull/2992](https://github.com/openjdk/jdk/pull/2992) > I propose to modify JavaDoc of `ByteArray*Stream` to explicitly mention > redundancy of wrapping with `Buff