|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectnet.sourceforge.jmmslib.MmsDecoder
public class MmsDecoder
Decodes a binary mms object in a MmsMessage class.
Actually this class is very limited and it is only capable of decoding send_conf mms messages.
| Constructor Summary | |
|---|---|
MmsDecoder(byte[] binaryMms)
Creates an MmsDecoder object for the specified binary mms object |
|
| Method Summary | |
|---|---|
MmsMessage |
decodeMessage()
Decodes a send_conf mms message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MmsDecoder(byte[] binaryMms)
| Method Detail |
|---|
public MmsMessage decodeMessage()
throws MmsDecoderException,
MmsMessageException
MmsDecoderException - error decoding the message
MmsMessageException - error filling up the value of the message
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||