Class t.p.z.ChunkingZipFile(zipfile.ZipFile):

Part of twisted.python.zipstream View Source View In Hierarchy

A ZipFile object which, with readfile(), also gives you access to a filelike object for each entry.
Method readfile Return file-like object for name.
Method read Return file bytes (as a string) for name.
def readfile(self, name): (source)
Return file-like object for name.
def read(self, name): (source)
Return file bytes (as a string) for name.
API Documentation for twisted, generated by pydoctor.