Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IZlibSSH::initialize ( P6GZSTREAMFLAGS  fFlags,
P6UINT32  nLevel 
)
pure virtual

Initialized the component for use and must be called successfully before calling any other method.

Parameters
fFlags[ in ] Control flags specify either P6GZSTREAM_COMPRESS or P6GZSTREAM_DECOMPRESS. All other flags ignored. See P6R::P6GZSTREAMFLAGS
nLevel[ in ] The compression level to use 0 through 9. Specify P6GZCL_DEFAULT to use the default compression value of 6. A value of zero disables compression, 1 provides best speed and 9 best compression.
Returns