335336337338339340341342343344345
if (fileOut == null) { pw = new PrintWriter(System.out, true); } else { pw = new PrintWriter(fileOut, "UTF-8"); } report = new XmpReportImpl(pw, path, EpubCheck.version()); } else { report = new DefaultReportImpl(path); }