-
Classes Class Description org.apache.commons.codec.language.Caverphone 1.5 Replaced byCaverphone2
, will be removed in 2.0.
-
Fields Field Description org.apache.commons.codec.binary.BaseNCodec.PAD UseBaseNCodec.pad
. Will be removed in 2.0.org.apache.commons.codec.Charsets.ISO_8859_1 Use Java 7'sStandardCharsets
org.apache.commons.codec.Charsets.US_ASCII Use Java 7'sStandardCharsets
org.apache.commons.codec.Charsets.UTF_16 Use Java 7'sStandardCharsets
org.apache.commons.codec.Charsets.UTF_16BE Use Java 7'sStandardCharsets
org.apache.commons.codec.Charsets.UTF_16LE Use Java 7'sStandardCharsets
org.apache.commons.codec.Charsets.UTF_8 Use Java 7'sStandardCharsets
org.apache.commons.codec.language.Soundex.maxLength This feature is not needed since the encoding size must be constant. Will be removed in 2.0.org.apache.commons.codec.net.URLCodec.charset TODO: This field will be changed to a private final Charset in 2.0.
-
Methods Method Description org.apache.commons.codec.binary.Base64.isArrayByteBase64(byte[]) 1.5 UseBase64.isBase64(byte[])
, will be removed in 2.0.org.apache.commons.codec.digest.DigestUtils.getShaDigest() org.apache.commons.codec.digest.DigestUtils.sha(byte[]) org.apache.commons.codec.digest.DigestUtils.shaHex(byte[]) org.apache.commons.codec.language.bm.Rule.Phoneme.join(Rule.Phoneme) since 1.9org.apache.commons.codec.language.Soundex.getMaxLength() This feature is not needed since the encoding size must be constant. Will be removed in 2.0.org.apache.commons.codec.language.Soundex.setMaxLength(int) This feature is not needed since the encoding size must be constant. Will be removed in 2.0.org.apache.commons.codec.net.URLCodec.getEncoding() UsegetDefaultCharset()
, will be removed in 2.0.
-
Constructors Constructor Description org.apache.commons.codec.StringEncoderComparator() Creating an instance without aStringEncoder
leads to aNullPointerException
. Will be removed in 2.0.