Output streams
Imar,
I'd appreciate a pointer in the right direction.
I do not believe that this topic is in your book, but I have used your excellent book to do lot of my work.
My web site is gathering data and assembling strings in a List<String>. I have formatted these Strings in a .csv format. Since I cannot write this as a file to the machine of the user, i.e., the person accessing the web site, I cannot figure out what I need to either create a file and offer it to the user for download or how to stream the Strings in the List to the user for her to save it or not as she wishes.
Would you be so kind as to tell me where to look, including what Wrox books may cover this topic?
Thanks.
Thomas
|