def write(self, *args): """ write(OutputStream self, sys::byte b) write(OutputStream self, std::string const & str) write(OutputStream self, void const * buffer, size_t len) """ return _coda_io.OutputStream_write(self, *args)
def write(self, *args): """ write(OutputStream self, sys::byte b) write(OutputStream self, std::string const & str) write(OutputStream self, sys::byte const * b, sys::Size_T len) """ return _coda_io.OutputStream_write(self, *args)