Home | Trees | Indices | Help |
|
---|
|
object --+ | PathPointer --+ | ZipFilePathPointer
A path pointer that identifies a file contained within a zipfile, which can be accessed by reading that zipfile.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
zipfile The zipfile.ZipFile object used to access the zip file
containing the entry identified by this path pointer.
|
|||
entry The name of the file within zipfile that this path
pointer points to.
|
|||
Inherited from |
|
Create a new path pointer pointing at the specified entry in the given zipfile.
|
Return a seekable read-only stream that can be used to read the contents of the file identified by this path pointer.
|
Return the size of the file pointed to by this path pointer, in bytes.
|
Return a new path pointer formed by starting at the path identified by
this pointer, and then following the relative path given by
|
repr(x)
|
|
zipfileThe
|
entryThe name of the file within
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed Aug 27 15:08:53 2008 | http://epydoc.sourceforge.net |