| Author |
Java image and byte[] for J2ME and J2SE
|
Alex Parvan
Ranch Hand
Joined: Dec 10, 2009
Posts: 115
|
|
Hello,
What i want is this:
1. Convert Image object to byte[] in J2ME application
2. Send it to Web Service (store it in database)
3. Read byte[] in J2SE application, convert it back to Image
If in step 1 i use J2SE, then everything is working great. Is there a 3rd party class that can be used to convert image-to-byte[] and back ? Or maybe another option.
Thanks,
Alex
|
"Quoting yourself is stupid" - Me
|
 |
lokesh jain
Ranch Hand
Joined: Feb 21, 2009
Posts: 58
|
|
hi, please visit any of these 3 links :
webpage
webpage2
webpage3
Hope so that these links will help you
|
 |
Alex Parvan
Ranch Hand
Joined: Dec 10, 2009
Posts: 115
|
|
Thank you, i did it.
If anyone else needs something like this, here is the complete code:
Image to byte[] (only for J2ME):
byte[] to Image (only for J2SE):
|
 |
 |
|
|
subject: Java image and byte[] for J2ME and J2SE
|
|
|