Money Mgt Calculator
[Logo] JavaRanch » JavaRanch Saloon
  Search | FAQ | Recent Topics | Hot Topics
Register / Login


Reply Bookmark it! Watch this topic JavaRanch » Forums » Mobile » Java Micro Edition
 
RSS feed
 
New topic
Author

Java image and byte[] for J2ME and J2SE

Alex Parvan
Ranch Hand

Joined: Dec 10, 2009
Messages: 81

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
Messages: 51

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
Messages: 81

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):

"Quoting yourself is stupid" - Me
 
 
 
Reply Bookmark it! Watch this topic JavaRanch » Forums » Mobile » Java Micro Edition
 
RSS feed
 
New topic
Money Mgt Calculator