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

Popular posts from this blog

MySql variables and php -

url rewriting - How to implement the returnurl like SO in PHP? -

Which Python client library should I use for CouchdB? -