twisted.python.zipstream.ChunkingZipFile(zipfile.ZipFile)
class documentationtwisted.python.zipstream
View Source
(View In Hierarchy)
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. |