Uses of Class
ddf.mime.MimeTypeResolutionException
-
Uses of MimeTypeResolutionException in ddf.mime
Methods in ddf.mime that throw MimeTypeResolutionExceptionModifier and TypeMethodDescriptionMimeTypeMapper.getFileExtensionForMimeType(String contentType) Retrieves the file extension for the specified mime type, e.g., returns ".nitf" for a mime type of "image/nitf".MimeTypeMapper.getMimeTypeForFileExtension(String fileExtension) Retrieves the mime type for the specified file extension, e.g., returns "image/nitf" for a file extension of "nitf".MimeTypeMapper.guessMimeType(InputStream is, String fileExtension) Attempts to guess the mime type for the specified file extension by introspecting the supplied InputStream if necessary.