9596979899100101102103104
stream = url.openStream(); return IOUtils.toByteArray(stream); } catch (FileNotFoundException e) { return null; } catch (Exception e) { throw new EnMeGenericException(e); } finally { IOUtils.closeQuietly(stream); } }