From: asashour <asa...@ya...> - 2015-05-28 07:08:43
|
Hi, andrius wrote > One more thing, is it possible to know what image file size is (not > width/height)? Or maybe whole page size? Please subscribe before posting. InputStream is = htmlImage.getWebResponse(true).getContentAsStream(); int size = IOUtils.toByteArray(is).length; Ahmed -- View this message in context: http://htmlunit.10904.n7.nabble.com/Htmlunit-getLoadTime-tp36219p36227.html Sent from the HtmlUnit - General mailing list archive at Nabble.com. |