RFR: 6587699: Document DigestInputStream behavior when skip() or mark() / reset() is used [v2]
Weijun Wang
weijun at openjdk.org
Thu Jul 28 22:38:37 UTC 2022
On Thu, 28 Jul 2022 17:40:43 GMT, Bradford Wetmore <wetmore at openjdk.org> wrote:
>> Weijun Wang has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Brad comment
>
> src/java.base/share/classes/java/security/DigestInputStream.java line 57:
>
>> 55: * with data actually read from the input stream when it is turned on.
>> 56: * This includes the various {@code read} methods, {@code transferTo},
>> 57: * {@code readAllBytes}, and {@code readNBytes}. Especially, data
>
> Maybe just "Note" instead of "Especially" (or just remove) as this doesn't seem to be an extra special situation.
My understanding of "especially" is not an extra situation, but I'll use "note".
-------------
PR: https://git.openjdk.org/jdk/pull/9667
More information about the security-dev
mailing list