org.mobicents.protocols.ss7.map.api.service.supplementary
public interface USSDString
| Modifier and Type | Method and Description |
|---|---|
void |
decode()
Decode the byte[] that represents the USSD String.
|
void |
encode()
Encode the set USSD String.
|
java.nio.charset.Charset |
getCharset()
Get the
Charset |
byte[] |
getEncodedString()
Get the byte[] that represents encoded USSD String
|
java.lang.String |
getString()
Get the decoded USSD String
|
java.lang.String getString()
byte[] getEncodedString()
java.nio.charset.Charset getCharset()
Charsetvoid encode()
throws MAPException
MAPExceptionvoid decode()
throws MAPException
MAPExceptionCopyright © 2011. All Rights Reserved.