Write text to the buffer Data
| 98 | /// </summary> |
| 99 | /// <param name="text">Data</param> |
| 100 | void Write(const StringViewBase<CharType>& text) |
| 101 | { |
| 102 | _buffer.WriteBytes((void*)text.Get(), text.Length() * sizeof(CharType)); |
| 103 | } |
| 104 | |
| 105 | /// <summary> |
| 106 | /// Write text to the buffer |