RFR: 8251989: Hex formatting and parsing utility [v10]
Roger Riggs
rriggs at openjdk.java.net
Fri Nov 27 17:48:01 UTC 2020
On Fri, 27 Nov 2020 16:56:37 GMT, Chris Hegarty <chegar at openjdk.org> wrote:
>> It is the byte array that is formatted, the result is a hexadecimal string.
>> It helps make a stronger distinction between the byte array functions and the primitive functions.
>
>> It is the byte array that is formatted, the result is a hexadecimal string.
>
> I don't understand. How is the byte array formatter? Do we have "formatted byte arrays" and "unformatted byte arrays"? Are they formatted somehow with prefix, delimiter, suffix ?
The question is how to describe the resulting string.
You are correct that the class javadoc starts off using the terms "hexadecimal string" and "formatted hexadecimal string" but does not follow through.
-------------
PR: https://git.openjdk.java.net/jdk/pull/482
More information about the core-libs-dev
mailing list