Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check file progress #3

Open
gtoonstra opened this issue Jul 4, 2015 · 0 comments
Open

Check file progress #3

gtoonstra opened this issue Jul 4, 2015 · 0 comments

Comments

@gtoonstra
Copy link
Owner

File progress is now calculated on a simple method that adds the number of bytes read from a line (len( x )) to a 'pos' attribute. It should use "tell()" instead, because when compression gets added the first summator won't be accurate (after decompression, the file moved less than indicated). The write classes are based on the readers too, so not necessary to update those.
There may be cases where the "tell()" function is not available because the file is hidden by the library (XML, HTML readers). Those cases should be investigated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant