/////////////////////////////////////////////////////////////////////////////
// Name: datstrm.h
-// Purpose: documentation for wxDataOutputStream class
+// Purpose: interface of wxDataOutputStream
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
)
Constructs a datastream object from an output stream. Only write methods will
be available. The second form is only available in Unicode build of wxWidgets.
-
+
@param stream
The output stream.
@param conv
};
+
/**
@class wxDataInputStream
@wxheader{datstrm.h}
)
Constructs a datastream object from an input stream. Only read methods will
be available. The second form is only available in Unicode build of wxWidgets.
-
+
@param stream
The input stream.
@param conv
*/
wxString ReadString();
};
+