byte to bufferedimage java

InputStream is = new ByteArrayInputStream(bytes);
BufferedImage bi = ImageIO.read(is);
Cute Camel