Module gfal2 :: Class creat_context :: Class FileType
[hide private]
[frames] | no frames]

Class FileType

 object --+    
          |    
??.instance --+
              |
             creat_context.FileType

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1, (creat_context)arg2, (str)arg3, (str)arg4) -> None :
 
__reduce__(...)
helper for pickle
 
lseek(...)
lseek( (FileType)arg1, (long)arg2, (int)arg3) -> long :
 
pread(...)
pread( (FileType)arg1, (long)arg2, (int)arg3) -> str :
 
pwrite(...)
pwrite( (FileType)arg1, (str)arg2, (long)arg3) -> int :
 
read(...)
read( (FileType)arg1, (int)arg2) -> str :
 
write(...)
write( (FileType)arg1, (str)arg2) -> int :

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  __instance_size__ = 16
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1, (creat_context)arg2, (str)arg3, (str)arg4) -> None :

    C++ signature :
        void __init__(_object*,Gfal,std::string,std::string)

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

lseek(...)

 

lseek( (FileType)arg1, (long)arg2, (int)arg3) -> long :

    C++ signature :
        long long lseek(Gfal::GfalFile {lvalue},long long,int)

pread(...)

 

pread( (FileType)arg1, (long)arg2, (int)arg3) -> str :

    C++ signature :
        std::string pread(Gfal::GfalFile {lvalue},long long,unsigned long)

pwrite(...)

 

pwrite( (FileType)arg1, (str)arg2, (long)arg3) -> int :

    C++ signature :
        long pwrite(Gfal::GfalFile {lvalue},std::string,long long)

read(...)

 

read( (FileType)arg1, (int)arg2) -> str :

    C++ signature :
        std::string read(Gfal::GfalFile {lvalue},unsigned long)

write(...)

 

write( (FileType)arg1, (str)arg2) -> int :

    C++ signature :
        long write(Gfal::GfalFile {lvalue},std::string)