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

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -