Beispiel #1
0
 def write(self, *args):
     """
     write(FileOutputStream self, sys::byte b)
     write(FileOutputStream self, std::string const & str)
     write(FileOutputStream self, void const * buffer, size_t len)
     """
     return _coda_io.FileOutputStream_write(self, *args)
Beispiel #2
0
 def write(self, *args):
     """
     write(FileOutputStream self, sys::byte b)
     write(FileOutputStream self, std::string const & str)
     write(FileOutputStream self, sys::byte const * b, sys::Size_T len)
     """
     return _coda_io.FileOutputStream_write(self, *args)