|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.james.mime4j.codec.DecoderUtil
public class DecoderUtil
Static methods for decoding strings, byte arrays and encoded words.
Constructor Summary | |
---|---|
DecoderUtil()
|
Method Summary | |
---|---|
static java.lang.String |
decodeEncodedWords(java.lang.String body,
DecodeMonitor monitor)
Decodes a string containing encoded words as defined by RFC 2047. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DecoderUtil()
Method Detail |
---|
public static java.lang.String decodeEncodedWords(java.lang.String body, DecodeMonitor monitor) throws java.lang.IllegalArgumentException
body
- the string to decodemonitor
- the DecodeMonitor to be used.
java.lang.IllegalArgumentException
- only if the DecodeMonitor strategy throws it (Strict parsing)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |