public interface MAPAsnPrimitive extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
decodeAll(org.mobicents.protocols.asn.AsnInputStream ansIS)
Decoding the length and the content of the primitive (the tag has already read)
|
void |
decodeData(org.mobicents.protocols.asn.AsnInputStream ansIS,
int length)
Decoding the content of the primitive (the tag and the length have already read)
|
void |
encodeAll(org.mobicents.protocols.asn.AsnOutputStream asnOs)
Encoding the tag, the length and the content.
|
void |
encodeAll(org.mobicents.protocols.asn.AsnOutputStream asnOs,
int tagClass,
int tag)
Encoding the tag, the length and the content.
|
void |
encodeData(org.mobicents.protocols.asn.AsnOutputStream asnOs)
Encoding the content.
|
boolean |
getIsPrimitive() |
int |
getTag() |
int |
getTagClass() |
int getTag()
throws MAPException
MAPExceptionint getTagClass()
boolean getIsPrimitive()
void decodeAll(org.mobicents.protocols.asn.AsnInputStream ansIS)
throws MAPParsingComponentException
ansIS - The AsnInputStream that contains the length and the content of the primitiveMAPParsingComponentExceptionvoid decodeData(org.mobicents.protocols.asn.AsnInputStream ansIS,
int length)
throws MAPParsingComponentException
ansIS - The AsnInputStream that contains the content of the primitivelength - The length of the contentMAPParsingComponentExceptionvoid encodeAll(org.mobicents.protocols.asn.AsnOutputStream asnOs)
throws MAPException
asnOs - MAPExceptionvoid encodeAll(org.mobicents.protocols.asn.AsnOutputStream asnOs,
int tagClass,
int tag)
throws MAPException
asnOs - tagClass - tag - MAPExceptionvoid encodeData(org.mobicents.protocols.asn.AsnOutputStream asnOs)
throws MAPException
asnOs - MAPExceptionCopyright © 2016. All Rights Reserved.