+ bool Write(const wxString& str, const wxMBConv& conv = wxConvAuto());
+
+ /**
+ Writes the specified number of bytes from a buffer.
+
+ @param buffer
+ A buffer containing the data.
+ @param count
+ The number of bytes to write.
+
+ @return The number of bytes written.
+ */
+ size_t Write(const void* buffer, size_t count);