I'm using both streamreader and writer in attempt to read in a specially formatted log file that must the be reformatted to a much larger size file(factor 200X) and stored back to disk. The problem is the amount of time the file takes to write which is about 200 bytes for every byte I read in and each log file is around 4Mbs text. I need a quicker way to write all the data out to disk.