Classes | |
| class | GzipFile |
Functions | |
| def | open (filename, mode="rb", compresslevel=9) |
| def | read32 (input) |
| def | write32u (output, value) |
Variables | |
| FCOMMENT | |
| FEXTRA | |
| FHCRC | |
| FNAME | |
| FTEXT | |
| long = int | |
| READ | |
| WRITE | |
Functions that read and write gzipped files. The user of the file doesn't have to worry about the compression, but random access is not allowed.
| def gzip_utf8.open | ( | filename, | |
mode = "rb", |
|||
compresslevel = 9 |
|||
| ) |
Shorthand for GzipFile(filename, mode, compresslevel). The filename argument is required; mode defaults to 'rb' and compresslevel defaults to 9.
Referenced by gzip_utf8.GzipFile.readline().
| def gzip_utf8.read32 | ( | input | ) |
| def gzip_utf8.write32u | ( | output, | |
| value | |||
| ) |
Referenced by gzip_utf8.GzipFile.close().
| gzip_utf8.FCOMMENT |
| gzip_utf8.FEXTRA |
| gzip_utf8.FHCRC |
| gzip_utf8.FNAME |
| gzip_utf8.FTEXT |
| gzip_utf8.long = int |
| gzip_utf8.READ |
| gzip_utf8.WRITE |