ByteArrayInputStream in = new ByteArrayInputStream(byte[]b); //將b作爲輸入流; BufferedImage image = ImageIO.read(InputStream in); //將in ...
確定! 回上一頁