The Best Way To Buy!
IP*Works!
Microsoft .NET ActiveX / VB ASP Delphi C++ Builder C++ Java J2EE Unix / Linux Mac OS X .NET CF
IP*Works! SSL
IP*Works! S/MIME
Microsoft .NET ActiveX / VB ASP Delphi C++ Builder C++ Java J2EE
IP*Works! SSH
Microsoft .NET Java J2EE .NET CF
IP*Works! Zip
IP*Works! EDI/AS2
Microsoft .NET Java / J2EE
Secure SNMP
Microsoft .NET ActiveX / VB Delphi C++ Builder C++ Java J2EE .NET CF
QuickBooks Integrator
E-Payment Integrator
Vital/TSYS Integrator
Microsoft .NET ActiveX / VB ASP Delphi C++ Builder C++ Unix / Linux Mac OS X
Paymentech Integrator
FDMS Integrator
Microsoft .NET ActiveX / VB ASP Delphi C++ Builder C++ Java J2EE .NET CF
USPS Integrator
FedEx Integrator
E-Banking Integrator
Microsoft .NET ActiveX / VB ASP Delphi C++ Builder C++ Java J2EE Unix / Linux
PayPal Integrator
Amazon Integrator
Biztalk Adapters
SQL Server SSIS Tasks
3-D Secure MPI
Microsoft .NET ASP Delphi C++ Builder C++ Java / J2EE
"I would like to say that I am very impressed with the quick response. I found this very refreshing and would like to say that this was the best customer service I have received in years."
-- S. Duckworth
Properties Methods Events Configuration Settings
The ZipStream component is used to perform compression or decompression on streams.
NOTE: What follows is a very short description of the component interfaces. For more information, please consult the help files that come with the respective package.
The ZipStream component operates by producing streams that read or write compressed data, as appropriate. The GetDecompressionStream and GetCompressionStream methods are used to retrieve streams that read or write compressed data, as appropriate; the underlying stream should be passed to either method as a parameter.
The component may be used to read and write the zlib format, as specified in RFC 1950, deflate, as specified in RFC 1951, or gzip, as specified in RFC 1952. In all cases the "deflate" compression algorithm described in RFC 1951 is used for compression.
For additional ease of use, the CompressData and DecompressData methods are also provided to compress or decompress byte arrays with a single line of code.
The following is the full list of the properties of the component with short descriptions. Click on the links for complete descriptions.
Method List The following is the full list of the methods of the component with short descriptions. Click on the links for complete descriptions. CompressData Compresses a byte array. Config Sets or retrieves a component configuration setting. DecompressData Deompresses a byte array. GetCompressionStream Creates an output stream used to write compressed data. GetDecompressionStream Creates an input stream used to read data from a compressed stream. Event List The following is the full list of the events fired by the component with short descriptions. Click on the links for complete descriptions.
The following is the full list of the methods of the component with short descriptions. Click on the links for complete descriptions.
Event List The following is the full list of the events fired by the component with short descriptions. Click on the links for complete descriptions.
The following is the full list of the events fired by the component with short descriptions. Click on the links for complete descriptions.