org.jsoup.helper
Class DataUtil
java.lang.Object
org.jsoup.helper.DataUtil
public class DataUtil
- extends Object
Internal static utilities for handling data.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.