Class StringUtils

java.lang.Object
org.apache.tomcat.util.codec.binary.StringUtils

public class StringUtils extends Object
Converts String to and from bytes using the encodings required by the Java specification. These encodings are specified in Standard charsets.

This class is immutable and thread-safe.

Since:
1.4
See Also: