Deprecated API


Contents
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.binary.Base64.discardWhitespace(byte[])
          This method is no longer needed 
org.apache.commons.codec.net.URLCodec.getEncoding()
          use #getDefaultCharset() 
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.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()
          as creating without a StringEncoder will lead to a broken NullPointerException creating comparator. 
 



commons-codec version 1.4 - Copyright © 2002-2012 - Apache Software Foundation