org.apache.http.util
Class CharsetUtils

java.lang.Object
  extended by org.apache.http.util.CharsetUtils

public class CharsetUtils
extends Object


Constructor Summary
CharsetUtils()
           
 
Method Summary
static Charset get(String name)
           
static Charset lookup(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharsetUtils

public CharsetUtils()
Method Detail

lookup

public static Charset lookup(String name)

get

public static Charset get(String name)
                   throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException


Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.