Converting 8-bit encoded binary data to 7-bit encoded data & vice v...

Converting 8-bit encoded binary data to 7-bit encoded data & vice v... SearchSearch
Author Message
Deepak Angeswar
New member
Username: Angeshwar

Post Number: 7
Registered: 09-2006
Posted on Friday, October 27, 2006 - 11:09 am:   

hello,

i am receiving SMS via GSM modem, the PDU here is in 8-bit binary encoded format, however i am storing the data in a smpp server, so i need to convert this into 7-bit binary encoded, has anyone done this before, if so could someone send a java code/snippet which does this conversion and vice versa.