Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
B
C
D
E
F
G
H
I
L
M
O
P
R
S
T
U
V
B
Base64
- class org.apache.commons.codec.base64.
Base64
.
Deprecated.
This class has been replaced by
Base64
Base64
- class org.apache.commons.codec.binary.
Base64
.
This class provides encode/decode for RFC 2045 Base64 as defined by RFC 2045, N.
Base64()
- Constructor for class org.apache.commons.codec.base64.
Base64
Deprecated.
Base64()
- Constructor for class org.apache.commons.codec.binary.
Base64
base64Alphabet
- Static variable in class org.apache.commons.codec.base64.
Base64
Deprecated.
base64Alphabet
- Static variable in class org.apache.commons.codec.binary.
Base64
BASELENGTH
- Static variable in class org.apache.commons.codec.base64.
Base64
Deprecated.
BASELENGTH
- Static variable in class org.apache.commons.codec.binary.
Base64
BinaryDecoder
- interface org.apache.commons.codec.
BinaryDecoder
.
This interface defines common decoding methods for decoders which decode byte arrays.
BinaryEncoder
- interface org.apache.commons.codec.
BinaryEncoder
.
A binary encoder contains methods common to all encoders for binary data.
C
CHUNK_SEPARATOR
- Static variable in class org.apache.commons.codec.binary.
Base64
CHUNK_SIZE
- Static variable in class org.apache.commons.codec.binary.
Base64
compare(Object, Object)
- Method in class org.apache.commons.codec.
StringEncoderComparator
Compare 2 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(byte[])
- Method in interface org.apache.commons.codec.
BinaryDecoder
Decode a byte array and return the results of the decode as a byte array.
decode(byte[])
- Static method in class org.apache.commons.codec.base64.
Base64
Deprecated.
Decodes Base64 data into octects
decode(byte[])
- Method in class org.apache.commons.codec.binary.
Base64
decode(Object)
- Method in interface org.apache.commons.codec.
Decoder
Decode an "encoded" Object and return a "decoded" Object.
decode(Object)
- Method in class org.apache.commons.codec.binary.
Base64
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.
Decoder
- interface org.apache.commons.codec.
Decoder
.
Forms one of the two interfaces at the center of the codec package.
DecoderException
- exception org.apache.commons.codec.
DecoderException
.
The DecoderException is thrown when a Decoder has encounter a failure condition during a decode.
DecoderException(String)
- Constructor for class org.apache.commons.codec.
DecoderException
Create a DecoderException
DEFAULT_CHAR_ENCODING
- Static variable in class org.apache.commons.codec.base64.
Base64
Deprecated.
digits
- Static variable in class org.apache.commons.codec.binary.
Hex
for building output as Hex
discardWhitespace(byte[])
- Static method in class org.apache.commons.codec.binary.
Base64
Discards any whitespace from a base-64 encoded block.
E
EIGHTBIT
- Static variable in class org.apache.commons.codec.base64.
Base64
Deprecated.
EIGHTBIT
- Static variable in class org.apache.commons.codec.binary.
Base64
EMPTY_BYTE_ARRAY
- Static variable in class org.apache.commons.codec.base64.
Base64
Deprecated.
encode(byte[])
- Method in interface org.apache.commons.codec.
BinaryEncoder
Encode a byte array and return the encoded data as a byte array.
encode(byte[])
- Static method in class org.apache.commons.codec.base64.
Base64
Deprecated.
Encodes hex octects into Base64
encode(byte[])
- Method in class org.apache.commons.codec.binary.
Base64
encode(Object)
- Method in interface org.apache.commons.codec.
Encoder
All encoders allow a library-user to pass an Object and get an Object in return.
encode(Object)
- Method in class org.apache.commons.codec.binary.
Base64
encode an Object
encode(Object)
- Method in class org.apache.commons.codec.language.
Soundex
encode(Object)
- Method in class org.apache.commons.codec.language.
RefinedSoundex
encode(Object)
- Method in class org.apache.commons.codec.language.
Metaphone
encode(String)
- Method in interface org.apache.commons.codec.
StringEncoder
Encode a String and produce a String.
encode(String)
- Static method in class org.apache.commons.codec.base64.
Base64
Deprecated.
Returns the base64 encoding of String.
encode(String)
- Method in class org.apache.commons.codec.language.
Soundex
encode(String)
- Method in class org.apache.commons.codec.language.
RefinedSoundex
encode(String)
- Method in class org.apache.commons.codec.language.
Metaphone
encode(String, String)
- Static method in class org.apache.commons.codec.base64.
Base64
Deprecated.
Returns the base64 encoding of String (by first converting to byte[], using the specified
charEncoding
).
encodeBase64(byte[])
- Static method in class org.apache.commons.codec.binary.
Base64
encodeBase64(byte[], boolean)
- Static method in class org.apache.commons.codec.binary.
Base64
Encodes hex octects into Base64.
encodeBase64Chunked(byte[])
- Static method in class org.apache.commons.codec.binary.
Base64
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.
Encoder
- interface org.apache.commons.codec.
Encoder
.
Encoder is the sister interface of Decoder, it provides the highest level of abstraction for Encoders.
EncoderException
- exception org.apache.commons.codec.
EncoderException
.
An EncoderException is thrown when there is a failure condition during the encoding process.
EncoderException(String)
- Constructor for class org.apache.commons.codec.
EncoderException
Create a new instance of this exception with an informative message.
F
FOURBYTE
- Static variable in class org.apache.commons.codec.base64.
Base64
Deprecated.
FOURBYTE
- Static variable in class org.apache.commons.codec.binary.
Base64
frontv
- Variable in class org.apache.commons.codec.language.
Metaphone
G
getMappingCode(char)
- Method in class org.apache.commons.codec.language.
Soundex
Used internally by the SoundEx algorithm.
getMappingCode(char)
- Method in class org.apache.commons.codec.language.
RefinedSoundex
Used internally by the SoundEx algorithm.
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.
H
Hex
- class org.apache.commons.codec.binary.
Hex
.
Hex encoder/decoder
Hex()
- Constructor for class org.apache.commons.codec.binary.
Hex
I
isArrayByteBase64(byte[])
- Static method in class org.apache.commons.codec.binary.
Base64
isBase64(byte)
- Static method in class org.apache.commons.codec.base64.
Base64
Deprecated.
isBase64(byte)
- Static method in class org.apache.commons.codec.binary.
Base64
isBase64(byte[])
- Static method in class org.apache.commons.codec.base64.
Base64
Deprecated.
isBase64(String)
- Static method in class org.apache.commons.codec.base64.
Base64
Deprecated.
isMetaphoneEqual(String, String)
- Method in class org.apache.commons.codec.language.
Metaphone
Are the metaphones of two strings the same.
L
lookUpBase64Alphabet
- Static variable in class org.apache.commons.codec.base64.
Base64
Deprecated.
lookUpBase64Alphabet
- Static variable in class org.apache.commons.codec.binary.
Base64
LOOKUPLENGTH
- Static variable in class org.apache.commons.codec.base64.
Base64
Deprecated.
LOOKUPLENGTH
- Static variable in class org.apache.commons.codec.binary.
Base64
M
maxCodeLen
- Variable in class org.apache.commons.codec.language.
Metaphone
maxLength
- Variable in class org.apache.commons.codec.language.
Soundex
Metaphone
- class org.apache.commons.codec.language.
Metaphone
.
A class to generate phonetic code.
Metaphone()
- Constructor for class org.apache.commons.codec.language.
Metaphone
metaphone(String)
- Method in class org.apache.commons.codec.language.
Metaphone
Find the metaphone value of a String.
O
org.apache.commons.codec
- package org.apache.commons.codec
org.apache.commons.codec.base64
- package org.apache.commons.codec.base64
org.apache.commons.codec.binary
- package org.apache.commons.codec.binary
org.apache.commons.codec.language
- package org.apache.commons.codec.language
P
PAD
- Static variable in class org.apache.commons.codec.base64.
Base64
Deprecated.
PAD
- Static variable in class org.apache.commons.codec.binary.
Base64
R
RefinedSoundex
- class org.apache.commons.codec.language.
RefinedSoundex
.
Encodes a string into a soundex value.
RefinedSoundex()
- Constructor for class org.apache.commons.codec.language.
RefinedSoundex
RefinedSoundex(char[])
- Constructor for class org.apache.commons.codec.language.
RefinedSoundex
S
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.
SIGN
- Static variable in class org.apache.commons.codec.base64.
Base64
Deprecated.
SIGN
- Static variable in class org.apache.commons.codec.binary.
Base64
SIXBIT
- Static variable in class org.apache.commons.codec.base64.
Base64
Deprecated.
SIXBIT
- Static variable in class org.apache.commons.codec.binary.
Base64
SIXTEENBIT
- Static variable in class org.apache.commons.codec.base64.
Base64
Deprecated.
SIXTEENBIT
- Static variable in class org.apache.commons.codec.binary.
Base64
Soundex
- class org.apache.commons.codec.language.
Soundex
.
Encodes a string into a refined soundex value.
Soundex()
- Constructor for class org.apache.commons.codec.language.
Soundex
Soundex(char[])
- Constructor for class org.apache.commons.codec.language.
Soundex
soundex(String)
- Method in class org.apache.commons.codec.language.
Soundex
Get the SoundEx value of a string.
soundex(String)
- Method in class org.apache.commons.codec.language.
RefinedSoundex
Get the SoundEx value of a string.
soundexMapping
- Variable in class org.apache.commons.codec.language.
Soundex
soundexMapping
- Variable in class org.apache.commons.codec.language.
RefinedSoundex
stringEncoder
- Variable in class org.apache.commons.codec.
StringEncoderComparator
StringEncoder
- interface org.apache.commons.codec.
StringEncoder
.
A StringEncoder is an encoder which expects a String as a method parameter and one that produces a String as the output of the Encoding process.
StringEncoderComparator
- class org.apache.commons.codec.
StringEncoderComparator
.
String are comparable, and this comparator allows you to configure it with an instance of a class which implements the StringEncoder.
StringEncoderComparator()
- Constructor for class org.apache.commons.codec.
StringEncoderComparator
A no-arg, do-nothing constructor
StringEncoderComparator(StringEncoder)
- Constructor for class org.apache.commons.codec.
StringEncoderComparator
Use the provided soundex algorithm.
T
TWENTYFOURBITGROUP
- Static variable in class org.apache.commons.codec.base64.
Base64
Deprecated.
TWENTYFOURBITGROUP
- Static variable in class org.apache.commons.codec.binary.
Base64
U
US_ENGLISH
- Static variable in class org.apache.commons.codec.language.
Soundex
US_ENGLISH
- Static variable in class org.apache.commons.codec.language.
RefinedSoundex
US_ENGLISH_MAPPING
- Static variable in class org.apache.commons.codec.language.
Soundex
US_ENGLISH_MAPPING
- Static variable in class org.apache.commons.codec.language.
RefinedSoundex
V
varson
- Variable in class org.apache.commons.codec.language.
Metaphone
vowels
- Variable in class org.apache.commons.codec.language.
Metaphone
B
C
D
E
F
G
H
I
L
M
O
P
R
S
T
U
V
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright (c) 2003 - Apache Software Foundation