Writes a NULL terminated string buffer.
| 147 | |
| 148 | /// Writes a NULL terminated string buffer. |
| 149 | bool writeStringBuffer(const char* buffer) { return write(dStrlen(buffer), buffer); } |
| 150 | |
| 151 | // read/write real strings |
| 152 | void write(const String & str) { _write(str); } |