I am working on Database Connector development project and come across a
situation where I need to detect the MIME type of BLOB data(byte arrays).
There is similar functionality requirement File System Connector also.
As this is a very common functionality required in most of the connectors ,
it would be great to have this functionality as a part of Utility SPI.
Additional information:
MimeUtil package can be used to recognize MIME type of java.io.File,
java.io.InputStream, java.net.URL and byte arrays. This package has used in
MimeTypeFinder class of File System Connector.
Original issue reported on code.google.com by suresh.g...@gmail.com on 22 Apr 2010 at 7:00
Original issue reported on code.google.com by
suresh.g...@gmail.com
on 22 Apr 2010 at 7:00