On Wed, 20 Aug 2025 23:33:16 GMT, John Hendrikx <jhendr...@openjdk.org> wrote:
>> Support background loading of raw input streams >> >> - Fixed generics (mix up of two ImageLoader types) >> - Removed unused code for handling headers, methods, request parameters >> - Use `long` for progress as streams may exceed 2 GB >> - Improved documentation of Image regarding background loading > > John Hendrikx has updated the pull request incrementally with one additional > commit since the last revision: > > Fix typo You are right, please disregard the comment. I think we should clarify the behavior in each constructor that takes `InputStream`, similar to `Font::loadFont()`. A boolean `closeStream` parameter might be the lightest solution from the API perspective then. ------------- PR Comment: https://git.openjdk.org/jfx/pull/1875#issuecomment-3211610028