java - Byte Array to Image File -
I have been given a byte [] array in Java that includes bytes for an image, and let me output it Image is required How can I go about doing this?
Many thanks
buffoon image img = ImageIO.read (new Bytereinputstream (bytes));
Comments
Post a Comment