Package org.htmlunit.util
Class XUserDefinedCharset
java.lang.Object
java.nio.charset.Charset
org.htmlunit.util.XUserDefinedCharset
- All Implemented Interfaces:
Comparable<Charset>
Simple implementation of the 'x-user-defined'
Charset
.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final XUserDefinedCharset
The single instance.static final String
The single instance. -
Method Summary
Modifier and TypeMethodDescriptionboolean
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
-
Field Details
-
NAME
The single instance.- See Also:
-
INSTANCE
The single instance.
-
-
Method Details
-
contains
-
newDecoder
- Specified by:
newDecoder
in classCharset
-
newEncoder
- Specified by:
newEncoder
in classCharset
-