On 17/06/2015 18:47, Sergey Bylokhov wrote:
On 27.05.15 19:03, Sergey Bylokhov wrote:
Hi, Alan.
On 27.05.15 18:51, Alan Bateman wrote:
A minor comment on the usage of ByteArrayOutputStream is that you
should be able to replace this soon with:
Image image = toolkit.createImage( in.readAllBytes() );
The readAllBytes method is currently in review on core-libs-dev.
Thanks for this suggestion. I'll postpone the fix a little bit.
Here is the new version of the fix:
http://cr.openjdk.java.net/~serb/8078658/webrev.01/src/java.desktop/share/classes/java/awt/Cursor.java.sdiff.html
The new method is used.
Using readAllBytes looks good to me.
-Alan