Definition at line 48 of file GeneralCoder.java.
Public Member Functions | |
GeneralCoder () | |
Static Public Member Functions | |
static byte[] | decodeBase64 (byte[] inByte) throws IOException |
static byte[] | encodeBase64 (byte[] inByte) throws IOException |
static String | decodeQuotedPrintable (String data) |
return null if an error occurs. | |
static String | encodeQuotedPrintable (String data) |
static String | decoderfc2047 (String data) |
decode string encoded with RFC 2047. | |
static void | main (String[] args) |
static String org.openmobileis.common.util.codec.GeneralCoder.decoderfc2047 | ( | String | data | ) | [static] |
decode string encoded with RFC 2047.
Mostly use for Mime message subject.
Definition at line 92 of file GeneralCoder.java.