Re: [DOTNET] Byte array to disk

2002-05-29 Thread David B. Bitton
om: 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 c

Re: [DOTNET] Byte array to disk

2002-05-29 Thread Axel Heitland
h, 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

Re: [DOTNET] Byte array to disk

2002-05-29 Thread Graeme Foster
Create a System.IO.FileStream and use the Write() method which takes a byte array. G. -- Graeme Foster ([EMAIL PROTECTED]) Principal Software Engineer Aston Broadcast Systems Ltd. (http://www.aston.tv) Disclaimer: I really don't have a clue what I'm on about. -Original Message- From: dot

[DOTNET] Byte array to disk

2002-05-28 Thread David B. Bitton
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.