Skipping data in a binary file in Python -


i'm writing file reader (binary) format , need skip portion of file.

i fileobject.read(howmuchtoskip) that, guess load unneeded part memory , slow.

can set "index" of "pointer" or whatever that's called?

use fileobject.seek(offset).


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -