For the purpose of writing unit tests for code that writes to a stream I want to use something other than a FileStream that will allow me to write to it just like FileStream, but will just hold the data in memory. When I'm finished writing, I want to retrieve everything I've written as a single String. Is there a class that does that?

---
Mark Volkmann




_______________________________________________
Beginners mailing list
[email protected]
http://lists.squeakfoundation.org/mailman/listinfo/beginners

Reply via email to