Skip navigation links
A B C D E F G H I M O Q R S T U 

A

append(char) - Method in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
Deprecated.
 
append(char, char) - Method in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
Deprecated.
 
append(String) - Method in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
Deprecated.
 
append(String, String) - Method in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
Deprecated.
 
appendAlternate(char) - Method in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
Deprecated.
 
appendAlternate(String) - Method in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
Deprecated.
 
appendPrimary(char) - Method in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
Deprecated.
 
appendPrimary(String) - Method in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
Deprecated.
 

B

Base64 - Class in org.apache.commons.codec.binary
Deprecated.
Please use URL.openConnection() instead. Please visit this webpage for further details.
Base64() - Constructor for class org.apache.commons.codec.binary.Base64
Deprecated.
 
BCodec - Class in org.apache.commons.codec.net
Deprecated.
Please use URL.openConnection() instead. Please visit this webpage for further details.
BCodec() - Constructor for class org.apache.commons.codec.net.BCodec
Deprecated.
Default constructor.
BCodec(String) - Constructor for class org.apache.commons.codec.net.BCodec
Deprecated.
Constructor which allows for the selection of a default charset
BinaryCodec - Class in org.apache.commons.codec.binary
Deprecated.
Please use URL.openConnection() instead. Please visit this webpage for further details.
BinaryCodec() - Constructor for class org.apache.commons.codec.binary.BinaryCodec
Deprecated.
 
BinaryDecoder - Interface in org.apache.commons.codec
Deprecated.
Please use URL.openConnection() instead. Please visit this webpage for further details.
BinaryEncoder - Interface in org.apache.commons.codec
Deprecated.
Please use URL.openConnection() instead. Please visit this webpage for further details.

C

compare(Object, Object) - Method in class org.apache.commons.codec.StringEncoderComparator
Deprecated.
Compares two strings based not on the strings themselves, but on an encoding of the two strings using the StringEncoder this Comparator was created with.

D

decode(Object) - Method in class org.apache.commons.codec.binary.Base64
Deprecated.
Decodes an Object using the base64 algorithm.
decode(byte[]) - Method in class org.apache.commons.codec.binary.Base64
Deprecated.
Decodes a byte[] containing containing characters in the Base64 alphabet.
decode(Object) - Method in class org.apache.commons.codec.binary.BinaryCodec
Deprecated.
Decodes a byte array where each byte represents an ascii '0' or '1'.
decode(byte[]) - Method in class org.apache.commons.codec.binary.BinaryCodec
Deprecated.
Decodes a byte array where each byte represents an ascii '0' or '1'.
decode(byte[]) - Method in class org.apache.commons.codec.binary.Hex
Deprecated.
Converts an array of character bytes representing hexidecimal values into an array of bytes of those same values.
decode(Object) - Method in class org.apache.commons.codec.binary.Hex
Deprecated.
Converts a String or an array of character bytes representing hexidecimal values into an array of bytes of those same values.
decode(byte[]) - Method in interface org.apache.commons.codec.BinaryDecoder
Deprecated.
Decodes a byte array and returns the results as a byte array.
decode(Object) - Method in interface org.apache.commons.codec.Decoder
Deprecated.
Decodes an "encoded" Object and returns a "decoded" Object.
decode(String) - Method in class org.apache.commons.codec.net.BCodec
Deprecated.
Decodes a Base64 string into its original form.
decode(Object) - Method in class org.apache.commons.codec.net.BCodec
Deprecated.
Decodes a Base64 object into its original form.
decode(String) - Method in class org.apache.commons.codec.net.QCodec
Deprecated.
Decodes a quoted-printable string into its original form.
decode(Object) - Method in class org.apache.commons.codec.net.QCodec
Deprecated.
Decodes a quoted-printable object into its original form.
decode(byte[]) - Method in class org.apache.commons.codec.net.QuotedPrintableCodec
Deprecated.
Decodes an array of quoted-printable characters into an array of original bytes.
decode(String, String) - Method in class org.apache.commons.codec.net.QuotedPrintableCodec
Deprecated.
Decodes a quoted-printable string into its original form using the specified string charset.
decode(String) - Method in class org.apache.commons.codec.net.QuotedPrintableCodec
Deprecated.
Decodes a quoted-printable string into its original form using the default string charset.
decode(Object) - Method in class org.apache.commons.codec.net.QuotedPrintableCodec
Deprecated.
Decodes a quoted-printable object into its original form.
decode(byte[]) - Method in class org.apache.commons.codec.net.URLCodec
Deprecated.
Decodes an array of URL safe 7-bit characters into an array of original bytes.
decode(String, String) - Method in class org.apache.commons.codec.net.URLCodec
Deprecated.
Decodes a URL safe string into its original form using the specified encoding.
decode(String) - Method in class org.apache.commons.codec.net.URLCodec
Deprecated.
Decodes a URL safe string into its original form using the default string charset.
decode(Object) - Method in class org.apache.commons.codec.net.URLCodec
Deprecated.
Decodes a URL safe object into its original form.
decode(String) - Method in interface org.apache.commons.codec.StringDecoder
Deprecated.
Decodes a String and returns a String.
decodeBase64(byte[]) - Static method in class org.apache.commons.codec.binary.Base64
Deprecated.
Decodes Base64 data into octects
decodeHex(char[]) - Static method in class org.apache.commons.codec.binary.Hex
Deprecated.
Converts an array of characters representing hexidecimal values into an array of bytes of those same values.
decodeQuotedPrintable(byte[]) - Static method in class org.apache.commons.codec.net.QuotedPrintableCodec
Deprecated.
Decodes an array quoted-printable characters into an array of original bytes.
Decoder - Interface in org.apache.commons.codec
Deprecated.
Please use URL.openConnection() instead. Please visit this webpage for further details.
DecoderException - Exception in org.apache.commons.codec
Deprecated.
Please use URL.openConnection() instead. Please visit this webpage for further details.
DecoderException(String) - Constructor for exception org.apache.commons.codec.DecoderException
Deprecated.
Creates a DecoderException
decodeUrl(byte[]) - Static method in class org.apache.commons.codec.net.URLCodec
Deprecated.
Decodes an array of URL safe 7-bit characters into an array of original bytes.
difference(String, String) - Method in class org.apache.commons.codec.language.RefinedSoundex
Deprecated.
Returns the number of characters in the two encoded Strings that are the same.
difference(String, String) - Method in class org.apache.commons.codec.language.Soundex
Deprecated.
Encodes the Strings and returns the number of characters in the two encoded Strings that are the same.
DoubleMetaphone - Class in org.apache.commons.codec.language
Deprecated.
Please use URL.openConnection() instead. Please visit this webpage for further details.
DoubleMetaphone() - Constructor for class org.apache.commons.codec.language.DoubleMetaphone
Deprecated.
Creates an instance of this DoubleMetaphone encoder
doubleMetaphone(String) - Method in class org.apache.commons.codec.language.DoubleMetaphone
Deprecated.
Encode a value with Double Metaphone
doubleMetaphone(String, boolean) - Method in class org.apache.commons.codec.language.DoubleMetaphone
Deprecated.
Encode a value with Double Metaphone, optionally using the alternate encoding.
DoubleMetaphone.DoubleMetaphoneResult - Class in org.apache.commons.codec.language
Deprecated.
Inner class for storing results, since there is the optional alternate encoding.
DoubleMetaphoneResult(int) - Constructor for class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
Deprecated.
 

E

encode(Object) - Method in class org.apache.commons.codec.binary.Base64
Deprecated.
Encodes an Object using the base64 algorithm.
encode(byte[]) - Method in class org.apache.commons.codec.binary.Base64
Deprecated.
Encodes a byte[] containing binary data, into a byte[] containing characters in the Base64 alphabet.
encode(byte[]) - Method in class org.apache.commons.codec.binary.BinaryCodec
Deprecated.
Converts an array of raw binary data into an array of ascii 0 and 1 characters.
encode(Object) - Method in class org.apache.commons.codec.binary.BinaryCodec
Deprecated.
Converts an array of raw binary data into an array of ascii 0 and 1 chars.
encode(byte[]) - Method in class org.apache.commons.codec.binary.Hex
Deprecated.
Converts an array of bytes into an array of bytes for the characters representing the hexidecimal values of each byte in order.
encode(Object) - Method in class org.apache.commons.codec.binary.Hex
Deprecated.
Converts a String or an array of bytes into an array of characters representing the hexidecimal values of each byte in order.
encode(byte[]) - Method in interface org.apache.commons.codec.BinaryEncoder
Deprecated.
Encodes a byte array and return the encoded data as a byte array.
encode(Object) - Method in interface org.apache.commons.codec.Encoder
Deprecated.
Encodes an "Object" and returns the encoded content as an Object.
encode(Object) - Method in class org.apache.commons.codec.language.DoubleMetaphone
Deprecated.
Encode the value using DoubleMetaphone.
encode(String) - Method in class org.apache.commons.codec.language.DoubleMetaphone
Deprecated.
Encode the value using DoubleMetaphone.
encode(Object) - Method in class org.apache.commons.codec.language.Metaphone
Deprecated.
Encodes an Object using the metaphone algorithm.
encode(String) - Method in class org.apache.commons.codec.language.Metaphone
Deprecated.
Encodes a String using the Metaphone algorithm.
encode(Object) - Method in class org.apache.commons.codec.language.RefinedSoundex
Deprecated.
Encodes an Object using the refined soundex algorithm.
encode(String) - Method in class org.apache.commons.codec.language.RefinedSoundex
Deprecated.
Encodes a String using the refined soundex algorithm.
encode(Object) - Method in class org.apache.commons.codec.language.Soundex
Deprecated.
Encodes an Object using the soundex algorithm.
encode(String) - Method in class org.apache.commons.codec.language.Soundex
Deprecated.
Encodes a String using the soundex algorithm.
encode(String, String) - Method in class org.apache.commons.codec.net.BCodec
Deprecated.
Encodes a string into its Base64 form using the specified charset.
encode(String) - Method in class org.apache.commons.codec.net.BCodec
Deprecated.
Encodes a string into its Base64 form using the default charset.
encode(Object) - Method in class org.apache.commons.codec.net.BCodec
Deprecated.
Encodes an object into its Base64 form using the default charset.
encode(String, String) - Method in class org.apache.commons.codec.net.QCodec
Deprecated.
Encodes a string into its quoted-printable form using the specified charset.
encode(String) - Method in class org.apache.commons.codec.net.QCodec
Deprecated.
Encodes a string into its quoted-printable form using the default charset.
encode(Object) - Method in class org.apache.commons.codec.net.QCodec
Deprecated.
Encodes an object into its quoted-printable form using the default charset.
encode(byte[]) - Method in class org.apache.commons.codec.net.QuotedPrintableCodec
Deprecated.
Encodes an array of bytes into an array of quoted-printable 7-bit characters.
encode(String) - Method in class org.apache.commons.codec.net.QuotedPrintableCodec
Deprecated.
Encodes a string into its quoted-printable form using the default string charset.
encode(Object) - Method in class org.apache.commons.codec.net.QuotedPrintableCodec
Deprecated.
Encodes an object into its quoted-printable safe form.
encode(String, String) - Method in class org.apache.commons.codec.net.QuotedPrintableCodec
Deprecated.
Encodes a string into its quoted-printable form using the specified charset.
encode(byte[]) - Method in class org.apache.commons.codec.net.URLCodec
Deprecated.
Encodes an array of bytes into an array of URL safe 7-bit characters.
encode(String, String) - Method in class org.apache.commons.codec.net.URLCodec
Deprecated.
Encodes a string into its URL safe form using the specified string charset.
encode(String) - Method in class org.apache.commons.codec.net.URLCodec
Deprecated.
Encodes a string into its URL safe form using the default string charset.
encode(Object) - Method in class org.apache.commons.codec.net.URLCodec
Deprecated.
Encodes an object into its URL safe form.
encode(String) - Method in interface org.apache.commons.codec.StringEncoder
Deprecated.
Encodes a String and returns a String.
encodeBase64(byte[]) - Static method in class org.apache.commons.codec.binary.Base64
Deprecated.
Encodes binary data using the base64 algorithm but does not chunk the output.
encodeBase64(byte[], boolean) - Static method in class org.apache.commons.codec.binary.Base64
Deprecated.
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
encodeBase64Chunked(byte[]) - Static method in class org.apache.commons.codec.binary.Base64
Deprecated.
Encodes binary data using the base64 algorithm and chunks the encoded output into 76 character blocks
encodeHex(byte[]) - Static method in class org.apache.commons.codec.binary.Hex
Deprecated.
Converts an array of bytes into an array of characters representing the hexidecimal values of each byte in order.
encodeQuotedPrintable(BitSet, byte[]) - Static method in class org.apache.commons.codec.net.QuotedPrintableCodec
Deprecated.
Encodes an array of bytes into an array of quoted-printable 7-bit characters.
Encoder - Interface in org.apache.commons.codec
Deprecated.
Please use URL.openConnection() instead. Please visit this webpage for further details.
EncoderException - Exception in org.apache.commons.codec
Deprecated.
Please use URL.openConnection() instead. Please visit this webpage for further details.
EncoderException(String) - Constructor for exception org.apache.commons.codec.EncoderException
Deprecated.
Creates a new instance of this exception with an useful message.
encodeUrl(BitSet, byte[]) - Static method in class org.apache.commons.codec.net.URLCodec
Deprecated.
Encodes an array of bytes into an array of URL safe 7-bit characters.

F

fromAscii(char[]) - Static method in class org.apache.commons.codec.binary.BinaryCodec
Deprecated.
Decodes a byte array where each char represents an ascii '0' or '1'.
fromAscii(byte[]) - Static method in class org.apache.commons.codec.binary.BinaryCodec
Deprecated.
Decodes a byte array where each byte represents an ascii '0' or '1'.

G

getAlternate() - Method in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
Deprecated.
 
getDefaultCharset() - Method in class org.apache.commons.codec.net.BCodec
Deprecated.
The default charset used for string decoding and encoding.
getDefaultCharset() - Method in class org.apache.commons.codec.net.QCodec
Deprecated.
The default charset used for string decoding and encoding.
getDefaultCharset() - Method in class org.apache.commons.codec.net.QuotedPrintableCodec
Deprecated.
Returns the default charset used for string decoding and encoding.
getDefaultCharset() - Method in class org.apache.commons.codec.net.URLCodec
Deprecated.
The default charset used for string decoding and encoding.
getEncoding() - Method in class org.apache.commons.codec.net.URLCodec
Deprecated.
use #getDefaultCharset()
getMaxCodeLen() - Method in class org.apache.commons.codec.language.DoubleMetaphone
Deprecated.
Returns the maxCodeLen.
getMaxCodeLen() - Method in class org.apache.commons.codec.language.Metaphone
Deprecated.
Returns the maxCodeLen.
getMaxLength() - Method in class org.apache.commons.codec.language.Soundex
Deprecated.
This feature is not needed since the encoding size must be constant. Will be removed in 2.0.
getPrimary() - Method in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
Deprecated.
 

H

Hex - Class in org.apache.commons.codec.binary
Deprecated.
Please use URL.openConnection() instead. Please visit this webpage for further details.
Hex() - Constructor for class org.apache.commons.codec.binary.Hex
Deprecated.
 

I

isArrayByteBase64(byte[]) - Static method in class org.apache.commons.codec.binary.Base64
Deprecated.
Tests a given byte array to see if it contains only valid characters within the Base64 alphabet.
isComplete() - Method in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
Deprecated.
 
isDoubleMetaphoneEqual(String, String) - Method in class org.apache.commons.codec.language.DoubleMetaphone
Deprecated.
Check if the Double Metaphone values of two String values are equal.
isDoubleMetaphoneEqual(String, String, boolean) - Method in class org.apache.commons.codec.language.DoubleMetaphone
Deprecated.
Check if the Double Metaphone values of two String values are equal, optionally using the alternate value.
isEncodeBlanks() - Method in class org.apache.commons.codec.net.QCodec
Deprecated.
Tests if optional tranformation of SPACE characters is to be used
isMetaphoneEqual(String, String) - Method in class org.apache.commons.codec.language.Metaphone
Deprecated.
Tests is the metaphones of two strings are identical.

M

Metaphone - Class in org.apache.commons.codec.language
Deprecated.
Please use URL.openConnection() instead. Please visit this webpage for further details.
Metaphone() - Constructor for class org.apache.commons.codec.language.Metaphone
Deprecated.
Creates an instance of the Metaphone encoder
metaphone(String) - Method in class org.apache.commons.codec.language.Metaphone
Deprecated.
Find the metaphone value of a String.

O

org.apache.commons.codec - package org.apache.commons.codec
A small set of interfaces used by the various implementations in the sub-packages.
org.apache.commons.codec.binary - package org.apache.commons.codec.binary
Base64, Binary, and Hexadecimal String encoding and decoding.
org.apache.commons.codec.language - package org.apache.commons.codec.language
Language and phonetic encoders.
org.apache.commons.codec.net - package org.apache.commons.codec.net
Network related encoding and decoding.

Q

QCodec - Class in org.apache.commons.codec.net
Deprecated.
Please use URL.openConnection() instead. Please visit this webpage for further details.
QCodec() - Constructor for class org.apache.commons.codec.net.QCodec
Deprecated.
Default constructor.
QCodec(String) - Constructor for class org.apache.commons.codec.net.QCodec
Deprecated.
Constructor which allows for the selection of a default charset
QuotedPrintableCodec - Class in org.apache.commons.codec.net
Deprecated.
Please use URL.openConnection() instead. Please visit this webpage for further details.
QuotedPrintableCodec() - Constructor for class org.apache.commons.codec.net.QuotedPrintableCodec
Deprecated.
Default constructor.
QuotedPrintableCodec(String) - Constructor for class org.apache.commons.codec.net.QuotedPrintableCodec
Deprecated.
Constructor which allows for the selection of a default charset

R

RefinedSoundex - Class in org.apache.commons.codec.language
Deprecated.
Please use URL.openConnection() instead. Please visit this webpage for further details.
RefinedSoundex() - Constructor for class org.apache.commons.codec.language.RefinedSoundex
Deprecated.
Creates an instance of the RefinedSoundex object using the default US English mapping.
RefinedSoundex(char[]) - Constructor for class org.apache.commons.codec.language.RefinedSoundex
Deprecated.
Creates a refined soundex instance using a custom mapping.

S

setEncodeBlanks(boolean) - Method in class org.apache.commons.codec.net.QCodec
Deprecated.
Defines whether optional tranformation of SPACE characters is to be used
setMaxCodeLen(int) - Method in class org.apache.commons.codec.language.DoubleMetaphone
Deprecated.
Sets the maxCodeLen.
setMaxCodeLen(int) - Method in class org.apache.commons.codec.language.Metaphone
Deprecated.
Sets the maxCodeLen.
setMaxLength(int) - Method in class org.apache.commons.codec.language.Soundex
Deprecated.
This feature is not needed since the encoding size must be constant. Will be removed in 2.0.
soundex(String) - Method in class org.apache.commons.codec.language.RefinedSoundex
Deprecated.
Retreives the Refined Soundex code for a given String object.
Soundex - Class in org.apache.commons.codec.language
Deprecated.
Please use URL.openConnection() instead. Please visit this webpage for further details.
Soundex() - Constructor for class org.apache.commons.codec.language.Soundex
Deprecated.
Creates an instance using US_ENGLISH_MAPPING
Soundex(char[]) - Constructor for class org.apache.commons.codec.language.Soundex
Deprecated.
Creates a soundex instance using the given mapping.
soundex(String) - Method in class org.apache.commons.codec.language.Soundex
Deprecated.
Retreives the Soundex code for a given String object.
StringDecoder - Interface in org.apache.commons.codec
Deprecated.
Please use URL.openConnection() instead. Please visit this webpage for further details.
StringEncoder - Interface in org.apache.commons.codec
Deprecated.
Please use URL.openConnection() instead. Please visit this webpage for further details.
StringEncoderComparator - Class in org.apache.commons.codec
Deprecated.
Please use URL.openConnection() instead. Please visit this webpage for further details.
StringEncoderComparator() - Constructor for class org.apache.commons.codec.StringEncoderComparator
Deprecated.
Constructs a new instance.
StringEncoderComparator(StringEncoder) - Constructor for class org.apache.commons.codec.StringEncoderComparator
Deprecated.
Constructs a new instance with the given algorithm.

T

toAsciiBytes(byte[]) - Static method in class org.apache.commons.codec.binary.BinaryCodec
Deprecated.
Converts an array of raw binary data into an array of ascii 0 and 1 character bytes - each byte is a truncated char.
toAsciiChars(byte[]) - Static method in class org.apache.commons.codec.binary.BinaryCodec
Deprecated.
Converts an array of raw binary data into an array of ascii 0 and 1 characters.
toAsciiString(byte[]) - Static method in class org.apache.commons.codec.binary.BinaryCodec
Deprecated.
Converts an array of raw binary data into a String of ascii 0 and 1 characters.
toByteArray(String) - Method in class org.apache.commons.codec.binary.BinaryCodec
Deprecated.
Decodes a String where each char of the String represents an ascii '0' or '1'.

U

URLCodec - Class in org.apache.commons.codec.net
Deprecated.
Please use URL.openConnection() instead. Please visit this webpage for further details.
URLCodec() - Constructor for class org.apache.commons.codec.net.URLCodec
Deprecated.
Default constructor.
URLCodec(String) - Constructor for class org.apache.commons.codec.net.URLCodec
Deprecated.
Constructor which allows for the selection of a default charset
US_ENGLISH - Static variable in class org.apache.commons.codec.language.RefinedSoundex
Deprecated.
This static variable contains an instance of the RefinedSoundex using the US_ENGLISH mapping.
US_ENGLISH - Static variable in class org.apache.commons.codec.language.Soundex
Deprecated.
An instance of Soundex using the US_ENGLISH_MAPPING mapping.
US_ENGLISH_MAPPING - Static variable in class org.apache.commons.codec.language.RefinedSoundex
Deprecated.
RefinedSoundex is *refined* for a number of reasons one being that the mappings have been altered.
US_ENGLISH_MAPPING - Static variable in class org.apache.commons.codec.language.Soundex
Deprecated.
This is a default mapping of the 26 letters used in US English.
US_ENGLISH_MAPPING_STRING - Static variable in class org.apache.commons.codec.language.Soundex
Deprecated.
This is a default mapping of the 26 letters used in US English.
A B C D E F G H I M O Q R S T U 
Skip navigation links