I'm trying to read in data from large binary files using BitVector (thanks
btw, for whoever mentioned it on the list, its nice)

I'll be reading the data in as requested by the user, in (relatively) small
chunks as needed.

Problem is I can't read the whole file in at once (its ridiculously large)
and the object created by  BitVector(filename="path") doesn't include a
"seek" function (to reset the filepointer)

Any suggestions on how to this without
closing/reopening/reading(offset)/read(data) ? (thats a lot of overhead)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to