Tagged Questions

3
votes
2answers
6k views

Reading an XML File using FileInputStream (for Java)?

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 worry about that. What I ...