Download List

Descripción del Proyecto

Mime Type Detection Utility is a Java (1.4 or
higher) utility library that detects the MIME
types of files and streams. It uses file extension
mappings and a magic.mime rules file.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-06-01 06:30
2.0

Extracción de los bloques estáticos de MimeDetector (s). Ahora tiene que registrarse MimeDetector (s) con un nombre completo. TextMimeDetector se añade y registrados por defecto, y no puede ser no-registrados. Se analiza el contenido de texto de todas las fuentes en añadir un atributo de codificación. Todas las clases de métodos obsoletos y se han eliminado. La explotación forestal ha cambiado a slf4j de commons-logging. De meta-datos se ha añadido que permitan mime-util para ser desplegados en un contenedor OSGi como un paquete de OSGi.
Tags: Java, Development, Library, mediainfo
Removal of static blocks from MimeDetector(s). Now you have to register MimeDetector(s) using a fully qualified name. TextMimeDetector is added and registered by default, and cannot be un-registered. It analyzes text content from all supported sources adding an encoding attribute. All deprecated classes and methods have been removed. Logging has changed to SLF4J from commons-logging. Meta-data has been added enabling mime-util to be deployed in an OSGi container as an OSGi bundle.

2009-01-27 19:46
1.1.2

Que todos los errores fueron corregidos. La detección de tipos MIME de los flujos de Java se aplicó la API fue limpiado y los métodos de utilidad que se han añadido. Cantidades significativas de JavaDoc fueron añadidos a la API pública. Un README.TXT que explica la asignación de tipos MIME se incluyó. Muchas asignaciones de mayor extensión se agregó.
Tags: Initial freshmeat announcement
All known bugs were fixed. MIME type detection of Java streams was implemented The API was cleaned up and many utility methods were added. Significant amounts of JavaDoc were added to the public API. A README.txt file explaining MIME type mapping was included. Many more extension mappings were added.

Project Resources