gzipreader.readpartial(maxlen [, outbuf]) => string, outbuf
Instance Public methods
Reads at most maxlen bytes from the gziped stream but it blocks
only if gzipreader has no data immediately available. If the
optional outbuf argument is present, it must reference a String,
which will receive the data. It raises EOFError on end of
file.