2
votes
2answers
2k views
Reading an XML File using FileInputStream (for Java)?
Hi everyone, here's the deal.
For my project I have to serialize and deserialize a random tree using Java and XStream. My teacher made the Tree/RandomTree algorithms, so I don't have to wo …
