class documentation
class ChunkingZipFile(zipfile.ZipFile): (source)
A zipfile.ZipFile object which, with readfile, also gives you access to a file-like object for each entry.
| Method | readfile |
Return file-like object for name. |