|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.fileupload.util.mime.MimeUtility
public final class MimeUtility
Utility class to decode MIME texts.
Method Summary | |
---|---|
static java.lang.String |
decodeText(java.lang.String text)
Decode a string of text obtained from a mail header into its proper form. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String decodeText(java.lang.String text) throws java.io.UnsupportedEncodingException
text
- The text to decode.
java.io.UnsupportedEncodingException
- if the detected encoding in the input text is not supported.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |