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++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -