|
|
__init__(self,
plug,
path,
mimeType)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
int
|
|
|
long
|
|
|
long
|
tell(self)
Returns:
the current read/write position in the file |
source code
|
|
|
|
seek(self,
offset)
Moves the reading/writing position inside the file. |
source code
|
|
|
|
read(self,
size)
Reads the specified amount of data asynchronously. |
source code
|
|
|
|
|
|
|
|
|
dict
|
|
|
(file, statinfo)
|
|
|
|
|
|
|
|
|
|
|
|
|
| _tryTempFile(self,
sourcePath,
sourceFile,
sourceInfo) |
source code
|
|
|
|
| _cacheFile(self,
sourcePath,
sourceFile,
sourceInfo) |
source code
|
|
|
Inherited from fileprovider.File:
getMimeType
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__subclasshook__
Inherited from extern.log.log.Loggable:
debug,
doLog,
error,
info,
log,
logFunction,
logObjectName,
warning,
warningFailure,
writeMarker
|