rxGZlib - GZIP compression procedures for OS/2 REXX
Name   GZIP compression procedures for OS/2 REXX
Version  1.01
Author  Daniel Hellerstein
     (see EMail Addresses)
Distrib. Freeware
Type   DLL /w source
Price   -
Source  Internet
     Name: rxgzlib.*
Note
Description from the author:
"rxGZlib.dll is an OS/2 REXX callable dynamic link library that contains
GZIP procedures. These procedures will deflate and inflate files; and store
results using a GZIP.EXE compatible format."
RXGZLIB.DLL exports the following functions (as of 21 Dec 1999):
rxGZLoadFuncs
 rxGZUnloadFuncs
Unload the rxGZlib library
 rxGZDefalteFile(
infile,outfile,compression_opt )
 Deflate infile
and store results to outfile
 rxGZInflateFile(
inFile,outfile )
 Inflate infile and store the
results to outfile.
 rxGZDeflateString( astring
[,compression_opt] )
 Deflate a string and return
the results
 rxGZInflateString( deflated_string
)
 Inflate a GZIP string and return the results
 
[Back: Unzip REXX DLL Documentation] 
[Next: Crypting and Checking]