org.openmobileis.common.util.codec.GeneralCoder Class Reference

List of all members.

Detailed Description

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)


Member Function Documentation

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.


The documentation for this class was generated from the following file:
Generated on Mon Dec 4 11:03:34 2006 for OpenMobileIS by  doxygen 1.5.1-p1