Home | Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | _engine.object --+ | name_space._name_space.entry --+ | file
|
|||
seek_mode | |||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Current = saga.file._file.seek_mode.Current
|
|||
End = saga.file._file.seek_mode.End
|
|||
Start = saga.file._file.seek_mode.Start
|
|||
Inherited from |
|
|||
Inherited from Inherited from |
|
__init__( (object)arg1, (url)arg2) -> None : C++ signature : void __init__(_object*,saga::url) __init__( (object)arg1, (url)arg2, (int)arg3) -> None : C++ signature : void __init__(_object*,saga::url,int) __init__( (object)arg1, (session)arg2, (url)arg3) -> None : C++ signature : void __init__(_object*,saga::session,saga::url) __init__( (object)arg1, (session)arg2, (url)arg3, (int)arg4) -> None : C++ signature : void __init__(_object*,saga::session,saga::url,int)
|
get_size( (file)arg1) -> int : returns the size of this file (plain) C++ signature : long long get_size(saga::filesystem::file) get_size( (file)arg1, (routine_type)arg2) -> task : returns the size of this file (task based) C++ signature : saga::task get_size(saga::filesystem::file,saga::python::routine_type) |
read( (file)arg1, (buffer)arg2 [, (int)arg3]) -> int : reads the given number of bytes from the file (plain) C++ signature : long read(saga::filesystem::file,saga::mutable_buffer [,unsigned long]) read( (file)arg1, (routine_type)arg2, (buffer)arg3 [, (int)arg4]) -> task : reads the given number of bytes from the file (task based) C++ signature : saga::task read(saga::filesystem::file,saga::python::routine_type,saga::mutable_buffer [,unsigned long]) |
seek( (file)arg1, (int)arg2, (seek_mode)arg3) -> int : repositions the current file pointer (plain) C++ signature : long long seek(saga::filesystem::file,long long,saga::filesystem::seek_mode) seek( (file)arg1, (routine_type)arg2, (int)arg3, (seek_mode)arg4) -> task : repositions the current file pointer (task based) C++ signature : saga::task seek(saga::filesystem::file,saga::python::routine_type,long long,saga::filesystem::seek_mode) |
write( (file)arg1, (buffer)arg2 [, (int)arg3]) -> int : writes the given bytes to the file (plain) C++ signature : long write(saga::filesystem::file,saga::mutable_buffer [,unsigned long]) write( (file)arg1, (routine_type)arg2, (buffer)arg3 [, (int)arg4]) -> task : writes the given bytes to the file (task based) C++ signature : saga::task write(saga::filesystem::file,saga::python::routine_type,saga::mutable_buffer [,unsigned long]) |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 25 14:54:03 2008 | http://epydoc.sourceforge.net |