Re: file transfer with sockets
- From: "Peter Duniho" <NpOeStPeAdM@xxxxxxxxxxxxxxxx>
- Date: Wed, 16 May 2007 13:33:28 -0700
On Wed, 16 May 2007 09:42:23 -0700, Nicholas Paldino [.NET/C# MVP] <mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
[...]
You could load the entire contents of the file into one big byte array, but that wouldn't be too efficient, and would gobble up memory
for large files (hence the reading in chunks).
And of course would not even work for files too large to fit in the process's address space. :)
.
- References:
- file transfer with sockets
- From: David
- Re: file transfer with sockets
- From: Nicholas Paldino [.NET/C# MVP]
- Re: file transfer with sockets
- From: David
- Re: file transfer with sockets
- From: Nicholas Paldino [.NET/C# MVP]
- file transfer with sockets
- Prev by Date: Re: ArrayList vs. List<>
- Next by Date: Re: selecting custom controls in a panel
- Previous by thread: Re: file transfer with sockets
- Next by thread: Re: file transfer with sockets
- Index(es):
Relevant Pages
|