This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Product and Other Certifications and the fly likes Suggest uses of this concept. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Certification » Product and Other Certifications
Reply Bookmark "Suggest uses of this concept." Watch "Suggest uses of this concept." New topic
Author

Suggest uses of this concept.

Rahul Bhattacharjee
Ranch Hand

Joined: Nov 29, 2005
Posts: 2300
Hi all,

I have written a api for creating a xml from binary data and then again convert this xml to binary file.
Example :

I have a JPG.
Using the program I create a xml in the following format.

<?xml ..?>

<xmlData>
<fileName>sample.jpg</fileName>
<binData> <!-- base 64 encoded data from the --></binData>
</xmlData>


then again we can get back the data ..this is not good for wire transfer of binary...can you give ideas as where else this can be used..or where this is used..
i found this very interesting..using some tag we can even specify the kind of data that the base64 encoded string is representing..


Rahul Bhattacharjee
LinkedIn - Blog
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Suggest uses of this concept.
 
Similar Threads
Size problem with loadXML
Concatenating string texts based of key value
XML to Object[] Utility
how to retrieve images on a jsp page
need help on Java.NIO