RFR: 8361286: Allow enabling of background loading for images loaded from an InputStream
Nir Lisker
nlisker at openjdk.org
Mon Aug 18 20:22:16 UTC 2025
On Mon, 18 Aug 2025 09:35:23 GMT, John Hendrikx <jhendrikx at 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
Do we still use `@NamedArg`? I thought it's a remnant of pre-Java 8 where parameter names weren't saved.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1875#issuecomment-3198286371
More information about the openjfx-dev
mailing list