Home | Trees | Index | Help |
---|
Package pyGlobus :: Module xio :: Class XioFile |
|
XioBase
--+ |XioFileBase
--+ | XioFile
Method Summary | |
---|---|
__init__(self,
stack,
handle)
| |
frees the memory malloc'd in either xioc.handle_create or in a accept callback, | |
Return none | |
Creates the underlying handle, blocking | |
blocking read call | |
blocking write call | |
Inherited from XioFileBase | |
| |
| |
Inherited from XioBase | |
|
Method Details |
---|
__del__(self)
frees the memory malloc'd in either xioc.handle_create or in a
accept callback,
|
close(self, attr=None)
|
open(self, contact_string, attr=None)Creates the underlying handle, blocking
|
read(self, buffer, waitForBytes=1, data=None)blocking read call
|
write(self, writeString, waitForBytes=0, data=None)blocking write call
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.0 on Thu Oct 28 17:14:22 2004 | http://epydoc.sf.net |