193194195196197198199
/** * Create a new EPUB document by reading it from a file. */ public Publication(File file) throws Exception { this(new ZipContainerSource(file)); }