Frames | No Frames |
Methods which throw type org.apache.commons.codec.DecoderException | |
byte[] | QuotedPrintableCodec.decode(byte[] bytes) Decodes an array of quoted-printable characters into an array of original bytes. |
byte[] | Decodes an array of URL safe 7-bit characters into an array of
original bytes. |
Object | Decodes a Base64 object into its original form. |
Object | Decodes a quoted-printable object into its original form. |
Object | Decodes a quoted-printable object into its original form. |
Object | Decodes a URL safe object into its original form. |
String | Decodes a Base64 string into its original form. |
String | Decodes a quoted-printable string into its original form. |
String | QuotedPrintableCodec.decode(java.lang.String pString) Decodes a quoted-printable string into its original form using the default string charset. |
String | Decodes a URL safe string into its original form using the default
string charset. |
String | QuotedPrintableCodec.decode(java.lang.String pString, java.lang.String charset) Decodes a quoted-printable string into its original form using the specified string charset. |
String | Decodes a URL safe string into its original form using the
specified encoding. |
byte[] | QuotedPrintableCodec.decodeQuotedPrintable(byte[] bytes) Decodes an array quoted-printable characters into an array of original bytes. |
String | RFC1522Codec.decodeText(java.lang.String text) Applies an RFC 1522 compliant decoding scheme to the given string of text. |
byte[] | Decodes an array of URL safe 7-bit characters into an array of
original bytes. |
byte[] | BCodec.doDecoding(byte[] bytes) Decodes an array of bytes using the defined encoding scheme
|
byte[] | QCodec.doDecoding(byte[] bytes) Decodes an array of bytes using the defined encoding scheme
|
Methods which throw type org.apache.commons.codec.DecoderException | |
byte[] | Converts an array of character bytes representing hexidecimal values into an
array of bytes of those same values. |
Object | Decodes an Object using the base64 algorithm. |
Object | Decodes a byte array where each byte represents an ascii '0' or '1'. |
Object | Converts a String or an array of character bytes representing hexidecimal values into an
array of bytes of those same values. |
byte[] | Converts an array of characters representing hexidecimal values into an
array of bytes of those same values. |
int | Converts a hexadecimal character to an integer. |