size_t m_z_size;
unsigned char *m_z_buffer;
struct z_stream_s *m_inflate;
+
+ DECLARE_NO_COPY_CLASS(wxZlibInputStream)
};
class WXDLLEXPORT wxZlibOutputStream: public wxFilterOutputStream {
size_t m_z_size;
unsigned char *m_z_buffer;
struct z_stream_s *m_deflate;
+
+ DECLARE_NO_COPY_CLASS(wxZlibOutputStream)
};
#endif