]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/datstrm.h
added the possibility to rescale the image during loading, especially useful with...
[wxWidgets.git] / interface / wx / datstrm.h
index c9548c66f6659204a06d1a0e9ec3c5bd5c4d172c..8ff65a4495887a9ed35a14261dd016ad0e521074 100644 (file)
@@ -31,15 +31,7 @@ public:
         Constructs a datastream object from an output stream.
         Only write methods will be available.
 
-        @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.
+        Note that the @a conv parameter is only available in Unicode builds of wxWidgets.
 
         @param stream
             The output stream.
@@ -176,15 +168,7 @@ public:
         Constructs a datastream object from an input stream.
         Only read methods will be available.
 
-        @param stream
-            The input stream.
-    */
-    wxDataInputStream(wxInputStream& stream);
-
-    /**
-        Constructs a datastream object from an input stream. Only read methods
-        will be available. This constructor is only available in Unicode builds
-        of wxWidgets.
+        Note that the @a conv parameter is only available in Unicode builds of wxWidgets.
 
         @param stream
             The input stream.