Package com.adobe.dp.epub.io

Examples of com.adobe.dp.epub.io.ZipContainerSource


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

TOP

Related Classes of com.adobe.dp.epub.io.ZipContainerSource

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.