B
benn
I have working routines that utilize StreamReader (FileStream) but
they operate on a file that is opened. My data is generated during
execution and I don't have write access on the drive to to write any
temporary files.. otherwise I could write the data memory into a file
and read it back as a FileStream.
Any ideas?
they operate on a file that is opened. My data is generated during
execution and I don't have write access on the drive to to write any
temporary files.. otherwise I could write the data memory into a file
and read it back as a FileStream.
Any ideas?