3738394041424344454647
public EPubBook(final String filename) throws IOException, BookException { this.bookURL = filename; this.parser = new HTMLTextParser(); bookArchive = new ArchiveZip(filename); language = null; try { /* * load chapters info (filename + title)