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

nl.siegmann.epublib.epub.EpubWriter Maven / Gradle / Ivy

The newest version!
package nl.siegmann.epublib.epub;

import java.io.IOException;
import java.io.OutputStream;
import nl.siegmann.epublib.domain.Book;

/**
 *
 * @author Pieter Heyvaert 
 */
public interface EpubWriter {
    
    void write(Book book, OutputStream out) throws IOException;
    
    BookProcessor getBookProcessor();
    
    void setBookProcessor(BookProcessor bookProcessor);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy