Package org.apache.tomcat.util.buf
Class CharsetUtil
- java.lang.Object
-
- org.apache.tomcat.util.buf.CharsetUtil
-
public class CharsetUtil extends java.lang.ObjectUtility methods for charset operations.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisAsciiSuperset(java.nio.charset.Charset charset)Checks if the given charset is a superset of ASCII.
-