Difference between revisions of "ZLib"

From Free Pascal wiki
Jump to navigationJump to search
Line 1: Line 1:
{{Add language bar}}
 
 
 
The zlib unit is a straight translation of the libz header files. it provides access to the libz compression library, and as such is equivalent to the [[paszlib]] units, except that the actual code resides in a shared library.  
 
The zlib unit is a straight translation of the libz header files. it provides access to the libz compression library, and as such is equivalent to the [[paszlib]] units, except that the actual code resides in a shared library.  
  
 
Go to back [[Package_List|Packages List]]
 
Go to back [[Package_List|Packages List]]

Revision as of 16:27, 7 September 2010

The zlib unit is a straight translation of the libz header files. it provides access to the libz compression library, and as such is equivalent to the paszlib units, except that the actual code resides in a shared library.

Go to back Packages List