- charAt(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 - Variable in class org.apache.commons.codec.net.BCodec
-
The default charset used for string decoding and encoding.
- charset - Variable in class org.apache.commons.codec.net.QCodec
-
The default charset used for string decoding and encoding.
- charset - Variable in class org.apache.commons.codec.net.QuotedPrintableCodec
-
The default charset used for string decoding and encoding.
- charset - Variable in class org.apache.commons.codec.net.URLCodec
-
The default charset used for string decoding and encoding.
- CHUNK_SEPARATOR - Static variable in class org.apache.commons.codec.binary.Base64
-
Chunk separator per RFC 2045 section 2.1.
- CHUNK_SIZE - Static variable in class org.apache.commons.codec.binary.Base64
-
Chunk size per RFC 2045 section 6.8.
- clean(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(String) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Cleans the input
- compare(Object, 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(String, int) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Complex condition 0 for 'C'
- conditionCH0(String, int) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Complex condition 0 for 'CH'
- conditionCH1(String, int) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Complex condition 1 for 'CH'
- conditionL0(String, int) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Complex condition 0 for 'L'
- conditionM0(String, int) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Complex condition 0 for 'M'
- contains(String, int, int, String) - Static method in class org.apache.commons.codec.language.DoubleMetaphone
-
Shortcut method with 1 criteria
- contains(String, int, int, String, String) - Static method in class org.apache.commons.codec.language.DoubleMetaphone
-
Shortcut method with 2 criteria
- contains(String, int, int, String, String, String) - Static method in class org.apache.commons.codec.language.DoubleMetaphone
-
Shortcut method with 3 criteria
- contains(String, int, int, String, String, String, String) - Static method in class org.apache.commons.codec.language.DoubleMetaphone
-
Shortcut method with 4 criteria
- contains(String, int, int, String, String, String, String, String) - Static method in class org.apache.commons.codec.language.DoubleMetaphone
-
Shortcut method with 5 criteria
- contains(String, int, int, String, String, String, String, String, String) - Static method in class org.apache.commons.codec.language.DoubleMetaphone
-
Shortcut method with 6 criteria
- contains(String, int, int, 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
- decode(Object) - Method in class org.apache.commons.codec.binary.Base64
-
Decodes an Object using the base64 algorithm.
- decode(byte[]) - Method in class org.apache.commons.codec.binary.Base64
-
Decodes a byte[] containing containing
characters in the Base64 alphabet.
- decode(Object) - 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.binary.BinaryCodec
-
Decodes a byte array where each byte represents an ascii '0' or '1'.
- 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(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(byte[]) - Method in interface org.apache.commons.codec.BinaryDecoder
-
Decodes a byte array and returns the results as a byte array.
- decode(Object) - Method in interface org.apache.commons.codec.Decoder
-
Decodes an "encoded" Object and returns a "decoded"
Object.
- decode(String) - Method in class org.apache.commons.codec.net.BCodec
-
Decodes a Base64 string into its original form.
- decode(Object) - Method in class org.apache.commons.codec.net.BCodec
-
Decodes a Base64 object into its original form.
- decode(String) - Method in class org.apache.commons.codec.net.QCodec
-
Decodes a quoted-printable string into its original form.
- decode(Object) - Method in class org.apache.commons.codec.net.QCodec
-
Decodes a quoted-printable object into its original form.
- 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(String, 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(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(Object) - Method in class org.apache.commons.codec.net.QuotedPrintableCodec
-
Decodes a quoted-printable object into its original form.
- 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(String, String) - Method in class org.apache.commons.codec.net.URLCodec
-
Decodes a URL safe string into its original form using the
specified encoding.
- decode(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(Object) - Method in class org.apache.commons.codec.net.URLCodec
-
Decodes a URL safe object into its original form.
- decode(String) - Method in interface org.apache.commons.codec.StringDecoder
-
Decodes a String and returns a String.
- 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 in org.apache.commons.codec
-
Provides the highest level of abstraction for Decoders.
- DecoderException - Exception in org.apache.commons.codec
-
Thrown when a Decoder has encountered a failure condition during a decode.
- DecoderException(String) - Constructor for exception org.apache.commons.codec.DecoderException
-
Creates a DecoderException
- decodeText(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(String, 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(String, 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.
- difference(StringEncoder, String, String) - Static method in class org.apache.commons.codec.language.SoundexUtils
-
Encodes the Strings and returns the number of characters in the two
encoded Strings that are the same.
- differenceEncoded(String, 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 in org.apache.commons.codec.digest
-
- DigestUtils() - Constructor for class org.apache.commons.codec.digest.DigestUtils
-
- DIGITS - Static variable 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
-
- doDecoding(byte[]) - Method in class org.apache.commons.codec.net.QCodec
-
- 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
-
- doEncoding(byte[]) - Method in class org.apache.commons.codec.net.QCodec
-
- doEncoding(byte[]) - Method in class org.apache.commons.codec.net.RFC1522Codec
-
Encodes an array of bytes using the defined encoding scheme
- DoubleMetaphone - Class in org.apache.commons.codec.language
-
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(String) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Encode a value with Double Metaphone
- doubleMetaphone(String, boolean) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Encode a value with Double Metaphone, optionally using the alternate
encoding.
- DoubleMetaphone.DoubleMetaphoneResult - Class in org.apache.commons.codec.language
-
Inner class for storing results, since there is the optional alternate
encoding.
- DoubleMetaphone.DoubleMetaphoneResult(int) - Constructor for class org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
-
- EIGHTBIT - Static variable in class org.apache.commons.codec.binary.Base64
-
Used to calculate the number of bits in a byte.
- EMPTY_BYTE_ARRAY - Static variable in class org.apache.commons.codec.binary.BinaryCodec
-
Empty byte array.
- EMPTY_CHAR_ARRAY - Static variable in class org.apache.commons.codec.binary.BinaryCodec
-
Empty char array.
- encode(Object) - Method in class org.apache.commons.codec.binary.Base64
-
Encodes an Object using the base64 algorithm.
- 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(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(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(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(byte[]) - Method in interface org.apache.commons.codec.BinaryEncoder
-
Encodes a byte array and return the encoded data
as a byte array.
- encode(Object) - Method in interface org.apache.commons.codec.Encoder
-
Encodes an "Object" and returns the encoded content
as an Object.
- encode(Object) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Encode the value using DoubleMetaphone.
- encode(String) - Method in class org.apache.commons.codec.language.DoubleMetaphone
-
Encode the value using DoubleMetaphone.
- encode(Object) - Method in class org.apache.commons.codec.language.Metaphone
-
Encodes an Object using the metaphone algorithm.
- encode(String) - Method in class org.apache.commons.codec.language.Metaphone
-
Encodes a String using the Metaphone algorithm.
- encode(Object) - Method in class org.apache.commons.codec.language.RefinedSoundex
-
Encodes an Object using the refined soundex algorithm.
- encode(String) - Method in class org.apache.commons.codec.language.RefinedSoundex
-
Encodes a String using the refined soundex algorithm.
- encode(Object) - Method in class org.apache.commons.codec.language.Soundex
-
Encodes an Object using the soundex algorithm.
- encode(String) - Method in class org.apache.commons.codec.language.Soundex
-
Encodes a String using the soundex algorithm.
- encode(String, String) - Method in class org.apache.commons.codec.net.BCodec
-
Encodes a string into its Base64 form using the specified charset.
- encode(String) - Method in class org.apache.commons.codec.net.BCodec
-
Encodes a string into its Base64 form using the default charset.
- encode(Object) - Method in class org.apache.commons.codec.net.BCodec
-
Encodes an object into its Base64 form using the default charset.
- encode(String, String) - Method in class org.apache.commons.codec.net.QCodec
-
Encodes a string into its quoted-printable form using the specified charset.
- encode(String) - Method in class org.apache.commons.codec.net.QCodec
-
Encodes a string into its quoted-printable form using the default charset.
- encode(Object) - Method in class org.apache.commons.codec.net.QCodec
-
Encodes an object into its quoted-printable form using the default charset.
- 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(String) - Method in class org.apache.commons.codec.net.QuotedPrintableCodec
-
Encodes a string into its quoted-printable form using the default string charset.
- encode(Object) - Method in class org.apache.commons.codec.net.QuotedPrintableCodec
-
Encodes an object into its quoted-printable safe form.
- encode(String, String) - Method in class org.apache.commons.codec.net.QuotedPrintableCodec
-
Encodes a string into its quoted-printable form using the specified charset.
- 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(String, String) - Method in class org.apache.commons.codec.net.URLCodec
-
Encodes a string into its URL safe form using the specified
string charset.
- encode(String) - Method in class org.apache.commons.codec.net.URLCodec
-
Encodes a string into its URL safe form using the default string
charset.
- encode(Object) - Method in class org.apache.commons.codec.net.URLCodec
-
Encodes an object into its URL safe form.
- encode(String) - Method in interface org.apache.commons.codec.StringEncoder
-
Encodes a String and returns a String.
- 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 - Variable 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, ByteArrayOutputStream) - Static method in class org.apache.commons.codec.net.QuotedPrintableCodec
-
Encodes byte into its quoted-printable representation.
- encodeQuotedPrintable(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 in org.apache.commons.codec
-
Provides the highest level of abstraction for Encoders.
- EncoderException - Exception in org.apache.commons.codec
-
Thrown when there is a failure condition during the encoding process.
- EncoderException(String) - Constructor for exception org.apache.commons.codec.EncoderException
-
Creates a new instance of this exception with an useful message.
- encodeText(String, 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(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 variable in class org.apache.commons.codec.language.DoubleMetaphone
-
- ESCAPE_CHAR - Static variable in class org.apache.commons.codec.net.QuotedPrintableCodec
-
- ESCAPE_CHAR - Static variable in class org.apache.commons.codec.net.URLCodec
-
- 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
-
Deprecated.
This feature is not needed since the encoding size must be constant. Will be removed in 2.0.
- 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(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(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 variable in class org.apache.commons.codec.binary.Base64
-
Used to test the sign of a byte.
- SILENT_START - Static variable in class org.apache.commons.codec.language.DoubleMetaphone
-
Prefixes when present which are not pronounced
- SIXTEENBIT - Static variable in class org.apache.commons.codec.binary.Base64
-
Used when encoding something which has fewer than 24 bits.
- soundex(String) - Method in class org.apache.commons.codec.language.RefinedSoundex
-
Retreives the Refined Soundex code for a given String object.
- Soundex - Class in org.apache.commons.codec.language
-
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(String) - Method in class org.apache.commons.codec.language.Soundex
-
Retreives the Soundex code for a given String object.
- soundexMapping - Variable in class org.apache.commons.codec.language.RefinedSoundex
-
Every letter of the alphabet is "mapped" to a numerical value.
- soundexMapping - Variable in class org.apache.commons.codec.language.Soundex
-
Every letter of the alphabet is "mapped" to a numerical value.
- SoundexUtils - Class in org.apache.commons.codec.language
-
- SoundexUtils() - Constructor for class org.apache.commons.codec.language.SoundexUtils
-
- SPACE - Static variable in class org.apache.commons.codec.net.QuotedPrintableCodec
-
- StringDecoder - Interface in org.apache.commons.codec
-
Decodes a String into a String.
- StringEncoder - Interface in org.apache.commons.codec
-
Encodes a String into a String.
- stringEncoder - Variable in class org.apache.commons.codec.StringEncoderComparator
-
Internal encoder instance.
- StringEncoderComparator - Class in org.apache.commons.codec
-
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.
- StringEncoderComparator(StringEncoder) - Constructor for class org.apache.commons.codec.StringEncoderComparator
-
Constructs a new instance with the given algorithm.
- StringEncodings - Interface in org.apache.commons.codec.net
-
String encodings used in this package.