back to io 

wxMemoryOutputStream

generated from ../src/mod_io/mostream.cpp

wxMemoryOutputStream 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 read only wxMemoryBuffer Gets the buffer.


SourceForge.net Logo Support This Project

Table of Contents

Prototype

wxOutputStream

Constructor

wxMemoryOutputStream

Properties

data


Design downloaded from Zeroweb.org: Free website templates, layouts, and tools.