public class InfoCodeHandler extends Object
| Constructor and Description |
|---|
InfoCodeHandler() |
| Modifier and Type | Method and Description |
|---|---|
static jain.protocol.ip.mgcp.message.parms.InfoCode |
decode(byte[] value,
int offset,
int length) |
static jain.protocol.ip.mgcp.message.parms.InfoCode[] |
decodeList(byte[] value,
int offset,
int length) |
static int |
encode(byte[] destination,
int offset,
jain.protocol.ip.mgcp.message.parms.InfoCode infoCode) |
static int |
encodeList(byte[] destination,
int offset,
jain.protocol.ip.mgcp.message.parms.InfoCode[] infoCodes) |
public static jain.protocol.ip.mgcp.message.parms.InfoCode decode(byte[] value,
int offset,
int length)
throws ParseException
ParseExceptionpublic static int encode(byte[] destination,
int offset,
jain.protocol.ip.mgcp.message.parms.InfoCode infoCode)
public static int encodeList(byte[] destination,
int offset,
jain.protocol.ip.mgcp.message.parms.InfoCode[] infoCodes)
public static jain.protocol.ip.mgcp.message.parms.InfoCode[] decodeList(byte[] value,
int offset,
int length)
throws ParseException
ParseExceptionCopyright © 2014 TeleStax, Inc.. All Rights Reserved.