org.jsoup.helper
Class DataUtil

java.lang.Object
  extended by org.jsoup.helper.DataUtil

public class DataUtil
extends Object

Internal static utilities for handling data.


Method Summary
static Document load(File in, String charsetName, String baseUri)
          Loads a file to a String.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

load

public static Document load(File in,
                            String charsetName,
                            String baseUri)
                     throws IOException
Loads a file to a String.

Parameters:
in -
charsetName -
Returns:
Throws:
IOException


Copyright © 2009-2010 Jonathan Hedley. All Rights Reserved.