Does it copy the file in batches, or does it stream the file through memory, reading and writing simultaneously?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
Reading and writing simultaneously usually means that a fixed size is read (let's say Basically it streams the file, but in chunks. |
|||
|
|