Class PrintableCharset
java.lang.Object
java.nio.charset.Charset
org.mozilla.jss.netscape.security.util.PrintableCharset
- All Implemented Interfaces:
Comparable<Charset>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.nio.charset.Charset
aliases, availableCharsets, canEncode, compareTo, decode, defaultCharset, displayName, displayName, encode, encode, equals, forName, forName, hashCode, isRegistered, isSupported, name, toString
-
Constructor Details
-
PrintableCharset
public PrintableCharset()
-
-
Method Details
-
isPrintableChar
public static boolean isPrintableChar(char c) -
contains
-
newDecoder
- Specified by:
newDecoder
in classCharset
-
newEncoder
- Specified by:
newEncoder
in classCharset
-