Frames | No Frames |
Methods which throw type org.apache.commons.codec.EncoderException | |
Object | Encodes an Object using the base64 algorithm. |
Object | BinaryCodec.encode(Object raw) Converts an array of raw binary data into an array of ascii 0 and 1 chars. |
Object | Converts a String or an array of bytes into an array of characters representing the
hexidecimal values of each byte in order. |
Methods which throw type org.apache.commons.codec.EncoderException | |
byte[] | BCodec.doEncoding(byte[] bytes) Encodes an array of bytes using the defined encoding scheme
|
byte[] | QCodec.doEncoding(byte[] bytes) Encodes an array of bytes using the defined encoding scheme
|
byte[] | RFC1522Codec.doEncoding(byte[] bytes) Encodes an array of bytes using the defined encoding scheme
|
Object | Encodes an object into its Base64 form using the default charset. |
Object | Encodes an object into its quoted-printable form using the default charset. |
Object | QuotedPrintableCodec.encode(Object pObject) Encodes an object into its quoted-printable safe form. |
Object | Encodes an object into its URL safe form. |
String | Encodes a string into its Base64 form using the default charset. |
String | Encodes a string into its quoted-printable form using the default charset. |
String | QuotedPrintableCodec.encode(String pString) Encodes a string into its quoted-printable form using the default string charset. |
String | Encodes a string into its URL safe form using the default string
charset. |
String | Encodes a string into its Base64 form using the specified charset. |
String | Encodes a string into its quoted-printable form using the specified charset. |
String | RFC1522Codec.encodeText(String text, String charset) Applies an RFC 1522 compliant encoding scheme to the given string of text with the
given charset. |
Methods which throw type org.apache.commons.codec.EncoderException | |
int | RefinedSoundex.difference(String s1, String s2) Returns the number of characters in the two encoded Strings that are the
same. |
int | Soundex.difference(String s1, String s2) Encodes the Strings and returns the number of characters in the two encoded Strings that are the same. |
int | Encodes the Strings and returns the number of characters in the two
encoded Strings that are the same. |
Object | DoubleMetaphone.encode(Object obj) Encode the value using DoubleMetaphone. |
Object | Encodes an Object using the metaphone algorithm. |
Object | RefinedSoundex.encode(Object pObject) Encodes an Object using the refined soundex algorithm. |
Object | Encodes an Object using the soundex algorithm. |
Methods which throw type org.apache.commons.codec.EncoderException | |
Object | Encodes an "Object" and returns the encoded content
as an Object. |
String | StringEncoder.encode(String pString) Encodes a String and returns a String. |
byte[] | BinaryEncoder.encode(byte[] pArray) Encodes a byte array and return the encoded data
as a byte array. |