public abstract class TbcdString extends MAPPrimitiveBase
| Modifier and Type | Field and Description |
|---|---|
protected int |
DIGIT_1_MASK |
protected int |
DIGIT_2_MASK |
| Constructor and Description |
|---|
TbcdString() |
| Modifier and Type | Method and Description |
|---|---|
protected char |
decodeNumber(int i) |
protected java.lang.String |
decodeString(org.mobicents.protocols.asn.AsnInputStream ansIS,
int length) |
protected int |
encodeNumber(char c) |
protected void |
encodeString(org.mobicents.protocols.asn.AsnOutputStream asnOs,
java.lang.String data) |
decode, decode, encode, encode, getIsPrimitive, getTag, getTagClassprotected java.lang.String decodeString(org.mobicents.protocols.asn.AsnInputStream ansIS,
int length)
throws java.io.IOException,
MAPParsingComponentException
java.io.IOExceptionMAPParsingComponentExceptionprotected void encodeString(org.mobicents.protocols.asn.AsnOutputStream asnOs,
java.lang.String data)
throws MAPException
MAPExceptionprotected int encodeNumber(char c)
throws MAPException
MAPExceptionprotected char decodeNumber(int i)
throws MAPParsingComponentException
MAPParsingComponentExceptionCopyright © 2011. All Rights Reserved.