public final class XUserDefinedCharset extends Charset
Charset
.Modifier and Type | Field and Description |
---|---|
static XUserDefinedCharset |
INSTANCE
The single instance.
|
static String |
NAME
The single instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
contains(Charset charset) |
CharsetDecoder |
newDecoder() |
CharsetEncoder |
newEncoder() |
aliases, availableCharsets, canEncode, compareTo, decode, defaultCharset, displayName, displayName, encode, encode, equals, forName, hashCode, isRegistered, isSupported, name, toString
public static final String NAME
public static final XUserDefinedCharset INSTANCE
public CharsetDecoder newDecoder()
newDecoder
in class Charset
public CharsetEncoder newEncoder()
newEncoder
in class Charset
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.