hello, i have a zip file that contains images, which i want to load so that they exist as BufferedImages.
i already got so far, that i have a ZipEntry and the corresponding BufferedReader but how can i convert the stream from the BufferedReader into a suitable format that is accepted by the ImageIO class?
thanks!