class documentation
class ZstandardDecompressorWrapper(object):
Constructor: ZstandardDecompressorWrapper(decompress_obj)
A wrapper around zstandard.ZstdDecompressionObj providing some missing functionality.
| Method | __init__ |
The default constructor. |
| Method | decompress |
Undocumented |
| Method | flush |
Undocumented |
| Instance Variable | buffer |
Undocumented |
| Instance Variable | decompress |
Undocumented |
| Property | eof |
Undocumented |
| Property | needs |
Undocumented |
| Property | unused |
Undocumented |
The default constructor.
| Parameters | |
decompresszstandard.ZstdDecompressionObj | the decompression object that should be wrapped |