@Immutable public abstract class OctetCharset extends Charset
Modifier and Type | Field and Description |
---|---|
protected static char |
REPLACEMENT
Use this character in the lookup table provided to the constructor for
every character that does not have a replacement in 16 bit Unicode.
|
Modifier | Constructor and Description |
---|---|
protected |
OctetCharset(String cname,
String[] aliases,
char[] byte2char) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(Charset cs) |
CharsetDecoder |
newDecoder() |
CharsetEncoder |
newEncoder() |
aliases, availableCharsets, canEncode, compareTo, decode, defaultCharset, displayName, displayName, encode, encode, equals, forName, hashCode, isRegistered, isSupported, name, toString
protected static final char REPLACEMENT
public CharsetDecoder newDecoder()
newDecoder
in class Charset
public CharsetEncoder newEncoder()
newEncoder
in class Charset
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.