public void test (File file) { BufferedImage image = ImageIO.read(file); ... try { stream.close(); } catch (IOException ex) { log.error("ERROR closing image ...
確定! 回上一頁