On Fri, 27 Nov 2020 16:56:37 GMT, Chris Hegarty <che...@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

Reply via email to