Uses of Class org.apache.commons.codec.EncoderException

Uses in package org.apache.commons.codec.language

Methods which throw type org.apache.commons.codec.EncoderException

int
RefinedSoundex.difference(java.lang.String s1, java.lang.String s2)
Returns the number of characters in the two encoded Strings that are the same.
int
Soundex.difference(java.lang.String s1, java.lang.String s2)
Encodes the Strings and returns the number of characters in the two encoded Strings that are the same.
int
SoundexUtils.difference(StringEncoder encoder, java.lang.String s1, java.lang.String s2)
Encodes the Strings and returns the number of characters in the two encoded Strings that are the same.
Object
Encode the value using DoubleMetaphone.
Object
Encodes an Object using the metaphone algorithm.
Object
Encodes an Object using the refined soundex algorithm.
Object
Encodes an Object using the soundex algorithm.

Uses in package org.apache.commons.codec.net

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
Object
Encodes an object into its Base64 form using the default charset.
Object
QCodec.encode(Object pObject)
Encodes an object into its quoted-printable form using the default charset.
Object
Encodes an object into its quoted-printable safe form.
Object
Encodes an object into its URL safe form.
String
BCodec.encode(java.lang.String value)
Encodes a string into its Base64 form using the default charset.
String
QCodec.encode(java.lang.String pString)
Encodes a string into its quoted-printable form using the default charset.
String
QuotedPrintableCodec.encode(java.lang.String pString)
Encodes a string into its quoted-printable form using the default string charset.
String
URLCodec.encode(java.lang.String pString)
Encodes a string into its URL safe form using the default string charset.
String
BCodec.encode(java.lang.String value, java.lang.String charset)
Encodes a string into its Base64 form using the specified charset.
String
QCodec.encode(java.lang.String pString, java.lang.String charset)
Encodes a string into its quoted-printable form using the specified charset.
String
RFC1522Codec.encodeText(java.lang.String text, java.lang.String charset)
Applies an RFC 1522 compliant encoding scheme to the given string of text with the given charset.

Uses in package org.apache.commons.codec.binary

Methods which throw type org.apache.commons.codec.EncoderException

Object
Base64.encode(Object pObject)
Encodes an Object using the base64 algorithm.
Object
Converts an array of raw binary data into an array of ascii 0 and 1 chars.
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.

commons-codec version 1.3 - Copyright © 2002-2004 - Apache Software Foundation