org.mobicents.protocols.smpp.encoding
Class UCS2Encoding
java.lang.Object
org.mobicents.protocols.smpp.encoding.AbstractMessageEncoding<String>
org.mobicents.protocols.smpp.encoding.AlphabetEncoding
org.mobicents.protocols.smpp.encoding.UCS2Encoding
- All Implemented Interfaces:
- MessageEncoding<String>
public class UCS2Encoding
- extends AlphabetEncoding
|
Constructor Summary |
UCS2Encoding()
Construct a new UCS2 encoding. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UCS2Encoding
public UCS2Encoding()
throws UnsupportedEncodingException
- Construct a new UCS2 encoding.
- Throws:
UnsupportedEncodingException - if the ISO-10646-UCS-2
charset is not supported by the JVM.
Copyright © 2011 Mobicents. All Rights Reserved.