org.mobicents.protocols.ss7.map.primitives
public class USSDStringImpl extends java.lang.Object implements USSDString, MAPAsnPrimitive
| Constructor and Description |
|---|
USSDStringImpl() |
USSDStringImpl(byte[] encodedString,
java.nio.charset.Charset charset) |
USSDStringImpl(java.lang.String ussdString,
java.nio.charset.Charset charset) |
| 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.
|
java.nio.charset.Charset |
getCharset() |
byte[] |
getEncodedString() |
boolean |
getIsPrimitive() |
java.lang.String |
getString() |
int |
getTag() |
int |
getTagClass() |
public USSDStringImpl()
public USSDStringImpl(java.lang.String ussdString,
java.nio.charset.Charset charset)
public USSDStringImpl(byte[] encodedString,
java.nio.charset.Charset charset)
public byte[] getEncodedString()
getEncodedString in interface USSDStringpublic java.lang.String getString()
getString in interface USSDStringpublic java.nio.charset.Charset getCharset()
getCharset in interface USSDStringpublic int getTag()
throws MAPException
getTag in interface MAPAsnPrimitiveMAPExceptionpublic int getTagClass()
getTagClass in interface MAPAsnPrimitivepublic boolean getIsPrimitive()
getIsPrimitive in interface MAPAsnPrimitivepublic void decodeAll(org.mobicents.protocols.asn.AsnInputStream ansIS)
throws MAPParsingComponentException
MAPAsnPrimitivedecodeAll in interface MAPAsnPrimitiveansIS - The AsnInputStream that contains the length and the content of
the primitiveMAPParsingComponentExceptionpublic void decodeData(org.mobicents.protocols.asn.AsnInputStream ansIS,
int length)
throws MAPParsingComponentException
MAPAsnPrimitivedecodeData in interface MAPAsnPrimitiveansIS - The AsnInputStream that contains the content of the primitivelength - The length of the contentMAPParsingComponentExceptionpublic void encodeAll(org.mobicents.protocols.asn.AsnOutputStream asnOs)
throws MAPException
MAPAsnPrimitiveencodeAll in interface MAPAsnPrimitiveMAPExceptionpublic void encodeAll(org.mobicents.protocols.asn.AsnOutputStream asnOs,
int tagClass,
int tag)
throws MAPException
MAPAsnPrimitiveencodeAll in interface MAPAsnPrimitiveMAPExceptionpublic void encodeData(org.mobicents.protocols.asn.AsnOutputStream asnOs)
throws MAPException
MAPAsnPrimitiveencodeData in interface MAPAsnPrimitiveMAPExceptionCopyright © 2012. All Rights Reserved.