Java > Image IO > How to load image from ImageInputStream
How to load image from ImageInputStream
Java Image IO provides pluggable architecture for accessing images transparently.
It is simple, flexible and allows us to plugin various image readers and writers with ease.
The following example shows loading an image from ImageInputStream as swing label image icon.