|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.protocols.smpp.encoding.AbstractMessageEncoding<byte[]>
org.mobicents.protocols.smpp.encoding.BinaryEncoding
public class BinaryEncoding
Class representing a message encoded in binary format. This class uses a data coding value of 4 (00000100b), in accordance with GSM 03.38.
| Constructor Summary | |
|---|---|
BinaryEncoding()
|
|
| Method Summary | |
|---|---|
byte[] |
decode(byte[] bytes)
|
byte[] |
encode(byte[] object)
|
| Methods inherited from class org.mobicents.protocols.smpp.encoding.AbstractMessageEncoding |
|---|
getDataCoding |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BinaryEncoding()
| Method Detail |
|---|
public byte[] decode(byte[] bytes)
public byte[] encode(byte[] object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||