thanks.  actually, when i said quickest, i just meant least amount of code.
ha.  thanks.
--

David B. Bitton
[EMAIL PROTECTED]
www.codenoevil.com

Code Made Fresh DailyT
----- Original Message -----
From: "Axel Heitland" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 29, 2002 11:57 AM
Subject: Re: Byte array to disk


Don't know if this is the fastest, but
        FileStream.Write(bytearray, offset, count )
will do a good job.

If the array is beyond 64KB you could use asynch-io with BeginWrite.

HTH
        Axel

-----Original Message-----
From: David B. Bitton [mailto:[EMAIL PROTECTED]]
Sent: Mittwoch, 29. Mai 2002 06:35
To: [EMAIL PROTECTED]
Subject: [DOTNET] Byte array to disk


What's the quickest way to dump a byte array to disk (new file) ?
--

David B. Bitton
[EMAIL PROTECTED]
www.codenoevil.com

Code Made Fresh DailyT

You can read messages from the DOTNET archive, unsubscribe from DOTNET,
or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to