org.lobobrowser.util.io
Class Files

java.lang.Object
  extended by org.lobobrowser.util.io.Files

public class Files
extends java.lang.Object


Method Summary
static java.lang.String getContentType(java.io.File file)
          Guesses the right content-type for a local file, and includes a charset if appropriate.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getContentType

public static java.lang.String getContentType(java.io.File file)
Guesses the right content-type for a local file, and includes a charset if appropriate.