On Thu, 26 May 2022 11:43:07 GMT, Martin Desruisseaux <d...@openjdk.java.net> wrote:
> As a minor note, in `com.sun.imageio.plugins.common.ReaderUtil` class the > `readMultiByteInteger(ImageInputStream)` method is used only by > `WBMPImageReader`. Would it be worth to move (in a separated pull request) > that method in `WBMPImageReader` for saving a few bytes in the common case > where WBMP format is not used? I'd be inclined to leave it as a common utility .. someone else might need it in the future. ------------- PR: https://git.openjdk.java.net/jdk/pull/8700