RFR: 8292698: Improve performance of DataInputStream [v3]
Сергей Цыпанов
duke at openjdk.org
Wed Sep 14 07:35:43 UTC 2022
On Tue, 13 Sep 2022 20:04:08 GMT, Bernd <duke at openjdk.org> wrote:
> Does that mean there is no explicit test for DataInputStream endianess
@ecki I think this is not strictly necessary as order of bytes is explicitly specified in JavaDoc of `DataInput` implemented by `DataInputStream`
-------------
PR: https://git.openjdk.org/jdk/pull/9956
More information about the core-libs-dev
mailing list