public class DecoderUtil
extends java.lang.Object
Description:
Title:首亨软件 - TSS/CRM等
构造器和说明 |
---|
DecoderUtil() |
限定符和类型 | 方法和说明 |
---|---|
static java.lang.String |
decodeEncodedWords(java.lang.String body,
DecodeMonitor monitor)
Decodes a string containing encoded words as defined by RFC 2047.
|
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)