| Trees | Indices | Help |
|---|
|
|
object --+
|
fileprovider.File --+
|
extern.log.log.Loggable --+
|
LocalFile
I offer a fake asynchronous wrapper around a synchronous file. I'm not thread-safe, I should only be used to read small blocks from a local file system and I don't support cloning.
|
|||
|
|||
|
|||
| long |
|
||
| int |
|
||
| long |
|
||
|
|||
|
|||
|
|||
|
|||
| dict |
|
||
|
Inherited from Inherited from Inherited from |
|||
|
|||
logCategory = Implementors can provide a category to log their messages under. |
|||
_errorLookup =
|
|||
mimeType = Nonehash(x) |
|||
_file = Nonehash(x) |
|||
_info = Nonehash(x) |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
str(x)
|
|
|
|
Moves the reading/writing position inside the file. Only support absolute offset from file start.
|
Reads the specified amount of data asynchronously.
|
Close and cleanup the file.
|
|
|
|||
_errorLookup
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sun Nov 15 09:17:33 2009 | http://epydoc.sourceforge.net |