93949596979899100101102103
} else { is = f.open(); return fromBundle(is); } } catch (IOException e) { throw new IORuntimeException("IOException in BundleManifest.fromBundle(IFile)", e); } finally { IOUtils.close(is); } }
208209210211212213214215
} try { writer.writeAsPng(image, filePath); } catch (IOException e) { String msg = String.format("Unable to save image as '%s'", filePath); throw new IORuntimeException(msg, e); } }