public class XBCharset extends java.lang.Object implements XBTSerializable, XBDeclared
| Modifier and Type | Field and Description |
|---|---|
static long[] |
xbBlockPath |
| Constructor and Description |
|---|
XBCharset()
Creates a new instance of XBString
|
XBCharset(java.nio.charset.Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
java.nio.charset.Charset |
getCharset() |
XBDeclaration |
getXBDeclaration()
Get the declaration of data
|
XBTSerialMethod |
getXBTSerializationMethod()
Serialization method serialization from and to XBUP level 0 protocol.
|
void |
setCharset(java.nio.charset.Charset charset) |
public XBCharset()
public XBCharset(java.nio.charset.Charset charset)
public XBDeclaration getXBDeclaration()
XBDeclaredgetXBDeclaration in interface XBDeclaredpublic java.nio.charset.Charset getCharset()
public void setCharset(java.nio.charset.Charset charset)
public XBTSerialMethod getXBTSerializationMethod()
XBTSerializablegetXBTSerializationMethod in interface XBTSerializable