| 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.filesystem._filesystem.seek_mode.Current
|
|||
End = saga.filesystem._filesystem.seek_mode.End
|
|||
Start = saga.filesystem._filesystem.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, (str)arg2) -> None :
C++ signature :
void __init__(_object*,std::string)
__init__( (object)arg1, (url)arg2, (int)arg3) -> None :
C++ signature :
void __init__(_object*,saga::url,int)
__init__( (object)arg1, (str)arg2, (int)arg3) -> None :
C++ signature :
void __init__(_object*,std::string,int)
__init__( (object)arg1, (session)arg2, (url)arg3) -> None :
C++ signature :
void __init__(_object*,saga::session,saga::url)
__init__( (object)arg1, (session)arg2, (str)arg3) -> None :
C++ signature :
void __init__(_object*,saga::session,std::string)
__init__( (object)arg1, (session)arg2, (url)arg3, (int)arg4) -> None :
C++ signature :
void __init__(_object*,saga::session,saga::url,int)
__init__( (object)arg1, (session)arg2, (str)arg3, (int)arg4) -> None :
C++ signature :
void __init__(_object*,saga::session,std::string,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])
read( (file)arg1 [, (int)arg2]) -> object :
reads the given number of bytes from the file (plain)
C++ signature :
boost::python::handle<_object> read(saga::filesystem::file [,unsigned long])
read( (file)arg1, (routine_type)arg2 [, (int)arg3]) -> task :
reads the given number of bytes from the file (task based)
C++ signature :
saga::task read(saga::filesystem::file,saga::python::routine_type [,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])
write( (file)arg1, (object)arg2) -> int :
writes the given bytes to the file (plain)
C++ signature :
long write(saga::filesystem::file,boost::python::api::object)
write( (file)arg1, (routine_type)arg2, (object)arg3) -> task :
writes the given bytes to the file (task based)
C++ signature :
saga::task write(saga::filesystem::file,saga::python::routine_type,boost::python::api::object)
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Sep 28 13:25:14 2009 | http://epydoc.sourceforge.net |