class documentation
class PassthroughDecompressor(object):
A decompressor-like object that does not decompress.
| Method | __init__ |
Undocumented |
| Method | decompress |
Decompress the data. Some data may be buffered internally. |
| Instance Variable | unused |
data found after the end of the data stream. Always empty. |
| Property | eof |
True if the end of the stream has been reached. |
| Property | needs |
False if the decompress() method can provide more decompressed data before requiring new input. |
| Instance Variable | _buffer |
Undocumented |