![[Toc]](../../toc.gif)
![[Index]](/idx.gif)
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
Load the rxGZlib library
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
Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs