Converting ByteArrayInputStream to xml file

Posted by user291780 on Stack Overflow See other posts from Stack Overflow or by user291780
Published on 2010-04-20T02:43:42Z Indexed on 2010/04/20 2:53 UTC
Read the original article Hit count: 421

Filed under:
|
|

I have an xml document that was serialized into a byte stream and persisted to a database. I any get the byte stream back, but how do I convert it into an xml file again?

© Stack Overflow or respective owner

Related posts about java

Related posts about Xml