Class | Description |
---|---|
org.apache.commons.codec.language.Caverphone |
1.5 Replaced by
Caverphone2 , will be removed in 2.0. |
Field | Description |
---|---|
org.apache.commons.codec.binary.BaseNCodec.PAD |
Use
BaseNCodec.pad . Will be removed in 2.0. |
org.apache.commons.codec.Charsets.ISO_8859_1 |
Use Java 7's
StandardCharsets |
org.apache.commons.codec.Charsets.US_ASCII |
Use Java 7's
StandardCharsets |
org.apache.commons.codec.Charsets.UTF_16 |
Use Java 7's
StandardCharsets |
org.apache.commons.codec.Charsets.UTF_16BE |
Use Java 7's
StandardCharsets |
org.apache.commons.codec.Charsets.UTF_16LE |
Use Java 7's
StandardCharsets |
org.apache.commons.codec.Charsets.UTF_8 |
Use Java 7's
StandardCharsets |
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.
|
Method | Description |
---|---|
org.apache.commons.codec.binary.Base64.isArrayByteBase64(byte[]) |
1.5 Use
Base64.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.9
|
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.
|
org.apache.commons.codec.net.URLCodec.getEncoding() |
Use
getDefaultCharset() , will be removed in 2.0. |
Constructor | Description |
---|---|
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.10 - Copyright © 2002-2017 - Apache Software Foundation