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

Constructor Summary
MimeUtility()
           
 
Method Summary
static String getURLDecodedString(String str)
           
static String getURLDecodedString(String str, String encoding)
           
static String getURLEncodedString(String str)
           
static String getURLEncodedString(String str, String encoding)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MimeUtility

public MimeUtility()
Method Detail

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