Searched refs:tmpPngFile (Results 1 – 1 of 1) sorted by relevance
796 File tmpPngFile = FileUtil.createTempFile("screenshot", ".png"); in testGetScreenshot() local798 FileUtil.writeToFile(source.createInputStream(), tmpPngFile); in testGetScreenshot() local799 CLog.i("Created file at %s", tmpPngFile.getAbsolutePath()); in testGetScreenshot()801 BufferedImage image = ImageIO.read(tmpPngFile); in testGetScreenshot()807 FileUtil.deleteFile(tmpPngFile); in testGetScreenshot()