Package org.apache.http.util
Class CharsetUtils
- java.lang.Object
-
- org.apache.http.util.CharsetUtils
-
public class CharsetUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description CharsetUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Charset
get(String name)
static Charset
lookup(String name)
-
-
-
Method Detail
-
get
public static Charset get(String name) throws UnsupportedEncodingException
- Throws:
UnsupportedEncodingException
-
-