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

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

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

import java.io.OutputStream;

import nl.siegmann.epublib.domain.Resource;

public interface HtmlProcessor {
	
	void processHtmlResource(Resource resource, OutputStream out);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy