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 = None hash(x) |
|||
_file = None hash(x) |
|||
_info = None hash(x) |
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) 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 Tue Aug 13 06:17:06 2013 | http://epydoc.sourceforge.net |