Integrated: 8155902: DataOuputStream should clarify that it might write primitive types as multiple byte groups

Brian Burkhalter bpb at openjdk.org
Wed Jul 12 18:18:25 UTC 2023


On Thu, 6 Jul 2023 21:40:38 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> Add a disclaimer to `java.io.DataOutputStream` to the effect that it makes no guarantee as to how the underlying output stream actually writes the bytes provided to it.

This pull request has now been integrated.

Changeset: ed9337e6
Author:    Brian Burkhalter <bpb at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/ed9337e6656e9f2f6d891deb26495a79324d37c6
Stats:     4 lines in 1 file changed: 3 ins; 0 del; 1 mod

8155902: DataOuputStream should clarify that it might write primitive types as multiple byte groups

Reviewed-by: alanb, djelinski, lancea, rriggs

-------------

PR: https://git.openjdk.org/jdk/pull/14791


More information about the core-libs-dev mailing list