org.mobicents.protocols.ss7.map.primitives
public abstract class TbcdString extends java.lang.Object implements MAPAsnPrimitive
| 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecodeAll, decodeData, encodeAll, encodeAll, encodeData, 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 © 2012. All Rights Reserved.