File-like object used to read a deflated entry in a ZipFile

Method __init__ Create a _FileEntry from a ChunkingZipFile.
Instance Variable returnedBytes Undocumented
Instance Variable readBytes Undocumented
Instance Variable decomp Undocumented
Instance Variable buffer Undocumented
Method tell Undocumented
Method read Undocumented
Instance Variable finished Undocumented

Inherited from _FileEntry:

Instance Variable chunkingZipFile a chunking zip file.
Instance Variable length The number of bytes within the zip file that represent this file. (This is the size on disk, not the number of decompressed bytes which will result from reading it.)
Instance Variable fp the underlying file object (that contains pkzip data). Do not touch this, please. It will quite likely move or go away.
Instance Variable closed File-like 'closed' attribute; True before this file has been closed, False after.
Method isatty Returns false because zip files should not be ttys
Method close Close self (file-like object)
Method readline Read a line.
Method __next__ Implement next as file does (like readline, except raises StopIteration at EOF)
Method readlines Returns a list of all the lines
Method xreadlines Returns an iterator (so self)
Method __iter__ Returns an iterator (so self)
Method __enter__ Undocumented
Method __exit__ Undocumented
def __init__(self, chunkingZipFile, length): (source)
returnedBytes =
Undocumented
(type: int)
readBytes =
Undocumented
(type: int)
decomp =
Undocumented
buffer =
Undocumented
def tell(self): (source)
Undocumented
def read(self, n=None): (source)
Undocumented
finished =
Undocumented
(type: int)
API Documentation for Twisted, generated by pydoctor at 2020-03-20 23:54:06.