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 XUserDefinedCharsetThe single instance.static final StringThe single instance. -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods 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:
newDecoderin classCharset
-
newEncoder
- Specified by:
newEncoderin classCharset
-