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)
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)
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)