Home / comp / gb.compress 
Edit  Rename  Undo  Refresh   
fr  de  es  it  nl  pl  pt  pt_BR  mk  sq  ca  ar  fa  vi  ja  ru  zh  zh_TW  eo 
Documentation
History  
gb.compress - History
04/28/2007 03:34:33 - gambas
This component allows to compress and uncompress Files, and to read and write    This [../../def/component] allows to compress and uncompress Files, and to rea 
                                                                                                                                                               
Currently It can use two algorithms, provided by zlib and libbzip2. The more k   Currently It can use two algorithms, provided by zlib and libbzip2. The more k
                                                                                                                                                               
This component uses internally "libz" and "libbz2" libraries, so you need to i   This [../../def/component] uses internally "libz" and "libbz2" libraries, so y 
                                                                                                                                                               
More information about internals at:                                             More information about internals at:                                          
                                                                                                                                                               
..............................................................................   ..............................................................................
12/20/2005 18:42:19 - gambas
Creation