[OpenJDK 2D-Dev] RFR: 8263560: Remove needless wrapping with BufferedInputStream [v3]

Сергей Цыпанов github.com+10835776+stsypanov at openjdk.java.net
Mon Mar 15 08:36:29 UTC 2021


On Sun, 14 Mar 2021 22:48:18 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

>> Сергей Цыпанов has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Use InputStream.readNBytes() and fix JLinkNegativeTest
>
> src/java.desktop/share/classes/sun/awt/image/ByteArrayImageSource.java line 54:
> 
>> 52: 
>> 53:     protected ImageDecoder getDecoder() {
>> 54:         InputStream is = new ByteArrayInputStream(imagedata, imageoffset, imagelength);
> 
> This file use 80 chars per line code style.

Fixed.

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

PR: https://git.openjdk.java.net/jdk/pull/2992


More information about the 2d-dev mailing list