On 2009-04-02, Gabriel <[email protected]> wrote: > For example can i open disk image file and read it block by > block?
Sure. Just open the file, seek to where you want and read it.
Or, it'll probably be simpler to just mmap the file and then
grab blocks using slices as indexes.
--
Grant Edwards grante Yow! World War III?
at No thanks!
visi.com
--
http://mail.python.org/mailman/listinfo/python-list
