|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MimeException | |
|---|---|
| eu.medsea.util | |
| Uses of MimeException in eu.medsea.util |
|---|
| Methods in eu.medsea.util that throw MimeException | |
|---|---|
static String |
MimeUtil.getMagicMimeType(File file)
Deprecated. Get the mime type of a file using the magic.mime rules
files. |
static String |
MimeUtil.getMagicMimeType(String fname)
Deprecated. Get the mime type of a file using the magic.mime rules
files. |
static String |
MimeUtil.getMajorComponent(String mimeType)
Deprecated. Utility method to get the major part of a mime type i.e. |
static double |
MimeUtil.getMimeQuality(String mimeType)
Deprecated. Utility method to get the quality part of a mime type. |
static String |
MimeUtil.getMimeType(File f)
Deprecated. This is a convenience method where the order of lookup is set to extension mapping first. |
static String |
MimeUtil.getMimeType(File file,
boolean extFirst)
Deprecated. Get the mime type of a file using a File object which can be
relative to the JVM or an absolute path. |
static String |
MimeUtil.getMimeType(InputStream in)
Deprecated. Get the mime type of the data in the specified InputStream. |
static String |
MimeUtil.getMimeType(String fname)
Deprecated. This is a convenience method where the order of lookup is set to extension mapping first. |
static String |
MimeUtil.getMimeType(String fname,
boolean extFirst)
Deprecated. Get the mime type of a file using a path which can be relative to the JVM or an absolute path. |
static String |
MimeUtil.getMinorComponent(String mimeType)
Deprecated. Utility method to get the minor part of a mime type i.e. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||