Trees | Indices | Help |
---|
|
wrap a file handle to allow seeks back to the beginning
Takes a file handle in the constructor.
See the module docstring for more documentation.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
offset, whence = 0 Seek to a given byte position. Only supports whence == 0 and offset == the initial value of ReseekFile.tell() (which is usually 0, but not always.) |
the current position of the file The initial position may not be 0 if the underlying input file supports tell and it not at position 0. |
read up to 'size' bytes from the file Default is -1, which means to read to end of file. |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Dec 25 10:56:31 2008 | http://epydoc.sourceforge.net |