Deprecated API


Contents
Deprecated Classes
org.apache.commons.codec.language.Caverphone
          1.5 Replaced by Caverphone2, will be removed in 2.0. 
 

Deprecated Fields
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. 
 

Deprecated Methods
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. 
 

Deprecated Constructors
org.apache.commons.codec.StringEncoderComparator()
          Creating an instance without a StringEncoder leads to a NullPointerException. Will be removed in 2.0. 
 



commons-codec version 1.5-SNAPSHOT - Copyright © 2002-2011 - Apache Software Foundation