Package rpmUtils :: Module oldUtils :: Class GzipFile
[hide private]
[frames] | no frames]

Class GzipFile

source code


Instance Methods [hide private]
 
_write_gzip_header(self) source code

Inherited from gzip.GzipFile: __del__, __init__, __iter__, __repr__, close, fileno, flush, isatty, next, read, readline, readlines, rewind, seek, tell, write, writelines

Inherited from gzip.GzipFile (private): _add_read_data, _init_read, _init_write, _read, _read_eof, _read_gzip_header, _unread

Class Variables [hide private]

Inherited from gzip.GzipFile: max_read_chunk, myfileobj

Properties [hide private]

Inherited from gzip.GzipFile: filename

Method Details [hide private]

_write_gzip_header(self)

source code 
Overrides: gzip.GzipFile._write_gzip_header