In one of my application, I have to parse the MMS content. I am able to get the encoded MMS content in the form of byte[]. Now I have to decode this byte[] and need to extract all the content based on their content types and header values. But I am struggling here. I don't know how to start decoding...
Any help will be appreciated.
you have the content in byte[] so you can try this:
you can continue to parse like this.