Uses of Class
org.apache.tika.mime.MimeType

Packages that use MimeType
org.apache.tika.mime Media type information. 
 

Uses of MimeType in org.apache.tika.mime
 

Methods in org.apache.tika.mime that return MimeType
 MimeType MimeTypes.forName(java.lang.String name)
          Returns the registered media type with the given name (or alias).
 MimeType MimeTypes.getMimeType(byte[] data)
          Deprecated. Use the Tika.detect(byte[]) method
 MimeType MimeTypes.getMimeType(java.io.File file)
          Deprecated. Use the Tika.detect(File) method
 MimeType MimeTypes.getMimeType(java.io.InputStream stream)
          Deprecated. Use the Tika.detect(InputStream) method
 MimeType MimeTypes.getMimeType(java.lang.String name)
          Deprecated. Use the Tika.detect(String) method
 MimeType MimeTypes.getMimeType(java.lang.String name, byte[] data)
          Deprecated. Use the Tika.detect(byte[], String) method
 MimeType MimeTypes.getMimeType(java.lang.String name, java.io.InputStream stream)
          Deprecated. Use the Tika.detect(InputStream,String) method
 MimeType MimeTypes.getMimeType(java.net.URL url)
          Deprecated. Use the Tika.detect(URL) method
 

Methods in org.apache.tika.mime with parameters of type MimeType
 void MimeTypes.addPattern(MimeType type, java.lang.String pattern)
          Adds a file name pattern for the given media type.
 void MimeTypes.addPattern(MimeType type, java.lang.String pattern, boolean isRegex)
          Adds a file name pattern for the given media type.
 int MimeType.compareTo(MimeType mime)
           
 void MimeTypes.setSuperType(MimeType type, MediaType parent)
           
 



Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.