Package org.albite.util.archive.zip

Examples of org.albite.util.archive.zip.ArchiveZip


    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)
View Full Code Here

TOP

Related Classes of org.albite.util.archive.zip.ArchiveZip

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.