Beispiel #1
0
 def create(self, *args) -> "void":
     """
     create(FileOutputStream self, sys::Filesystem::path const & str, int creationFlags)
     create(FileOutputStream self, sys::Filesystem::path const & str)
     """
     return _coda_io.FileOutputStream_create(self, *args)
Beispiel #2
0
 def create(self, *args):
     """
     create(FileOutputStream self, std::string const & str, int creationFlags)
     create(FileOutputStream self, std::string const & str)
     """
     return _coda_io.FileOutputStream_create(self, *args)
Beispiel #3
0
 def create(self, *args) -> "void":
     r"""create(FileOutputStream self, io::FileOutputStreamOS::path const & str, int creationFlags=sys::File::CREATE|sys::File::TRUNCATE)"""
     return _coda_io.FileOutputStream_create(self, *args)