|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.protocols.smpp.encoding.AbstractMessageEncoding<java.lang.String>
org.mobicents.protocols.smpp.encoding.AlphabetEncoding
org.mobicents.protocols.smpp.encoding.UTF16Encoding
public class UTF16Encoding
| Constructor Summary | |
|---|---|
UTF16Encoding()
Construct a new big-endian UTF16 encoding. |
|
UTF16Encoding(boolean bigEndian)
Construct a new UTF16 encoding. |
|
| Method Summary |
|---|
| Methods inherited from class org.mobicents.protocols.smpp.encoding.AlphabetEncoding |
|---|
decode, decode, encode, getCharset, getEncodedSize, setCharset |
| Methods inherited from class org.mobicents.protocols.smpp.encoding.AbstractMessageEncoding |
|---|
getDataCoding |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UTF16Encoding()
throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException - If the JVM does not support
the UTF16 encoding.
public UTF16Encoding(boolean bigEndian)
throws java.io.UnsupportedEncodingException
bigEndian - true to use UTF-16BE, false to use UTF-16LE.
java.io.UnsupportedEncodingException - If the JVM does not support
the UTF16 encoding.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||