Re: Writing Byte Array to Disk
- From: "Doug Semler" <dougsemler@xxxxxxxxx>
- Date: Mon, 1 Oct 2007 20:40:12 -0400
"Jon Skeet [C# MVP]" <skeet@xxxxxxxxx> wrote in message news:MPG.216b83d7599691394de@xxxxxxxxxxxxxxxxxxxxxxx
Garth Wells <nobody@xxxxxxxxxxx> wrote:I've got code that allows me to render the contents of a
byte array to the screen, but I need to write the contents
to disk. Suggestions?
Use a FileStream, and call Write on it.
OOC, what would the difference between that and File.WriteAllBytes() be?
--
Doug Semler, MCPD
a.a. #705, BAAWA. EAC Guardian of the Horn of the IPU (pbuhh).
The answer is 42; DNRC o-
Gur Hfrarg unf orpbzr fb shyy bs penc gurfr qnlf, abbar rira
erpbtavmrf fvzcyr guvatf yvxr ebg13 nalzber. Fnq, vfa'g vg?
.
- Follow-Ups:
- Re: Writing Byte Array to Disk
- From: Arnshea
- Re: Writing Byte Array to Disk
- From: Jon Skeet [C# MVP]
- Re: Writing Byte Array to Disk
- References:
- Writing Byte Array to Disk
- From: Garth Wells
- Re: Writing Byte Array to Disk
- From: Jon Skeet [C# MVP]
- Writing Byte Array to Disk
- Prev by Date: Re: textbox-password
- Next by Date: Re: Sql Connection
- Previous by thread: Re: Writing Byte Array to Disk
- Next by thread: Re: Writing Byte Array to Disk
- Index(es):
Relevant Pages
|