I don't know... :-(
But I do know that using a BufferedStream could, sometimes, speed up things
a little...
> Hi,
>
[quoted text clipped - 3 lines]
> Thanks,
> Roshawn
BTW, many low level stream (SocketStrem, PipeStream, FileStream, etc...)
Are just thin wrapper over a file's HANDLE & Win32 ReadFile()/WriteFile()
API, so they consume as much and are as efficient as those.
> Hi,
>
[quoted text clipped - 3 lines]
> Thanks,
> Roshawn
Roshawn Dawson - 09 Aug 2005 16:14 GMT
Thanks for the heads-up. I wasn't even aware of that. :-)
Roshawn
> BTW, many low level stream (SocketStrem, PipeStream, FileStream, etc...)
> Are just thin wrapper over a file's HANDLE & Win32 ReadFile()/WriteFile()
[quoted text clipped - 7 lines]
>>Thanks,
>>Roshawn