Gzip
Join the DZone community and get the full member experience.
Join For Free
import gzip
zfile = gzip.GzipFile('somefile.gz')
content = zfile.read()
zfile.close()
Opinions expressed by DZone contributors are their own.
Join the DZone community and get the full member experience.
Join For Free
import gzip
zfile = gzip.GzipFile('somefile.gz')
content = zfile.read()
zfile.close()
Opinions expressed by DZone contributors are their own.
ABOUT US
ADVERTISE
CONTRIBUTE ON DZONE
LEGAL
CONTACT US
Comments