"Lad" <[EMAIL PROTECTED]> escribió en el mensaje 
news:[EMAIL PROTECTED]

> What is a good  way to read binary data from HUGE  file and write  it
> to another file?
Without processing the data read? shutil.copy2 or similar
Else, a lot of applications can follow the pattern read-process-write: read 
a logical block, process, write the output; where "logical block" depends on 
the application: a record, a frame, a chunk...

-- 
Gabriel Genellina 


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to