Class and Description |
---|
org.apache.commons.codec.language.Caverphone
1.5 Replaced by
Caverphone2 , will be removed in 2.0. |
Field and Description |
---|
org.apache.commons.codec.net.URLCodec.charset
TODO: This field will be changed to a private final Charset in 2.0.
|
org.apache.commons.codec.Charsets.ISO_8859_1
Use Java 7's
StandardCharsets |
org.apache.commons.codec.binary.BaseNCodec.PAD
Use
BaseNCodec.pad . Will be removed in 2.0. |
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 |
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–2014 The Apache Software Foundation. All rights reserved.