Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
B
C
D
E
G
H
I
M
O
R
S
U
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
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
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.
E
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.
G
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.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.
M
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
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.
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.
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.
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
B
C
D
E
G
H
I
M
O
R
S
U
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2002-2003 Apache Software Foundation. All Rights Reserved.