All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.maxwe.epub.parser.meta.IEPubMeta Maven / Gradle / Ivy

The newest version!
package org.maxwe.epub.parser.meta;

import org.maxwe.epub.parser.impl.Content;
import org.maxwe.epub.parser.impl.Metadata;

/**
 * Created by Pengwei Ding on 2015-12-09 19:04.
 * Email: [email protected] [email protected]
 * Description: 解析EPub元数据
 */
public interface IEPubMeta {

    Metadata getMetadata();

    Content getContent();

    IContainer getIContainer();

    IOPF getIOPF();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy