wxMemoryOutputStream
generated from ../src/mod_io/mostream.cppwxMemoryOutputStream collects its output in a buffer which can be converted to a String. See also wxMemoryInputStream. An example:
var mos = new wxMemoryOutputStream();
mos.write("This is a test");
Constants
Constructor
wxMemoryOutputStream
wxMemoryOutputStream(Length = 1024)
| Name | Type | Default | Description |
|---|---|---|---|
| Length | Integer | 1024 | The length of the buffer used in memory. |
Constructs a new wxMemoryOutputStream object. When no length is specified, a buffer is created with size 1024. If necessary it will grow.
Properties
| Name | Type | Description |
|---|---|---|
data ![]() |
wxMemoryBuffer | Gets the buffer. |

© 2002 - 2007 Franky Braem.