RFR: 8361286: Allow enabling of background loading for images loaded from an InputStream [v3]
John Hendrikx
jhendrikx at openjdk.org
Wed Aug 20 13:49:46 UTC 2025
> 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 two additional commits since the last revision:
- Add links to progress property in javadoc
- Remove wrapping
-------------
Changes:
- all: https://git.openjdk.org/jfx/pull/1875/files
- new: https://git.openjdk.org/jfx/pull/1875/files/63e652e5..2e23626e
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jfx&pr=1875&range=02
- incr: https://webrevs.openjdk.org/?repo=jfx&pr=1875&range=01-02
Stats: 14 lines in 1 file changed: 0 ins; 8 del; 6 mod
Patch: https://git.openjdk.org/jfx/pull/1875.diff
Fetch: git fetch https://git.openjdk.org/jfx.git pull/1875/head:pull/1875
PR: https://git.openjdk.org/jfx/pull/1875
More information about the openjfx-dev
mailing list