public class JbasePrivateUseCharset
extends java.nio.charset.Charset
Modifier and Type | Field and Description |
---|---|
protected static byte |
AM |
protected static byte[] |
DEFAULT_REPLACEMENT_BYTES |
protected static java.lang.String |
DEFAULT_REPLACEMENT_STRING |
protected static byte |
SVM |
protected static char |
uAM |
protected static char |
uSVM |
protected static char |
uVM |
protected static byte |
VM |
Constructor and Description |
---|
JbasePrivateUseCharset() |
JbasePrivateUseCharset(java.nio.charset.Charset baseCharset) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(java.nio.charset.Charset chars) |
java.nio.charset.CharsetDecoder |
newDecoder() |
java.nio.charset.CharsetEncoder |
newEncoder() |
protected static final char uAM
protected static final char uVM
protected static final char uSVM
protected static final byte AM
protected static final byte VM
protected static final byte SVM
protected static final java.lang.String DEFAULT_REPLACEMENT_STRING
protected static final byte[] DEFAULT_REPLACEMENT_BYTES
public JbasePrivateUseCharset()
public JbasePrivateUseCharset(java.nio.charset.Charset baseCharset)
public boolean contains(java.nio.charset.Charset chars)
contains
in class java.nio.charset.Charset
public java.nio.charset.CharsetDecoder newDecoder()
newDecoder
in class java.nio.charset.Charset
public java.nio.charset.CharsetEncoder newEncoder()
newEncoder
in class java.nio.charset.Charset