Uses of Class
eu.medsea.mimeutil.MimeException

Packages that use MimeException
eu.medsea.mimeutil   
eu.medsea.mimeutil.detector   
 

Uses of MimeException in eu.medsea.mimeutil
 

Methods in eu.medsea.mimeutil that throw MimeException
static String MimeUtil.getMediaType(String mimeType)
          Utility method to get the major or media part of a mime type i.e.
static double MimeUtil.getMimeQuality(String mimeType)
          Utility method to get the quality part of a mime type.
static Collection MimeUtil.getMimeTypes(byte[] data)
          TODO: Add description
static Collection MimeUtil.getMimeTypes(byte[] data, MimeType unknownMimeType)
          TODO: Add desription
static Collection MimeUtil.getMimeTypes(File file)
          Get all of the matching mime types for this file object.
static Collection MimeUtil.getMimeTypes(File file, MimeType unknownMimeType)
          Get all of the matching mime types for this file object.
static Collection MimeUtil.getMimeTypes(InputStream in)
          Get all of the matching mime types for this InputStream object.
static Collection MimeUtil.getMimeTypes(InputStream in, MimeType unknownMimeType)
          Get all of the matching mime types for this InputStream object.
static Collection MimeUtil.getMimeTypes(String fileName)
          Get all of the matching mime types for this file name.
static Collection MimeUtil.getMimeTypes(String fileName, MimeType unknownMimeType)
          Get all of the matching mime types for this file name .
static Collection MimeUtil.getMimeTypes(URLConnection url)
          Get all of the matching mime types for this URLConnection object.
static Collection MimeUtil.getMimeTypes(URLConnection url, MimeType unknownMimeType)
          Get all of the matching mime types for this URLConnection object.
static double MimeUtil.getQuality(String mimeType)
          Get the quality parameter of this mime type i.e.
static String MimeUtil.getSubType(String mimeType)
          Utility method to get the minor part of a mime type i.e.
 

Constructors in eu.medsea.mimeutil that throw MimeException
MimeType(String mimeType)
          Construct a mime type from a String such as text/plain.
 

Uses of MimeException in eu.medsea.mimeutil.detector
 

Methods in eu.medsea.mimeutil.detector that throw MimeException
 Collection MimeDetector.getMimeTypes(File file)
          This method is called by the MimeUtil getMimeTypes(File) method via the MimeUtil.MimeUtilMimeDetectorRegistry class.
 Collection MimeDetector.getMimeTypes(InputStream in)
          This method is called by the MimeUtil getMimeTypes(InputStream) method via the MimeUtil.MimeUtilMimeDetectorRegistry class.
 Collection MimeDetector.getMimeTypes(String fileName)
          This method is called by the MimeUtil getMimeTypes(fileName) method via the MimeUtil.MimeUtilMimeDetectorRegistry class.
 Collection MagicMimeMimeDetector.getMimeTypesByteArray(byte[] data)
          Get the mime types that may be contained in the data array.
 Collection ExtensionMimeDetector.getMimeTypesFile(File file)
          Get the mime type of a file using file extension mappings.
 Collection MagicMimeMimeDetector.getMimeTypesFile(File file)
          Try to get the mime types of a file using the magic.mime rules files.
 Collection MagicMimeMimeDetector.getMimeTypesInputStream(InputStream in)
          Get the mime types of the data in the specified InputStream.
 



Copyright © 2007-2009 Medsea Business Solutions S.L.. All Rights Reserved.