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

eu.medsea.mimeutil.handler.MimeHandler Maven / Gradle / Ivy

Go to download

mime-util is a simple to use, small, light weight and fast open source java utility library that can detect MIME types from files, input streams, URL's and byte arrays. Due to the use of regular expressions and the java.nio packages it requires at least Java 1.4.

There is a newer version: 2.1.3
Show newest version
package eu.medsea.mimeutil.handler;

import java.util.Collection;

public interface MimeHandler {
	public Collection getMimeTypes();
	public Collection handle(Collection mimeTypes);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy