Hello !
I'm using the gzip module of Python.
I'm trying to know the original size of a file compressed in .gz.
How could I do this ?
Do I have to perform GzipFile()/seek(0,2)/tell() to know the original file size ? <yuk!>
Do I have to parse myself the gzip header ? <grin>
Or is there a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.