gzip
 

no doc string


 Modules
                                                                                                                                                                                                                               
__builtin__
string
struct
time
zlib


 Classes
                                                                                                                                                                                                                               
GzipFile


 class GzipFile
           no doc string
                                                                                                                                                                                                                     
__init__(self, filename=None, mode=None, compresslevel=9, fileobj=None)
no doc string
__repr__(self)
no doc string
_add_read_data(self, data)
no doc string
_init_read(self)
no doc string
_init_write(self, filename)
no doc string
_read(self, size=1024)
no doc string
_read_eof(self)
no doc string
_read_gzip_header(self)
no doc string
_unread(self, buf)
no doc string
_write_gzip_header(self)
no doc string
close(self)
no doc string
flush(self)
no doc string
isatty(self)
no doc string
read(self, size=None)
no doc string
readline(self)
no doc string
readlines(self)
no doc string
seek(self)
no doc string
tell(self)
no doc string
write(self, data)
no doc string
writelines(self, L)
no doc string


 Functions
                                                                                                                                                                                                                               
_test()
no doc string
open(filename, mode='rb', compresslevel=9)
no doc string
read32(input)
no doc string
write32(output, value)
no doc string
write32u(output, value)
no doc string