I am creating multiple files from String's.
For example 4 strings; one in xml, and 3 csv format.
My question is do I have to first save these String's into a file before then reading it and then writing out to the ZipOutputStream? Just seems like a bit of a waste really.
Thanks in advance