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

net.sf.aguacate.document.DocumentParser Maven / Gradle / Ivy

package net.sf.aguacate.document;

import java.io.IOException;
import java.io.Reader;
import java.util.Map;

public interface DocumentParser {

	Map parse(Reader reader) throws IOException;

	String[] getMimeTypes();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy