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 String MimeUtil2.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 double MimeUtil2.getMimeQuality(String mimeType)
          Utility method to get the quality part of a mime type.
static Collection MimeUtil.getMimeTypes(byte[] data)
          Get a Collection of possible MimeType(s) that this byte array could represent according to the registered MimeDetector(s).
 Collection MimeUtil2.getMimeTypes(byte[] data)
          Get a Collection of possible MimeType(s) that this byte array could represent according to the registered MimeDetector(s).
static Collection MimeUtil.getMimeTypes(byte[] data, MimeType unknownMimeType)
          Get a Collection of possible MimeType(s) that this byte array could represent according to the registered MimeDetector(s).
 Collection MimeUtil2.getMimeTypes(byte[] data, MimeType unknownMimeType)
          Get a Collection of possible MimeType(s) that this byte array could represent according to the registered MimeDetector(s).
static Collection MimeUtil.getMimeTypes(File file)
          Get all of the matching mime types for this file object.
 Collection MimeUtil2.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.
 Collection MimeUtil2.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.
 Collection MimeUtil2.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.
 Collection MimeUtil2.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.
 Collection MimeUtil2.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 .
 Collection MimeUtil2.getMimeTypes(String fileName, MimeType unknownMimeType)
          Get all of the matching mime types for this file name .
static Collection MimeUtil.getMimeTypes(URL url)
          Get all of the matching mime types for this URL object.
 Collection MimeUtil2.getMimeTypes(URL url)
          Get all of the matching mime types for this URL object.
static Collection MimeUtil.getMimeTypes(URL url, MimeType unknownMimeType)
           
 Collection MimeUtil2.getMimeTypes(URL url, MimeType unknownMimeType)
           
static double MimeUtil.getQuality(String mimeType)
          Get the quality parameter of this mime type i.e.
static double MimeUtil2.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.
static String MimeUtil2.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 ExtensionMimeDetector.getMimeTypesFile(File file)
          Get the mime type of a file using extension mappings.
 Collection ExtensionMimeDetector.getMimeTypesFileName(String fileName)
          Get the mime type of a file name using file name extension mappings.
 Collection ExtensionMimeDetector.getMimeTypesURL(URL url)
          Get the mime type of a URL using extension mappings.
 



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