- @param stream
- The output stream.
- */
- wxDataOutputStream(wxOutputStream& stream);
-
- /**
- Constructs a datastream object from an output stream. Only write
- methods will be available. This constructor is only available in
- Unicode builds of wxWidgets.