rath.msnm.msg
Class MimeUtility
java.lang.Object
|
+--rath.msnm.msg.MimeUtility
- public class MimeUtility
- extends Object
- Version:
- $Id: MimeUtility.java,v 1.4 2002/03/15 05:16:15 xrath Exp $
- Author:
- Jang-Ho Hwang, rath@linuxkorea.co.kr
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MimeUtility
public MimeUtility()
getURLEncodedString
public static String getURLEncodedString(String str)
throws UnsupportedEncodingException
UnsupportedEncodingException
getURLEncodedString
public static String getURLEncodedString(String str,
String encoding)
throws UnsupportedEncodingException
UnsupportedEncodingException
getURLDecodedString
public static String getURLDecodedString(String str)
throws UnsupportedEncodingException
UnsupportedEncodingException
getURLDecodedString
public static String getURLDecodedString(String str,
String encoding)
throws UnsupportedEncodingException
UnsupportedEncodingException