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

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

There is a newer version: 0.10.9
Show newest version
package net.sf.aguacate.document;

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

public interface DocumentParser {

	Map parse(Reader reader) throws IOException;

	Collection getMimeTypes();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy