Alphabetical Index

A B C D E F G H I L M O P Q R S T U V W

A

alternate - field in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
append(char) - method in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
append(char,char) - method in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
append(java.lang.String) - method in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
append(java.lang.String,java.lang.String) - method in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
appendAlternate(char) - method in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
appendAlternate(java.lang.String) - method in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
appendPrimary(char) - method in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
appendPrimary(java.lang.String) - method in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult

B

Base64 - class org.apache.commons.codec.binary.Base64
Provides Base64 encoding and decoding as defined by RFC 2045.
base64Alphabet - static field in class org.apache.commons.codec.binary.Base64
BASELENGTH - static field in class org.apache.commons.codec.binary.Base64
The base length.
BCodec - class org.apache.commons.codec.net.BCodec
Identical to the Base64 encoding defined by RFC 1521 and allows a character set to be specified.
BCodec() - constructor for class org.apache.commons.codec.net.BCodec
Default constructor.
BCodec(java.lang.String) - constructor for class org.apache.commons.codec.net.BCodec
Constructor which allows for the selection of a default charset
BinaryCodec - class org.apache.commons.codec.binary.BinaryCodec
Translates between byte arrays and strings of "0"s and "1"s.
BinaryDecoder - interface org.apache.commons.codec.BinaryDecoder
Defines common decoding methods for byte array decoders.
BinaryEncoder - interface org.apache.commons.codec.BinaryEncoder
Defines common encoding methods for byte array encoders.
BIT_0 - static field in class org.apache.commons.codec.binary.BinaryCodec
Mask for bit 0 of a byte.
BIT_1 - static field in class org.apache.commons.codec.binary.BinaryCodec
Mask for bit 1 of a byte.
BIT_2 - static field in class org.apache.commons.codec.binary.BinaryCodec
Mask for bit 2 of a byte.
BIT_3 - static field in class org.apache.commons.codec.binary.BinaryCodec
Mask for bit 3 of a byte.
BIT_4 - static field in class org.apache.commons.codec.binary.BinaryCodec
Mask for bit 4 of a byte.
BIT_5 - static field in class org.apache.commons.codec.binary.BinaryCodec
Mask for bit 5 of a byte.
BIT_6 - static field in class org.apache.commons.codec.binary.BinaryCodec
Mask for bit 6 of a byte.
BIT_7 - static field in class org.apache.commons.codec.binary.BinaryCodec
Mask for bit 7 of a byte.
BITS - static field in class org.apache.commons.codec.binary.BinaryCodec
BLANK - static field in class org.apache.commons.codec.net.QCodec

C

charAt(java.lang.String,int) - method in class org.apache.commons.codec.language.DoubleMetaphone
Gets the character at index index if available, otherwise it returns Character.MIN_VALUE so that there is some sort of a default
charset - field in class org.apache.commons.codec.net.BCodec
The default charset used for string decoding and encoding.
charset - field in class org.apache.commons.codec.net.QCodec
The default charset used for string decoding and encoding.
charset - field in class org.apache.commons.codec.net.QuotedPrintableCodec
The default charset used for string decoding and encoding.
charset - field in class org.apache.commons.codec.net.URLCodec
The default charset used for string decoding and encoding.
CHUNK_SEPARATOR - static field in class org.apache.commons.codec.binary.Base64
Chunk separator per RFC 2045 section 2.1.
CHUNK_SIZE - static field in class org.apache.commons.codec.binary.Base64
Chunk size per RFC 2045 section 6.8.
clean(java.lang.String) - static method in class org.apache.commons.codec.language.SoundexUtils
Cleans up the input string before Soundex processing by only returning upper case letters.
cleanInput(java.lang.String) - method in class org.apache.commons.codec.language.DoubleMetaphone
Cleans the input
compare(java.lang.Object,java.lang.Object) - method in class org.apache.commons.codec.StringEncoderComparator
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.
conditionC0(java.lang.String,int) - method in class org.apache.commons.codec.language.DoubleMetaphone
Complex condition 0 for 'C'
conditionCH0(java.lang.String,int) - method in class org.apache.commons.codec.language.DoubleMetaphone
Complex condition 0 for 'CH'
conditionCH1(java.lang.String,int) - method in class org.apache.commons.codec.language.DoubleMetaphone
Complex condition 1 for 'CH'
conditionL0(java.lang.String,int) - method in class org.apache.commons.codec.language.DoubleMetaphone
Complex condition 0 for 'L'
conditionM0(java.lang.String,int) - method in class org.apache.commons.codec.language.DoubleMetaphone
Complex condition 0 for 'M'
contains(java.lang.String,int,int,java.lang.String) - static method in class org.apache.commons.codec.language.DoubleMetaphone
Shortcut method with 1 criteria
contains(java.lang.String,int,int,java.lang.String,java.lang.String) - static method in class org.apache.commons.codec.language.DoubleMetaphone
Shortcut method with 2 criteria
Shortcut method with 3 criteria
Shortcut method with 4 criteria
Shortcut method with 5 criteria
Shortcut method with 6 criteria
contains(java.lang.String,int,int,java.lang.String[]) - static method in class org.apache.commons.codec.language.DoubleMetaphone
Determines whether value contains any of the criteria starting at index start and matching up to length length

D

decode(byte[]) - method in class org.apache.commons.codec.binary.Base64
Decodes a byte[] containing containing characters in the Base64 alphabet.
decode(byte[]) - method in class org.apache.commons.codec.binary.BinaryCodec
Decodes a byte array where each byte represents an ascii '0' or '1'.
decode(byte[]) - method in class org.apache.commons.codec.BinaryDecoder
Decodes a byte array and returns the results as a byte array.
decode(byte[]) - method in class org.apache.commons.codec.binary.Hex
Converts an array of character bytes representing hexidecimal values into an array of bytes of those same values.
decode(byte[]) - method in class org.apache.commons.codec.net.QuotedPrintableCodec
Decodes an array of quoted-printable characters into an array of original bytes.
decode(byte[]) - method in class org.apache.commons.codec.net.URLCodec
Decodes an array of URL safe 7-bit characters into an array of original bytes.
decode(java.lang.Object) - method in class org.apache.commons.codec.binary.Base64
Decodes an Object using the base64 algorithm.
decode(java.lang.Object) - method in class org.apache.commons.codec.net.BCodec
Decodes a Base64 object into its original form.
decode(java.lang.Object) - method in class org.apache.commons.codec.binary.BinaryCodec
Decodes a byte array where each byte represents an ascii '0' or '1'.
decode(java.lang.Object) - method in class org.apache.commons.codec.Decoder
Decodes an "encoded" Object and returns a "decoded" Object.
decode(java.lang.Object) - method in class org.apache.commons.codec.binary.Hex
Converts a String or an array of character bytes representing hexidecimal values into an array of bytes of those same values.
decode(java.lang.Object) - method in class org.apache.commons.codec.net.QCodec
Decodes a quoted-printable object into its original form.
decode(java.lang.Object) - method in class org.apache.commons.codec.net.QuotedPrintableCodec
Decodes a quoted-printable object into its original form.
decode(java.lang.Object) - method in class org.apache.commons.codec.net.URLCodec
Decodes a URL safe object into its original form.
decode(java.lang.String) - method in class org.apache.commons.codec.net.BCodec
Decodes a Base64 string into its original form.
decode(java.lang.String) - method in class org.apache.commons.codec.net.QCodec
Decodes a quoted-printable string into its original form.
decode(java.lang.String) - method in class org.apache.commons.codec.net.QuotedPrintableCodec
Decodes a quoted-printable string into its original form using the default string charset.
decode(java.lang.String) - method in class org.apache.commons.codec.StringDecoder
Decodes a String and returns a String.
decode(java.lang.String) - method in class org.apache.commons.codec.net.URLCodec
Decodes a URL safe string into its original form using the default string charset.
decode(java.lang.String,java.lang.String) - method in class org.apache.commons.codec.net.QuotedPrintableCodec
Decodes a quoted-printable string into its original form using the specified string charset.
decode(java.lang.String,java.lang.String) - method in class org.apache.commons.codec.net.URLCodec
Decodes a URL safe string into its original form using the specified encoding.
decodeBase64(byte[]) - static method in class org.apache.commons.codec.binary.Base64
Decodes Base64 data into octects
decodeHex(char[]) - static method in class org.apache.commons.codec.binary.Hex
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
Decodes an array quoted-printable characters into an array of original bytes.
Decoder - interface org.apache.commons.codec.Decoder
Provides the highest level of abstraction for Decoders.
DecoderException - exception org.apache.commons.codec.DecoderException
Thrown when a Decoder has encountered a failure condition during a decode.
DecoderException(java.lang.String) - constructor for class org.apache.commons.codec.DecoderException
Creates a DecoderException
decodeText(java.lang.String) - method in class org.apache.commons.codec.net.RFC1522Codec
Applies an RFC 1522 compliant decoding scheme to the given string of text.
decodeUrl(byte[]) - static method in class org.apache.commons.codec.net.URLCodec
Decodes an array of URL safe 7-bit characters into an array of original bytes.
difference(java.lang.String,java.lang.String) - method in class org.apache.commons.codec.language.RefinedSoundex
Returns the number of characters in the two encoded Strings that are the same.
difference(java.lang.String,java.lang.String) - method in class org.apache.commons.codec.language.Soundex
Encodes the Strings and returns the number of characters in the two encoded Strings that are the same.
Encodes the Strings and returns the number of characters in the two encoded Strings that are the same.
differenceEncoded(java.lang.String,java.lang.String) - static method in class org.apache.commons.codec.language.SoundexUtils
Returns the number of characters in the two Soundex encoded Strings that are the same.
DigestUtils - class org.apache.commons.codec.digest.DigestUtils
Operations to simplifiy common java.security.MessageDigest tasks.
DIGITS - static field in class org.apache.commons.codec.binary.Hex
Used building output as Hex
discardNonBase64(byte[]) - static method in class org.apache.commons.codec.binary.Base64
Discards any characters outside of the base64 alphabet, per the requirements on page 25 of RFC 2045 - "Any characters outside of the base64 alphabet are to be ignored in base64 encoded data."
discardWhitespace(byte[]) - static method in class org.apache.commons.codec.binary.Base64
Discards any whitespace from a base-64 encoded block.
doDecoding(byte[]) - method in class org.apache.commons.codec.net.BCodec
Decodes an array of bytes using the defined encoding scheme
doDecoding(byte[]) - method in class org.apache.commons.codec.net.QCodec
Decodes an array of bytes using the defined encoding scheme
doDecoding(byte[]) - method in class org.apache.commons.codec.net.RFC1522Codec
Decodes an array of bytes using the defined encoding scheme
doEncoding(byte[]) - method in class org.apache.commons.codec.net.BCodec
Encodes an array of bytes using the defined encoding scheme
doEncoding(byte[]) - method in class org.apache.commons.codec.net.QCodec
Encodes an array of bytes using the defined encoding scheme
doEncoding(byte[]) - method in class org.apache.commons.codec.net.RFC1522Codec
Encodes an array of bytes using the defined encoding scheme
DoubleMetaphone - class org.apache.commons.codec.language.DoubleMetaphone
Encodes a string into a double metaphone value.
DoubleMetaphone() - constructor for class org.apache.commons.codec.language.DoubleMetaphone
Creates an instance of this DoubleMetaphone encoder
doubleMetaphone(java.lang.String) - method in class org.apache.commons.codec.language.DoubleMetaphone
Encode a value with Double Metaphone
doubleMetaphone(java.lang.String,boolean) - method in class org.apache.commons.codec.language.DoubleMetaphone
Encode a value with Double Metaphone, optionally using the alternate encoding.
Inner class for storing results, since there is the optional alternate encoding.
DoubleMetaphoneResult(int) - constructor for class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult

E

EIGHTBIT - static field in class org.apache.commons.codec.binary.Base64
Used to calculate the number of bits in a byte.
EMPTY_BYTE_ARRAY - static field in class org.apache.commons.codec.binary.BinaryCodec
Empty byte array.
EMPTY_CHAR_ARRAY - static field in class org.apache.commons.codec.binary.BinaryCodec
Empty char array.
encode(byte[]) - method in class org.apache.commons.codec.binary.Base64
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
Converts an array of raw binary data into an array of ascii 0 and 1 characters.
encode(byte[]) - method in class org.apache.commons.codec.BinaryEncoder
Encodes a byte array and return the encoded data as a byte array.
encode(byte[]) - method in class org.apache.commons.codec.binary.Hex
Converts an array of bytes into an array of bytes for the characters representing the hexidecimal values of each byte in order.
encode(byte[]) - method in class org.apache.commons.codec.net.QuotedPrintableCodec
Encodes an array of bytes into an array of quoted-printable 7-bit characters.
encode(byte[]) - method in class org.apache.commons.codec.net.URLCodec
Encodes an array of bytes into an array of URL safe 7-bit characters.
encode(java.lang.Object) - method in class org.apache.commons.codec.binary.Base64
Encodes an Object using the base64 algorithm.
encode(java.lang.Object) - method in class org.apache.commons.codec.net.BCodec
Encodes an object into its Base64 form using the default charset.
encode(java.lang.Object) - method in class org.apache.commons.codec.binary.BinaryCodec
Converts an array of raw binary data into an array of ascii 0 and 1 chars.
encode(java.lang.Object) - method in class org.apache.commons.codec.language.DoubleMetaphone
Encode the value using DoubleMetaphone.
encode(java.lang.Object) - method in class org.apache.commons.codec.Encoder
Encodes an "Object" and returns the encoded content as an Object.
encode(java.lang.Object) - method in class org.apache.commons.codec.binary.Hex
Converts a String or an array of bytes into an array of characters representing the hexidecimal values of each byte in order.
encode(java.lang.Object) - method in class org.apache.commons.codec.language.Metaphone
Encodes an Object using the metaphone algorithm.
encode(java.lang.Object) - method in class org.apache.commons.codec.net.QCodec
Encodes an object into its quoted-printable form using the default charset.
encode(java.lang.Object) - method in class org.apache.commons.codec.net.QuotedPrintableCodec
Encodes an object into its quoted-printable safe form.
encode(java.lang.Object) - method in class org.apache.commons.codec.language.RefinedSoundex
Encodes an Object using the refined soundex algorithm.
encode(java.lang.Object) - method in class org.apache.commons.codec.language.Soundex
Encodes an Object using the soundex algorithm.
encode(java.lang.Object) - method in class org.apache.commons.codec.net.URLCodec
Encodes an object into its URL safe form.
encode(java.lang.String) - method in class org.apache.commons.codec.net.BCodec
Encodes a string into its Base64 form using the default charset.
encode(java.lang.String) - method in class org.apache.commons.codec.language.DoubleMetaphone
Encode the value using DoubleMetaphone.
encode(java.lang.String) - method in class org.apache.commons.codec.language.Metaphone
Encodes a String using the Metaphone algorithm.
encode(java.lang.String) - method in class org.apache.commons.codec.net.QCodec
Encodes a string into its quoted-printable form using the default charset.
encode(java.lang.String) - method in class org.apache.commons.codec.net.QuotedPrintableCodec
Encodes a string into its quoted-printable form using the default string charset.
encode(java.lang.String) - method in class org.apache.commons.codec.language.RefinedSoundex
Encodes a String using the refined soundex algorithm.
encode(java.lang.String) - method in class org.apache.commons.codec.language.Soundex
Encodes a String using the soundex algorithm.
encode(java.lang.String) - method in class org.apache.commons.codec.StringEncoder
Encodes a String and returns a String.
encode(java.lang.String) - method in class org.apache.commons.codec.net.URLCodec
Encodes a string into its URL safe form using the default string charset.
encode(java.lang.String,java.lang.String) - method in class org.apache.commons.codec.net.BCodec
Encodes a string into its Base64 form using the specified charset.
encode(java.lang.String,java.lang.String) - method in class org.apache.commons.codec.net.QCodec
Encodes a string into its quoted-printable form using the specified charset.
encode(java.lang.String,java.lang.String) - method in class org.apache.commons.codec.net.QuotedPrintableCodec
Encodes a string into its quoted-printable form using the specified charset.
encode(java.lang.String,java.lang.String) - method in class org.apache.commons.codec.net.URLCodec
Encodes a string into its URL safe form using the specified string charset.
encodeBase64(byte[]) - static method in class org.apache.commons.codec.binary.Base64
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
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
Encodes binary data using the base64 algorithm and chunks the encoded output into 76 character blocks
encodeBlanks - field in class org.apache.commons.codec.net.QCodec
encodeHex(byte[]) - static method in class org.apache.commons.codec.binary.Hex
Converts an array of bytes into an array of characters representing the hexidecimal values of each byte in order.
encodeQuotedPrintable(int,java.io.ByteArrayOutputStream) - static method in class org.apache.commons.codec.net.QuotedPrintableCodec
Encodes byte into its quoted-printable representation.
encodeQuotedPrintable(java.util.BitSet,byte[]) - static method in class org.apache.commons.codec.net.QuotedPrintableCodec
Encodes an array of bytes into an array of quoted-printable 7-bit characters.
Encoder - interface org.apache.commons.codec.Encoder
Provides the highest level of abstraction for Encoders.
EncoderException - exception org.apache.commons.codec.EncoderException
Thrown when there is a failure condition during the encoding process.
EncoderException(java.lang.String) - constructor for class org.apache.commons.codec.EncoderException
Creates a new instance of this exception with an useful message.
encodeText(java.lang.String,java.lang.String) - method in class org.apache.commons.codec.net.RFC1522Codec
Applies an RFC 1522 compliant encoding scheme to the given string of text with the given charset.
encodeUrl(java.util.BitSet,byte[]) - static method in class org.apache.commons.codec.net.URLCodec
Encodes an array of bytes into an array of URL safe 7-bit characters.
ES_EP_EB_EL_EY_IB_IL_IN_IE_EI_ER - static field in class org.apache.commons.codec.language.DoubleMetaphone
ESCAPE_CHAR - static field in class org.apache.commons.codec.net.QuotedPrintableCodec
ESCAPE_CHAR - static field in class org.apache.commons.codec.net.URLCodec

F

FOURBYTE - static field in class org.apache.commons.codec.binary.Base64
Used to get the number of Quadruples.
fromAscii(byte[]) - static method in class org.apache.commons.codec.binary.BinaryCodec
Decodes a byte array where each byte represents an ascii '0' or '1'.
fromAscii(char[]) - static method in class org.apache.commons.codec.binary.BinaryCodec
Decodes a byte array where each char represents an ascii '0' or '1'.
frontv - field in class org.apache.commons.codec.language.Metaphone
Variable used in Metaphone algorithm

G

getAlternate() - method in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
getDefaultCharset() - method in class org.apache.commons.codec.net.BCodec
The default charset used for string decoding and encoding.
getDefaultCharset() - method in class org.apache.commons.codec.net.QCodec
The default charset used for string decoding and encoding.
getDefaultCharset() - method in class org.apache.commons.codec.net.QuotedPrintableCodec
Returns the default charset used for string decoding and encoding.
getDefaultCharset() - method in class org.apache.commons.codec.net.URLCodec
The default charset used for string decoding and encoding.
getDigest(java.lang.String) - static method in class org.apache.commons.codec.digest.DigestUtils
Returns a MessageDigest for the given algorithm.
getEncoding() - method in class org.apache.commons.codec.net.BCodec
Returns the codec name (referred to as encoding in the RFC 1522)
getEncoding() - method in class org.apache.commons.codec.net.QCodec
Returns the codec name (referred to as encoding in the RFC 1522)
getEncoding() - method in class org.apache.commons.codec.net.RFC1522Codec
Returns the codec name (referred to as encoding in the RFC 1522)
getEncoding() - method in class org.apache.commons.codec.net.URLCodec
The String encoding used for decoding and encoding.
getMappingCode(char) - method in class org.apache.commons.codec.language.RefinedSoundex
Returns the mapping code for a given character.
getMappingCode(java.lang.String,int) - method in class org.apache.commons.codec.language.Soundex
Used internally by the SoundEx algorithm.
getMaxCodeLen() - method in class org.apache.commons.codec.language.DoubleMetaphone
Returns the maxCodeLen.
getMaxCodeLen() - method in class org.apache.commons.codec.language.Metaphone
Returns the maxCodeLen.
getMaxLength() - method in class org.apache.commons.codec.language.Soundex
Returns the maxLength.
getMd5Digest() - static method in class org.apache.commons.codec.digest.DigestUtils
Returns an MD5 MessageDigest.
getPrimary() - method in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
getShaDigest() - static method in class org.apache.commons.codec.digest.DigestUtils
Returns an SHA digest.
getSoundexMapping() - method in class org.apache.commons.codec.language.Soundex
Returns the soundex mapping.

H

Handles 'A', 'E', 'I', 'O', 'U', and 'Y' cases
Handles 'C' cases
Handles 'CC' cases
Handles 'CH' cases
Handles 'D' cases
Handles 'G' cases
Handles 'GH' cases
Handles 'H' cases
Handles 'J' cases
Handles 'L' cases
Handles 'P' cases
Handles 'R' cases
Handles 'S' cases
Handles 'SC' cases
Handles 'T' cases
Handles 'W' cases
Handles 'X' cases
Handles 'Z' cases
Hex - class org.apache.commons.codec.binary.Hex
Hex encoder and decoder.

I

isArrayByteBase64(byte[]) - static method in class org.apache.commons.codec.binary.Base64
Tests a given byte array to see if it contains only valid characters within the Base64 alphabet.
isBase64(byte) - static method in class org.apache.commons.codec.binary.Base64
isComplete() - method in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
isDoubleMetaphoneEqual(java.lang.String,java.lang.String) - method in class org.apache.commons.codec.language.DoubleMetaphone
Check if the Double Metaphone values of two String values are equal.
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
Tests if optional tranformation of SPACE characters is to be used
isLastChar(int,int) - method in class org.apache.commons.codec.language.Metaphone
isMetaphoneEqual(java.lang.String,java.lang.String) - method in class org.apache.commons.codec.language.Metaphone
Tests is the metaphones of two strings are identical.
isNextChar(java.lang.StringBuffer,int,char) - method in class org.apache.commons.codec.language.Metaphone
isPreviousChar(java.lang.StringBuffer,int,char) - method in class org.apache.commons.codec.language.Metaphone
isSilentStart(java.lang.String) - method in class org.apache.commons.codec.language.DoubleMetaphone
Determines whether or not the value starts with a silent letter.
isSlavoGermanic(java.lang.String) - method in class org.apache.commons.codec.language.DoubleMetaphone
Determines whether or not a value is of slavo-germanic orgin.
isVowel(char) - method in class org.apache.commons.codec.language.DoubleMetaphone
Determines whether or not a character is a vowel or not
isVowel(java.lang.StringBuffer,int) - method in class org.apache.commons.codec.language.Metaphone

L

L_R_N_M_B_H_F_V_W_SPACE - static field in class org.apache.commons.codec.language.DoubleMetaphone
L_T_K_S_N_M_B_Z - static field in class org.apache.commons.codec.language.DoubleMetaphone
lookUpBase64Alphabet - static field in class org.apache.commons.codec.binary.Base64
LOOKUPLENGTH - static field in class org.apache.commons.codec.binary.Base64
Lookup length.

M

map(char) - method in class org.apache.commons.codec.language.Soundex
Maps the given upper-case character to it's Soudex code.
maxCodeLen - field in class org.apache.commons.codec.language.DoubleMetaphone
Maximum length of an encoding, default is 4
maxCodeLen - field in class org.apache.commons.codec.language.Metaphone
The max code length for metaphone is 4
maxLength - field in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
maxLength - field in class org.apache.commons.codec.language.Soundex
The maximum length of a Soundex code - Soundex codes are only four characters by definition.
md5(byte[]) - static method in class org.apache.commons.codec.digest.DigestUtils
Calculates the MD5 digest and returns the value as a 16 element byte[].
md5(java.lang.String) - static method in class org.apache.commons.codec.digest.DigestUtils
Calculates the MD5 digest and returns the value as a 16 element byte[].
md5Hex(byte[]) - static method in class org.apache.commons.codec.digest.DigestUtils
Calculates the MD5 digest and returns the value as a 32 character hex string.
md5Hex(java.lang.String) - static method in class org.apache.commons.codec.digest.DigestUtils
Calculates the MD5 digest and returns the value as a 32 character hex string.
Metaphone - class org.apache.commons.codec.language.Metaphone
Encodes a string into a metaphone value.
Metaphone() - constructor for class org.apache.commons.codec.language.Metaphone
Creates an instance of the Metaphone encoder
metaphone(java.lang.String) - method in class org.apache.commons.codec.language.Metaphone
Find the metaphone value of a String.

O

A small set of interfaces used by the various implementations in the sub-packages.
Base64, Binary, and Hexadecimal String encoding and decoding.
Operations to simplifiy common MessageDigest tasks.
Language and phonetic encoders.
Network related encoding and decoding.

P

PAD - static field in class org.apache.commons.codec.binary.Base64
Byte used to pad output.
primary - field in class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
PRINTABLE_CHARS - static field in class org.apache.commons.codec.net.QCodec
BitSet of printable characters as defined in RFC 1522.
PRINTABLE_CHARS - static field in class org.apache.commons.codec.net.QuotedPrintableCodec
BitSet of printable characters as defined in RFC 1521.

Q

QCodec - class org.apache.commons.codec.net.QCodec
Similar to the Quoted-Printable content-transfer-encoding defined in RFC 1521 and designed to allow text containing mostly ASCII characters to be decipherable on an ASCII terminal without decoding.
QCodec() - constructor for class org.apache.commons.codec.net.QCodec
Default constructor.
QCodec(java.lang.String) - constructor for class org.apache.commons.codec.net.QCodec
Constructor which allows for the selection of a default charset
QuotedPrintableCodec - class org.apache.commons.codec.net.QuotedPrintableCodec
Codec for the Quoted-Printable section of RFC 1521 .
QuotedPrintableCodec() - constructor for class org.apache.commons.codec.net.QuotedPrintableCodec
Default constructor.
QuotedPrintableCodec(java.lang.String) - constructor for class org.apache.commons.codec.net.QuotedPrintableCodec
Constructor which allows for the selection of a default charset

R

RefinedSoundex - class org.apache.commons.codec.language.RefinedSoundex
Encodes a string into a Refined Soundex value.
RefinedSoundex() - constructor for class org.apache.commons.codec.language.RefinedSoundex
Creates an instance of the RefinedSoundex object using the default US English mapping.
RefinedSoundex(char[]) - constructor for class org.apache.commons.codec.language.RefinedSoundex
Creates a refined soundex instance using a custom mapping.
regionMatch(java.lang.StringBuffer,int,java.lang.String) - method in class org.apache.commons.codec.language.Metaphone
RFC1522Codec - class org.apache.commons.codec.net.RFC1522Codec
Implements methods common to all codecs defined in RFC 1522.

S

setEncodeBlanks(boolean) - method in class org.apache.commons.codec.net.QCodec
Defines whether optional tranformation of SPACE characters is to be used
setMaxCodeLen(int) - method in class org.apache.commons.codec.language.DoubleMetaphone
Sets the maxCodeLen.
setMaxCodeLen(int) - method in class org.apache.commons.codec.language.Metaphone
Sets the maxCodeLen.
setMaxLength(int) - method in class org.apache.commons.codec.language.Soundex
Sets the maxLength.
setSoundexMapping(char[]) - method in class org.apache.commons.codec.language.Soundex
Sets the soundexMapping.
sha(byte[]) - static method in class org.apache.commons.codec.digest.DigestUtils
Calculates the SHA digest and returns the value as a byte[].
sha(java.lang.String) - static method in class org.apache.commons.codec.digest.DigestUtils
Calculates the SHA digest and returns the value as a byte[].
shaHex(byte[]) - static method in class org.apache.commons.codec.digest.DigestUtils
Calculates the SHA digest and returns the value as a hex string.
shaHex(java.lang.String) - static method in class org.apache.commons.codec.digest.DigestUtils
Calculates the SHA digest and returns the value as a hex string.
SIGN - static field in class org.apache.commons.codec.binary.Base64
Used to test the sign of a byte.
SILENT_START - static field in class org.apache.commons.codec.language.DoubleMetaphone
Prefixes when present which are not pronounced
SIXTEENBIT - static field in class org.apache.commons.codec.binary.Base64
Used when encoding something which has fewer than 24 bits.
Soundex - class org.apache.commons.codec.language.Soundex
Encodes a string into a Soundex value.
Soundex() - constructor for class org.apache.commons.codec.language.Soundex
Creates an instance using US_ENGLISH_MAPPING
Soundex(char[]) - constructor for class org.apache.commons.codec.language.Soundex
Creates a soundex instance using the given mapping.
soundex(java.lang.String) - method in class org.apache.commons.codec.language.RefinedSoundex
Retreives the Refined Soundex code for a given String object.
soundex(java.lang.String) - method in class org.apache.commons.codec.language.Soundex
Retreives the Soundex code for a given String object.
soundexMapping - field in class org.apache.commons.codec.language.RefinedSoundex
Every letter of the alphabet is "mapped" to a numerical value.
soundexMapping - field in class org.apache.commons.codec.language.Soundex
Every letter of the alphabet is "mapped" to a numerical value.
SoundexUtils - class org.apache.commons.codec.language.SoundexUtils
Utility methods for Soundex and RefinedSoundex classes.
SPACE - static field in class org.apache.commons.codec.net.QuotedPrintableCodec
StringDecoder - interface org.apache.commons.codec.StringDecoder
Decodes a String into a String.
StringEncoder - interface org.apache.commons.codec.StringEncoder
Encodes a String into a String.
stringEncoder - field in class org.apache.commons.codec.StringEncoderComparator
Internal encoder instance.
StringEncoderComparator - class org.apache.commons.codec.StringEncoderComparator
Strings are comparable, and this comparator allows you to configure it with an instance of a class which implements StringEncoder.
StringEncoderComparator() - constructor for class org.apache.commons.codec.StringEncoderComparator
Constructs a new instance.
Constructs a new instance with the given algorithm.
StringEncodings - interface org.apache.commons.codec.net.StringEncodings
String encodings used in this package.

T

TAB - static field in class org.apache.commons.codec.net.QuotedPrintableCodec
toAsciiBytes(byte[]) - static method in class org.apache.commons.codec.binary.BinaryCodec
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
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
Converts an array of raw binary data into a String of ascii 0 and 1 characters.
toByteArray(java.lang.String) - method in class org.apache.commons.codec.binary.BinaryCodec
Decodes a String where each char of the String represents an ascii '0' or '1'.
toDigit(char,int) - static method in class org.apache.commons.codec.binary.Hex
Converts a hexadecimal character to an integer.
TWENTYFOURBITGROUP - static field in class org.apache.commons.codec.binary.Base64
Used to determine how many bits data contains.

U

UNDERSCORE - static field in class org.apache.commons.codec.net.QCodec
URLCodec - class org.apache.commons.codec.net.URLCodec
Implements the 'www-form-urlencoded' encoding scheme, also misleadingly known as URL encoding.
URLCodec() - constructor for class org.apache.commons.codec.net.URLCodec
Default constructor.
URLCodec(java.lang.String) - constructor for class org.apache.commons.codec.net.URLCodec
Constructor which allows for the selection of a default charset
US_ASCII - static field in class org.apache.commons.codec.net.StringEncodings
Seven-bit ASCII, also known as ISO646-US, also known as the Basic Latin block of the Unicode character set.
US_ENGLISH - static field in class org.apache.commons.codec.language.RefinedSoundex
This static variable contains an instance of the RefinedSoundex using the US_ENGLISH mapping.
US_ENGLISH - static field in class org.apache.commons.codec.language.Soundex
An instance of Soundex using the US_ENGLISH_MAPPING mapping.
US_ENGLISH_MAPPING - static field in class org.apache.commons.codec.language.RefinedSoundex
RefinedSoundex is *refined* for a number of reasons one being that the mappings have been altered.
US_ENGLISH_MAPPING - static field in class org.apache.commons.codec.language.Soundex
This is a default mapping of the 26 letters used in US English.
US_ENGLISH_MAPPING_STRING - static field in class org.apache.commons.codec.language.Soundex
This is a default mapping of the 26 letters used in US English.
UTF8 - static field in class org.apache.commons.codec.net.StringEncodings
Eight-bit Unicode Transformation Format.

V

varson - field in class org.apache.commons.codec.language.Metaphone
Variable used in Metaphone algorithm
VOWELS - static field in class org.apache.commons.codec.language.DoubleMetaphone
"Vowels" to test for
vowels - field in class org.apache.commons.codec.language.Metaphone
Five values in the English language

W

WWW_FORM_URL - static field in class org.apache.commons.codec.net.URLCodec
BitSet of www-form-url safe characters.

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