Class and Description |
---|
org.apache.commons.codec.language.Caverphone
1.5 Replaced by
Caverphone2 , will be removed in 2.0. |
Method and Description |
---|
org.apache.commons.codec.net.URLCodec.getEncoding()
Use
URLCodec.getDefaultCharset() , will be removed in 2.0. |
org.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.binary.Base64.isArrayByteBase64(byte[])
1.5 Use
Base64.isBase64(byte[]) , 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.
|
Constructor and Description |
---|
org.apache.commons.codec.StringEncoderComparator()
Creating an instance without a
StringEncoder leads to a NullPointerException . Will be
removed in 2.0. |
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.