Closed psychomario closed 9 years ago
Always seek to the block we want to read.
I don't think there is any unneccessary overhead as .seek() doesn't actually read the file, just moves the .read() pointer.
.seek()
.read()
Fixes #98
LGTM although I think you should wait until #99 is merged because this might require a rebase.
rebased up to #99 now
LGTM
Always seek to the block we want to read.
I don't think there is any unneccessary overhead as
.seek()
doesn't actually read the file, just moves the.read()
pointer.Fixes #98