我在Java中得到了一个byte []数组,其中包含图像的字节,我需要将其输出到图像中。我将如何去做呢?
非常感谢
BufferedImage img = ImageIO.read(new ByteArrayInputStream(bytes));