Is there a standard reference that I can use to get standard mime type descriptions within Java without having an internet connection?
I could create my own reference but then I would need to maintain it.
NOTE I am after the description when I already have the mime type, I'm not trying to find the mime type for a file.
e.g. If I have application/xml
I want to find the friendly name, i.e. XML Document
.
I repeat, the linked question has nothing to do with this question besides the fact that it relates to mime types, read this properly and reopen!