|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use EncoderException | |
| org.apache.commons.codec | The types in this package define a small set of interfaces used by the various implementations in the sub-packages. |
| org.apache.commons.codec.binary | Base64 and Hexadecimal String encoding and decoding. |
| org.apache.commons.codec.language | Language and phonetic encoders. |
| org.apache.commons.codec.net | Network related encoding and decoding. |
| Uses of EncoderException in org.apache.commons.codec |
| Methods in org.apache.commons.codec that throw EncoderException | |
byte[] |
BinaryEncoder.encode(byte[] pArray)
Encodes a byte array and return the encoded data as a byte array. |
Object |
Encoder.encode(Object pObject)
Encodes an "Object" and returns the encoded content as an Object. |
String |
StringEncoder.encode(String pString)
Encodes a String and returns a String. |
| Uses of EncoderException in org.apache.commons.codec.binary |
| Methods in org.apache.commons.codec.binary that throw EncoderException | |
Object |
Base64.encode(Object pObject)
Encodes an Object using the base64 algorithm. |
Object |
Hex.encode(Object object)
Converts a String or an array of bytes into an array of characters representing the hexidecimal values of each byte in order. |
| Uses of EncoderException in org.apache.commons.codec.language |
| Methods in org.apache.commons.codec.language that throw EncoderException | |
Object |
DoubleMetaphone.encode(Object obj)
Encode the value using DoubleMetaphone. |
Object |
Metaphone.encode(Object pObject)
Encodes an Object using the metaphone algorithm. |
Object |
RefinedSoundex.encode(Object pObject)
Encodes an Object using the refined soundex algorithm. |
Object |
Soundex.encode(Object pObject)
Encodes an Object using the soundex algorithm. |
| Uses of EncoderException in org.apache.commons.codec.net |
| Methods in org.apache.commons.codec.net that throw EncoderException | |
String |
URLCodec.encode(String pString)
Encodes a string into its URL safe form. |
Object |
URLCodec.encode(Object pObject)
Encodes an object into its URL safe form. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||