5d7406d3bbe6486765a31673147802daaa3f6ad9
* harbour/contrib/Makefile
+ harbour/contrib/hbbzip2
+ harbour/contrib/hbbzip2/hbbzip2.c
+ harbour/contrib/hbbzip2/hbbzip2.ch
+ harbour/contrib/hbbzip2/Makefile
+ added very simple wrapper to BZIP2 compression
Now only buffer compression functions.
HB_BZ2_VERSION() -> <cBZlibVersion>
HB_BZ2_COMPRESSBOUND( <cData> | <nDataLen> ) -> <nMaxCompressLen>
HB_BZ2_UNCOMPRESSLEN( <cCompressedData>, [<@nResult>] )
-> <nUnCompressedDataLen> or 0 on error
HB_BZ2_COMPRESS( <cData>, [<nDstBufLen>|<@cBuffer>], [<@nResult>],
[<nLevel>] ) -> <cCompressedData> or NIL on Error
HB_BZ2_UNCOMPRESS( <cCompressedData>, [<nDstBufLen>|<@cBuffer>],
[<@nResult>] ) -> <cUnCompressedData> or NIL
on Error
Description
Harbour Core — Reference source for Five development
Languages
C
80.3%
xBase
17.8%
Makefile
0.6%
C++
0.4%
Harbour
0.4%
Other
0.3%