Uses of Class
org.apache.nutch.util.mime.MimeType

Packages that use MimeType
org.apache.nutch.util.mime   
 

Uses of MimeType in org.apache.nutch.util.mime
 

Methods in org.apache.nutch.util.mime that return MimeType
 MimeType MimeTypes.forName(String name)
          Return a MimeType from its name.
 MimeType MimeTypes.getMimeType(byte[] data)
          Find the Mime Content Type of a stream from its content.
 MimeType MimeTypes.getMimeType(File file)
          Find the Mime Content Type of a file.
 MimeType MimeTypes.getMimeType(String name)
          Find the Mime Content Type of a document from its name.
 MimeType MimeTypes.getMimeType(String name, byte[] data)
          Find the Mime Content Type of a document from its name and its content.
 MimeType MimeTypes.getMimeType(URL url)
          Find the Mime Content Type of a document from its URL.
 



Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.